#E29CCD

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

Shades of Shocking #E29CCD

Tints of Shocking #E29CCD

Color information

#E29CCD (or 0xE29CCD) is unknown color: approx Shocking. HEX triplet: E2, 9C and CD. RGB value is (226,156,205). Sum of RGB (Red+Green+Blue) = 226+156+205=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCD is #1D6332. Grayscale: #B6B6B6. Windows color (decimal): -1925939 or 13475042. OLE color: 13475042.

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

Color convert

RGB226156205-
CMYK00.310.090.11
HSL318º54.69%74.9%-
HSV(B)318º30.97%88.63%-
XYZ54.2744.3563.46-
YUV182.52140.69159.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=38.50%
G=26.58%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615620500.310.090.1131854.6974.9
HexE29CCD01F9B13e374b
Octal342234315037111347667113
Binary111000101001110011001101011111100110111001111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CCD; }

 p { color: rgb(226,156,205); }

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

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

 a { background-color: rgb(226,156,205); }

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

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

 span { border-color: rgb(226,156,205); }

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