#EC04DD

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

Shades of Hot Magenta #EC04DD

Tints of Hot Magenta #EC04DD

Color information

#EC04DD (or 0xEC04DD) is unknown color: approx Hot Magenta. HEX triplet: EC, 04 and DD. RGB value is (236,4,221). Sum of RGB (Red+Green+Blue) = 236+4+221=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04DD is #13FB22. Grayscale: #616161. Windows color (decimal): -1309475 or 14484716. OLE color: 14484716.

HSL color Cylindrical-coordinate representation of color #EC04DD: hue angle of 303.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04DD is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB2364221-
CMYK00.980.060.07
HSL303.88º96.67%47.06%-
HSV(B)303.88º98.31%92.55%-
XYZ47.6923.1470.36-
YUV98.11197.36226.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 4 (1.95% from 255) = 0.87%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=51.19%
G=0.87%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236422100.980.060.07303.8896.6747.06
HexEC4DD06267130612f
Octal354433501426746014157
Binary1110110010011011101011000101101111001100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC04DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC04DD; }

 p { color: rgb(236,4,221); }

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

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

 a { background-color: rgb(236,4,221); }

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

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

 span { border-color: rgb(236,4,221); }

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