#ECA6BE

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

Shades of Shocking #ECA6BE

Tints of Shocking #ECA6BE

Color information

#ECA6BE (or 0xECA6BE) is unknown color: approx Shocking. HEX triplet: EC, A6 and BE. RGB value is (236,166,190). Sum of RGB (Red+Green+Blue) = 236+166+190=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6BE is #135941. Grayscale: #BDBDBD. Windows color (decimal): -1268034 or 12494572. OLE color: 12494572.

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

Color convert

RGB236166190-
CMYK00.300.190.07
HSL339.43º64.81%78.82%-
HSV(B)339.43º29.66%92.55%-
XYZ57.5248.8255.11-
YUV189.67128.19161.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=39.86%
G=28.04%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616619000.300.190.07339.4364.8178.82
HexECA6BE01E137153414f
Octal354246276036237523101117
Binary1110110010100110101111100111101001111110101001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6BE; }

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

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

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

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

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

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

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

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