#E49FCE

Color #E49FCE Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E49FCE

Tints of Shocking #E49FCE

Color information

#E49FCE (or 0xE49FCE) is unknown color: approx Shocking. HEX triplet: E4, 9F and CE. RGB value is (228,159,206). Sum of RGB (Red+Green+Blue) = 228+159+206=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FCE is #1B6031. Grayscale: #B8B8B8. Windows color (decimal): -1794098 or 13541348. OLE color: 13541348.

HSL color Cylindrical-coordinate representation of color #E49FCE: hue angle of 319.13º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FCE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228159206-
CMYK00.300.100.11
HSL319.13º56.1%75.88%-
HSV(B)319.13º30.26%89.41%-
XYZ55.5345.7564.3-
YUV184.99139.86158.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 38.45%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=38.45%
G=26.81%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815920600.300.100.11319.1356.175.88
HexE49FCE01EAB13f384c
Octal344237316036121347770114
Binary111001001001111111001110011110101010111001111111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FCE; }

 p { color: rgb(228,159,206); }

 H1.HeaderClassName
 {
   color: #E49FCE;
 }
 .AnyTagClassName
 {
   color: #E49FCE;
 }
</style>
background-color css

<style>
 a { background-color: #E49FCE; }

 a { background-color: rgb(228,159,206); }

 div.DivClassName
 {
   background-color: #E49FCE;
 }
 .BgClassName
 {
   background-color: #E49FCE;
 }
</style>
border-color css

<style>
 span { border-color: #E49FCE; }

 span { border-color: rgb(228,159,206); }

 td.TdClassName
 {
   border-color: #E49FCE;
 }
 .TagClassName
 {
   border-color: #E49FCE;
 }
</style>