#EC04E3

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

Shades of Hot Magenta #EC04E3

Tints of Hot Magenta #EC04E3

Color information

#EC04E3 (or 0xEC04E3) is unknown color: approx Hot Magenta. HEX triplet: EC, 04 and E3. RGB value is (236,4,227). Sum of RGB (Red+Green+Blue) = 236+4+227=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04E3 is #13FB1C. Grayscale: #626262. Windows color (decimal): -1309469 or 14877932. OLE color: 14877932.

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

Color convert

RGB2364227-
CMYK00.980.040.07
HSL302.33º96.67%47.06%-
HSV(B)302.33º98.31%92.55%-
XYZ48.523.4774.65-
YUV98.79200.36225.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 4 (1.95% from 255) = 0.86%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=50.54%
G=0.86%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236422700.980.040.07302.3396.6747.06
HexEC4E30624712e612f
Octal354434301424745614157
Binary1110110010011100011011000101001111001011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC04E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC04E3; }

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

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

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

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

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

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

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

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