#ECA4CB

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

Shades of Shocking #ECA4CB

Tints of Shocking #ECA4CB

Color information

#ECA4CB (or 0xECA4CB) is unknown color: approx Shocking. HEX triplet: EC, A4 and CB. RGB value is (236,164,203). Sum of RGB (Red+Green+Blue) = 236+164+203=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4CB is #135B34. Grayscale: #BDBDBD. Windows color (decimal): -1268533 or 13346028. OLE color: 13346028.

HSL color Cylindrical-coordinate representation of color #ECA4CB: hue angle of 327.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA4CB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236164203-
CMYK00.310.140.07
HSL327.5º65.45%78.43%-
HSV(B)327.5º30.51%92.55%-
XYZ58.6548.762.81-
YUV189.97135.35160.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=39.14%
G=27.20%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616420300.310.140.07327.565.4578.43
HexECA4CB01FE7148414e
Octal354244313037167510101116
Binary111011001010010011001011011111111011110100100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4CB; }

 p { color: rgb(236,164,203); }

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

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

 a { background-color: rgb(236,164,203); }

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

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

 span { border-color: rgb(236,164,203); }

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