#EC0CD9

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

Shades of Hot Magenta #EC0CD9

Tints of Hot Magenta #EC0CD9

Color information

#EC0CD9 (or 0xEC0CD9) is unknown color: approx Hot Magenta. HEX triplet: EC, 0C and D9. RGB value is (236,12,217). Sum of RGB (Red+Green+Blue) = 236+12+217=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD9 is #13F326. Grayscale: #656565. Windows color (decimal): -1307431 or 14224620. OLE color: 14224620.

HSL color Cylindrical-coordinate representation of color #EC0CD9: hue angle of 305.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23612217-
CMYK00.950.080.07
HSL305.09º90.32%48.63%-
HSV(B)305.09º94.92%92.55%-
XYZ47.2523.1167.62-
YUV102.35192.71223.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 12 (5.08% from 255) = 2.58%
BLUE value IS 217 (85.16% from 255) = 46.67%
R=50.75%
G=2.58%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361221700.950.080.07305.0990.3248.63
HexECCD905F871315a31
Octal35414331013710746113261
Binary111011001100110110010101111110001111001100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0CD9; }

 p { color: rgb(236,12,217); }

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

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

 a { background-color: rgb(236,12,217); }

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

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

 span { border-color: rgb(236,12,217); }

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