#ECA0B9

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

Shades of Shocking #ECA0B9

Tints of Shocking #ECA0B9

Color information

#ECA0B9 (or 0xECA0B9) is unknown color: approx Shocking. HEX triplet: EC, A0 and B9. RGB value is (236,160,185). Sum of RGB (Red+Green+Blue) = 236+160+185=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0B9 is #135F46. Grayscale: #B9B9B9. Windows color (decimal): -1269575 or 12165356. OLE color: 12165356.

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

Color convert

RGB236160185-
CMYK00.320.220.07
HSL340.26º66.67%77.65%-
HSV(B)340.26º32.2%92.55%-
XYZ55.9246.4851.92-
YUV185.57127.68163.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=40.62%
G=27.54%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616018500.320.220.07340.2666.6777.65
HexECA0B9020167154434e
Octal354240271040267524103116
Binary11101100101000001011100101000001011011110101010010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0B9; }

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

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

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

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

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

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

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

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