#ECA1CC

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

Shades of Shocking #ECA1CC

Tints of Shocking #ECA1CC

Color information

#ECA1CC (or 0xECA1CC) is unknown color: approx Shocking. HEX triplet: EC, A1 and CC. RGB value is (236,161,204). Sum of RGB (Red+Green+Blue) = 236+161+204=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1CC is #135E33. Grayscale: #BCBCBC. Windows color (decimal): -1269300 or 13410796. OLE color: 13410796.

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

Color convert

RGB236161204-
CMYK00.320.140.07
HSL325.6º66.37%77.84%-
HSV(B)325.6º31.78%92.55%-
XYZ58.2447.6863.26-
YUV188.33136.85162-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=39.27%
G=26.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616120400.320.140.07325.666.3777.84
HexECA1CC020E7146424e
Octal354241314040167506102116
Binary1110110010100001110011000100000111011110100011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1CC; }

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

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

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

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

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

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

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

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