#E29FCC

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

Shades of Shocking #E29FCC

Tints of Shocking #E29FCC

Color information

#E29FCC (or 0xE29FCC) is unknown color: approx Shocking. HEX triplet: E2, 9F and CC. RGB value is (226,159,204). Sum of RGB (Red+Green+Blue) = 226+159+204=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FCC is #1D6033. Grayscale: #B8B8B8. Windows color (decimal): -1925172 or 13410274. OLE color: 13410274.

HSL color Cylindrical-coordinate representation of color #E29FCC: hue angle of 319.7º 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 #E29FCC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226159204-
CMYK00.300.100.11
HSL319.7º53.6%75.49%-
HSV(B)319.7º29.65%88.63%-
XYZ54.6645.3262.99-
YUV184.16139.2157.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=38.37%
G=26.99%
B=34.63%

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
Decimal22615920400.300.100.11319.753.675.49
HexE29FCC01EAB140364b
Octal342237314036121350066113
Binary111000101001111111001100011110101010111010000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FCC; }

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

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

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

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

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

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

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

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