#E29FCE

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

Shades of Shocking #E29FCE

Tints of Shocking #E29FCE

Color information

#E29FCE (or 0xE29FCE) is unknown color: approx Shocking. HEX triplet: E2, 9F and CE. RGB value is (226,159,206). Sum of RGB (Red+Green+Blue) = 226+159+206=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FCE is #1D6031. Grayscale: #B8B8B8. Windows color (decimal): -1925170 or 13541346. OLE color: 13541346.

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

Color convert

RGB226159206-
CMYK00.300.090.11
HSL317.91º53.6%75.49%-
HSV(B)317.91º29.65%88.63%-
XYZ54.945.4264.27-
YUV184.39140.2157.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=38.24%
G=26.90%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615920600.300.090.11317.9153.675.49
HexE29FCE01E9B13e364b
Octal342237316036111347666113
Binary111000101001111111001110011110100110111001111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FCE; }

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

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

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

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

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

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

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

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