#ECA6C9

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

Shades of Shocking #ECA6C9

Tints of Shocking #ECA6C9

Color information

#ECA6C9 (or 0xECA6C9) is unknown color: approx Shocking. HEX triplet: EC, A6 and C9. RGB value is (236,166,201). Sum of RGB (Red+Green+Blue) = 236+166+201=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6C9 is #135936. Grayscale: #BEBEBE. Windows color (decimal): -1268023 or 13215468. OLE color: 13215468.

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

Color convert

RGB236166201-
CMYK00.300.150.07
HSL330º64.81%78.82%-
HSV(B)330º29.66%92.55%-
XYZ58.7749.3261.68-
YUV190.92133.69160.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=39.14%
G=27.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616620100.300.150.0733064.8178.82
HexECA6C901EF714a414f
Octal354246311036177512101117
Binary111011001010011011001001011110111111110100101010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6C9; }

 p { color: rgb(236,166,201); }

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

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

 a { background-color: rgb(236,166,201); }

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

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

 span { border-color: rgb(236,166,201); }

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