#EC9AC7

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

Shades of Shocking #EC9AC7

Tints of Shocking #EC9AC7

Color information

#EC9AC7 (or 0xEC9AC7) is unknown color: approx Shocking. HEX triplet: EC, 9A and C7. RGB value is (236,154,199). Sum of RGB (Red+Green+Blue) = 236+154+199=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC7 is #136538. Grayscale: #B7B7B7. Windows color (decimal): -1271097 or 13081324. OLE color: 13081324.

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

Color convert

RGB236154199-
CMYK00.350.160.07
HSL327.07º68.33%76.47%-
HSV(B)327.07º34.75%92.55%-
XYZ56.4645.0759.76-
YUV183.65136.67165.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=40.07%
G=26.15%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615419900.350.160.07327.0768.3376.47
HexEC9AC7023107147444c
Octal354232307043207507104114
Binary11101100100110101100011101000111000011110100011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AC7; }

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

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

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

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

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

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

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

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