#EC9ACD

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

Shades of Shocking #EC9ACD

Tints of Shocking #EC9ACD

Color information

#EC9ACD (or 0xEC9ACD) is unknown color: approx Shocking. HEX triplet: EC, 9A and CD. RGB value is (236,154,205). Sum of RGB (Red+Green+Blue) = 236+154+205=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ACD is #136532. Grayscale: #B8B8B8. Windows color (decimal): -1271091 or 13474540. OLE color: 13474540.

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

Color convert

RGB236154205-
CMYK00.350.130.07
HSL322.68º68.33%76.47%-
HSV(B)322.68º34.75%92.55%-
XYZ57.1745.3563.5-
YUV184.33139.67164.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=39.66%
G=25.88%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615420500.350.130.07322.6868.3376.47
HexEC9ACD023D7143444c
Octal354232315043157503104114
Binary1110110010011010110011010100011110111110100001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ACD; }

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

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

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

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

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

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

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

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