Html Css Color HEX #EC04DF Hot Magenta

📋 copy color: '#EC04DF'

red 236 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #EC04DF

Tints of Hot Magenta #EC04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 50.97%
G = 0.86%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC04DF (or 0xEC04DF) is known color: Hot Magenta. HEX triplet: EC, 04 and DF. RGB value is (236,4,223). Sum of RGB (Red+Green+Blue) = 236+4+223=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04DF is #13FB20. Grayscale: #616161. Windows color (decimal): -1309473 or 14615788. OLE color: 14615788.

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

Color convert

RGB 236 4 223 -
CMYK 0 0.98 0.06 0.07
HSL 303.36º 0.97% 0.47% -
HSV(B) 303.36º 0.98% 0.93% -
XYZ 47.95 23.25 71.77 -
YUV 98.33 198.36 226.19 -
System Red Green Blue C M Y K H S L
Decimal 236 4 223 0 0.98 0.06 0.07 303.36 0.97 0.47
Hex EC 4 DF 0 62 6 7 12F 61 2F
Octal 354 4 337 0 142 6 7 457 141 57
Binary 11101100 100 11011111 0 1100010 110 111 100101111 1100001 101111

Color Harmonies of #EC04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04DF

Black with #EC04DF

Text Example


Text Example

White with #EC04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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