#EC9DC6

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

Shades of Shocking #EC9DC6

Tints of Shocking #EC9DC6

Color information

#EC9DC6 (or 0xEC9DC6) is unknown color: approx Shocking. HEX triplet: EC, 9D and C6. RGB value is (236,157,198). Sum of RGB (Red+Green+Blue) = 236+157+198=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DC6 is #136239. Grayscale: #B9B9B9. Windows color (decimal): -1270330 or 13016556. OLE color: 13016556.

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

Color convert

RGB236157198-
CMYK00.330.160.07
HSL328.86º67.52%77.06%-
HSV(B)328.86º33.47%92.55%-
XYZ56.8446.0259.31-
YUV185.3135.17164.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=39.93%
G=26.57%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615719800.330.160.07328.8667.5277.06
HexEC9DC6021107149444d
Octal354235306041207511104115
Binary11101100100111011100011001000011000011110100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DC6; }

 p { color: rgb(236,157,198); }

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

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

 a { background-color: rgb(236,157,198); }

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

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

 span { border-color: rgb(236,157,198); }

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