#EC9ACA

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

Shades of Shocking #EC9ACA

Tints of Shocking #EC9ACA

Color information

#EC9ACA (or 0xEC9ACA) is unknown color: approx Shocking. HEX triplet: EC, 9A and CA. RGB value is (236,154,202). Sum of RGB (Red+Green+Blue) = 236+154+202=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ACA is #136535. Grayscale: #B7B7B7. Windows color (decimal): -1271094 or 13277932. OLE color: 13277932.

HSL color Cylindrical-coordinate representation of color #EC9ACA: hue angle of 324.88º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9ACA is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236154202-
CMYK00.350.140.07
HSL324.88º68.33%76.47%-
HSV(B)324.88º34.75%92.55%-
XYZ56.8145.2161.61-
YUV183.99138.17165.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=39.86%
G=26.01%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615420200.350.140.07324.8868.3376.47
HexEC9ACA023E7145444c
Octal354232312043167505104114
Binary1110110010011010110010100100011111011110100010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ACA; }

 p { color: rgb(236,154,202); }

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

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

 a { background-color: rgb(236,154,202); }

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

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

 span { border-color: rgb(236,154,202); }

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