#E29EC5

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

Shades of Shocking #E29EC5

Tints of Shocking #E29EC5

Color information

#E29EC5 (or 0xE29EC5) is unknown color: approx Shocking. HEX triplet: E2, 9E and C5. RGB value is (226,158,197). Sum of RGB (Red+Green+Blue) = 226+158+197=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EC5 is #1D613A. Grayscale: #B6B6B6. Windows color (decimal): -1925435 or 12951266. OLE color: 12951266.

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

Color convert

RGB226158197-
CMYK00.300.130.11
HSL325.59º53.97%75.29%-
HSV(B)325.59º30.09%88.63%-
XYZ53.6744.6558.61-
YUV182.78136.03158.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 197 (77.34% from 255) = 33.91%
R=38.90%
G=27.19%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615819700.300.130.11325.5953.9775.29
HexE29EC501EDB146364b
Octal342236305036151350666113
Binary111000101001111011000101011110110110111010001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EC5; }

 p { color: rgb(226,158,197); }

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

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

 a { background-color: rgb(226,158,197); }

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

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

 span { border-color: rgb(226,158,197); }

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