#EC9DD0

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

Shades of Shocking #EC9DD0

Tints of Shocking #EC9DD0

Color information

#EC9DD0 (or 0xEC9DD0) is unknown color: approx Shocking. HEX triplet: EC, 9D and D0. RGB value is (236,157,208). Sum of RGB (Red+Green+Blue) = 236+157+208=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DD0 is #13622F. Grayscale: #BABABA. Windows color (decimal): -1270320 or 13671916. OLE color: 13671916.

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

Color convert

RGB236157208-
CMYK00.330.120.07
HSL321.27º67.52%77.06%-
HSV(B)321.27º33.47%92.55%-
XYZ58.0346.565.59-
YUV186.43140.17163.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=39.27%
G=26.12%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615720800.330.120.07321.2767.5277.06
HexEC9DD0021C7141444d
Octal354235320041147501104115
Binary1110110010011101110100000100001110011110100000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DD0; }

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

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

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

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

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

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

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

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