#ECA4BD

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

Shades of Shocking #ECA4BD

Tints of Shocking #ECA4BD

Color information

#ECA4BD (or 0xECA4BD) is unknown color: approx Shocking. HEX triplet: EC, A4 and BD. RGB value is (236,164,189). Sum of RGB (Red+Green+Blue) = 236+164+189=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4BD is #135B42. Grayscale: #BCBCBC. Windows color (decimal): -1268547 or 12428524. OLE color: 12428524.

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

Color convert

RGB236164189-
CMYK00.310.200.07
HSL339.17º65.45%78.43%-
HSV(B)339.17º30.51%92.55%-
XYZ57.0548.0654.41-
YUV188.38128.35161.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=40.07%
G=27.84%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616418900.310.200.07339.1765.4578.43
HexECA4BD01F147153414e
Octal354244275037247523101116
Binary1110110010100100101111010111111010011110101001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4BD; }

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

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

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

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

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

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

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

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