#ECA5BD

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

Shades of Shocking #ECA5BD

Tints of Shocking #ECA5BD

Color information

#ECA5BD (or 0xECA5BD) is unknown color: approx Shocking. HEX triplet: EC, A5 and BD. RGB value is (236,165,189). Sum of RGB (Red+Green+Blue) = 236+165+189=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5BD is #135A42. Grayscale: #BCBCBC. Windows color (decimal): -1268291 or 12428780. OLE color: 12428780.

HSL color Cylindrical-coordinate representation of color #ECA5BD: hue angle of 339.72º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5BD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236165189-
CMYK00.300.200.07
HSL339.72º65.14%78.63%-
HSV(B)339.72º30.08%92.55%-
XYZ57.2348.4254.47-
YUV188.96128.02161.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=40%
G=27.97%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616518900.300.200.07339.7265.1478.63
HexECA5BD01E147154414f
Octal354245275036247524101117
Binary1110110010100101101111010111101010011110101010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5BD; }

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

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

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

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

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

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

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

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