#E29DCB

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

Shades of Shocking #E29DCB

Tints of Shocking #E29DCB

Color information

#E29DCB (or 0xE29DCB) is unknown color: approx Shocking. HEX triplet: E2, 9D and CB. RGB value is (226,157,203). Sum of RGB (Red+Green+Blue) = 226+157+203=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DCB is #1D6234. Grayscale: #B6B6B6. Windows color (decimal): -1925685 or 13344226. OLE color: 13344226.

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

Color convert

RGB226157203-
CMYK00.310.100.11
HSL320º54.33%75.1%-
HSV(B)320º30.53%88.63%-
XYZ54.244.5962.25-
YUV182.88139.36158.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=38.57%
G=26.79%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615720300.310.100.1132054.3375.1
HexE29DCB01FAB140364b
Octal342235313037121350066113
Binary111000101001110111001011011111101010111010000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DCB; }

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

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

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

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

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

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

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

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