#ECA1C4

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

Shades of Shocking #ECA1C4

Tints of Shocking #ECA1C4

Color information

#ECA1C4 (or 0xECA1C4) is unknown color: approx Shocking. HEX triplet: EC, A1 and C4. RGB value is (236,161,196). Sum of RGB (Red+Green+Blue) = 236+161+196=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1C4 is #135E3B. Grayscale: #BBBBBB. Windows color (decimal): -1269308 or 12886508. OLE color: 12886508.

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

Color convert

RGB236161196-
CMYK00.320.170.07
HSL332º66.37%77.84%-
HSV(B)332º31.78%92.55%-
XYZ57.347.3158.34-
YUV187.41132.85162.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=39.80%
G=27.15%
B=33.05%

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
Decimal23616119600.320.170.0733266.3777.84
HexECA1C402011714c424e
Octal354241304040217514102116
Binary11101100101000011100010001000001000111110100110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1C4; }

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

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

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

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

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

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

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

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