#ECA4BC

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

Shades of Shocking #ECA4BC

Tints of Shocking #ECA4BC

Color information

#ECA4BC (or 0xECA4BC) is unknown color: approx Shocking. HEX triplet: EC, A4 and BC. RGB value is (236,164,188). Sum of RGB (Red+Green+Blue) = 236+164+188=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4BC is #135B43. Grayscale: #BCBCBC. Windows color (decimal): -1268548 or 12362988. OLE color: 12362988.

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

Color convert

RGB236164188-
CMYK00.310.200.07
HSL340º65.45%78.43%-
HSV(B)340º30.51%92.55%-
XYZ56.9448.0153.84-
YUV188.26127.85162.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=40.14%
G=27.89%
B=31.97%

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
Decimal23616418800.310.200.0734065.4578.43
HexECA4BC01F147154414e
Octal354244274037247524101116
Binary1110110010100100101111000111111010011110101010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4BC; }

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

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

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

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

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

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

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

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