#ECA1C5

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

Shades of Shocking #ECA1C5

Tints of Shocking #ECA1C5

Color information

#ECA1C5 (or 0xECA1C5) is unknown color: approx Shocking. HEX triplet: EC, A1 and C5. RGB value is (236,161,197). Sum of RGB (Red+Green+Blue) = 236+161+197=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1C5 is #135E3A. Grayscale: #BBBBBB. Windows color (decimal): -1269307 or 12952044. OLE color: 12952044.

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

Color convert

RGB236161197-
CMYK00.320.170.07
HSL331.2º66.37%77.84%-
HSV(B)331.2º31.78%92.55%-
XYZ57.4147.3558.94-
YUV187.53133.35162.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=39.73%
G=27.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616119700.320.170.07331.266.3777.84
HexECA1C502011714b424e
Octal354241305040217513102116
Binary11101100101000011100010101000001000111110100101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1C5; }

 p { color: rgb(236,161,197); }

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

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

 a { background-color: rgb(236,161,197); }

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

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

 span { border-color: rgb(236,161,197); }

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