Html Css Color HEX #EC04E2 Hot Magenta

📋 copy color: '#EC04E2'

red 236 ◦ green 4 ◦ blue 226

#EC04E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #EC04E2

Tints of Hot Magenta #EC04E2

RGB

 RED value IS 236 (92.58% from 255) = 50.64%

 GREEN value IS 4 (1.95% from 255) = 0.86%

 BLUE value IS 226 (88.67% from 255) = 48.5%

R = 50.64%
G = 0.86%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC04E2 (or 0xEC04E2) is known color: Hot Magenta. HEX triplet: EC, 04 and E2. RGB value is (236,4,226). Sum of RGB (Red+Green+Blue) = 236+4+226=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04E2 is #13FB1D. Grayscale: #626262. Windows color (decimal): -1309470 or 14812396. OLE color: 14812396.

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

Color convert

RGB 236 4 226 -
CMYK 0 0.98 0.04 0.07
HSL 302.59º 0.97% 0.47% -
HSV(B) 302.59º 0.98% 0.93% -
XYZ 48.36 23.41 73.92 -
YUV 98.68 199.86 225.95 -
System Red Green Blue C M Y K H S L
Decimal 236 4 226 0 0.98 0.04 0.07 302.59 0.97 0.47
Hex EC 4 E2 0 62 4 7 12F 61 2F
Octal 354 4 342 0 142 4 7 457 141 57
Binary 11101100 100 11100010 0 1100010 100 111 100101111 1100001 101111

Color Harmonies of #EC04E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04E2

Black with #EC04E2

Text Example


Text Example

White with #EC04E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04E2; }

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

 H1.HeaderClassName
 {
   color: #EC04E2;
 }
 .AnyTagClassName
 {
   color: #EC04E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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