COLOR #E0C4F2

HEX: #E0C4F2
RGB: (224,196,242)

Color info

#E0C4F2 contains red, green and blue colors in about the same proportion. Web safe color of #E0C4F2 is #CCCCFF (or #CCF).

RGB color model

#E0C4F2 color RGB value is (224,196,242).

  • red value is 224;
  • green value is 196;
  • blue value is 242.
RGB: (224,196,242) (88%,77%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 242 of 255 = 95%

224
196
242

R + G + B ~ 87%. #E0C4F2 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 196 + 242 = 662 (100%)
R 224 of 662 ~ 33.84%
G 196 of 662 ~ 29.61%
B 242 of 662 ~ 36.56%

%33.84
%29.61
%36.56

CMYK color model

#E0C4F2 color CMYK value is (7,19,0,5).

  • cyan value is 7.44%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (7,19,0,5) C7M19Y0K5 (7%,19%,0%,5%) (0.07/0.19/0.00/0.05)

CMYK percentages

%7.44
%19.01
%0
%5.1

Codes

Color #E0C4F2 in popluar color models

E0C4F2
RGB224196242
HSL277°63.89%85.88%
HSB/HSV277°19.01%94.90%
CMYK7.44%19.01%0.00%
5.10%

Color #E0C4F2 in popluar number systems.

HEXE0C4F2
Decimal224196242
Binary111000001100010011110010
Octal340304362

Shades and tints

Shades of #E0C4F2

#E0C4F2
(224,196,242)
#CCB3DC
(204,179,220)
#B8A2C6
(184,162,198)
#A491B0
(164,145,176)
#90809A
(144,128,154)
#7C6F84
(124,111,132)
#685E6E
(104,94,110)
#544D58
(84,77,88)
#403C42
(64,60,66)
#2C2B2C
(44,43,44)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0C4F2

#E0C4F2
(224,196,242)
#E2C9F3
(226,201,243)
#E4CEF4
(228,206,244)
#E6D3F5
(230,211,245)
#E8D8F6
(232,216,246)
#EADDF7
(234,221,247)
#ECE2F8
(236,226,248)
#EEE7F9
(238,231,249)
#F0ECFA
(240,236,250)
#F2F1FB
(242,241,251)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C4F2 color. Also use rgb(224,196,242) instead hex code.

Text Font Color

.myTextColor { color: #E0C4F2; }

<p style="color:#E0C4F2">This sample text font color is #E0C4F2.</p>

This text font color is #E0C4F2.


Background Color

.myBgColor { background-color: #E0C4F2; }

<div style="background-color:#E0C4F2">Inner text</div>

This div background color is #E0C4F2.


Border color

.myBorderColor { border: 1px solid #E0C4F2; }

<div style="border:3px solid #E0C4F2">Div</div>

This div border color is #E0C4F2.


Opacity

.myOpacity80 { color: #E0C4F2; opacity: 0.8; }

<p style="color:#E0C4F2;opacity:0.8;">80%</p>

Text with #E0C4F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0C4F2;}

<p style="text-shadow: 3px 3px 1px #E0C4F2">Text here.</p>

This text has shadow with #E0C4F2 color.

.textShadow {text-shadow: 3px 3px 1px #E0C4F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0C4F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0C4F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0C4F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0C4F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0C4F2 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E0C4F2; -webkit-box-shadow:	1px 1px 3px 2px #E0C4F2; box-shadow:	1px 1px 3px 2px #E0C4F2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E0C4F2; -webkit-box-shadow: 1px 1px 3px 2px #E0C4F2; box-shadow:1px 1px 3px 2px #E0C4F2;">
Div content here</div>
This div box has shadow with color #E0C4F2.

Preview

Color preview on black background

This text has color #E0C4F2 on black background.


Color preview on white background

This text has color #E0C4F2 on white background.



Black color preview on #E0C4F2 background

This text has black color on #E0C4F2 background.


White color preview on #E0C4F2 background

This text has white color on #E0C4F2 background.