#E29DCD

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

Shades of Shocking #E29DCD

Tints of Shocking #E29DCD

Color information

#E29DCD (or 0xE29DCD) is unknown color: approx Shocking. HEX triplet: E2, 9D and CD. RGB value is (226,157,205). Sum of RGB (Red+Green+Blue) = 226+157+205=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DCD is #1D6232. Grayscale: #B6B6B6. Windows color (decimal): -1925683 or 13475298. OLE color: 13475298.

HSL color Cylindrical-coordinate representation of color #E29DCD: hue angle of 318.26º degrees, saturation: 0.54, 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 #E29DCD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226157205-
CMYK00.310.090.11
HSL318.26º54.33%75.1%-
HSV(B)318.26º30.53%88.63%-
XYZ54.4444.6963.51-
YUV183.1140.36158.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=38.44%
G=26.70%
B=34.86%

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
Decimal22615720500.310.090.11318.2654.3375.1
HexE29DCD01F9B13e364b
Octal342235315037111347666113
Binary111000101001110111001101011111100110111001111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DCD; }

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

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

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

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

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

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

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

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