#ECA0BD

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

Shades of Shocking #ECA0BD

Tints of Shocking #ECA0BD

Color information

#ECA0BD (or 0xECA0BD) is unknown color: approx Shocking. HEX triplet: EC, A0 and BD. RGB value is (236,160,189). Sum of RGB (Red+Green+Blue) = 236+160+189=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0BD is #135F42. Grayscale: #B9B9B9. Windows color (decimal): -1269571 or 12427500. OLE color: 12427500.

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

Color convert

RGB236160189-
CMYK00.320.200.07
HSL337.11º66.67%77.65%-
HSV(B)337.11º32.2%92.55%-
XYZ56.3546.6554.18-
YUV186.03129.68163.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=40.34%
G=27.35%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616018900.320.200.07337.1166.6777.65
HexECA0BD020147151434e
Octal354240275040247521103116
Binary11101100101000001011110101000001010011110101000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0BD; }

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

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

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

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

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

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

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

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