Html Css Color HEX #EC04D6 Hot Magenta

📋 copy color: '#EC04D6'

red 236 ◦ green 4 ◦ blue 214

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

Shades of Hot Magenta #EC04D6

Tints of Hot Magenta #EC04D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 51.98%
G = 0.88%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC04D6 (or 0xEC04D6) is known color: Hot Magenta. HEX triplet: EC, 04 and D6. RGB value is (236,4,214). Sum of RGB (Red+Green+Blue) = 236+4+214=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04D6 is #13FB29. Grayscale: #606060. Windows color (decimal): -1309482 or 14025964. OLE color: 14025964.

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

Color convert

RGB 236 4 214 -
CMYK 0 0.98 0.09 0.07
HSL 305.69º 0.97% 0.47% -
HSV(B) 305.69º 0.98% 0.93% -
XYZ 46.77 22.77 65.55 -
YUV 97.31 193.86 226.92 -
System Red Green Blue C M Y K H S L
Decimal 236 4 214 0 0.98 0.09 0.07 305.69 0.97 0.47
Hex EC 4 D6 0 62 9 7 132 61 2F
Octal 354 4 326 0 142 11 7 462 141 57
Binary 11101100 100 11010110 0 1100010 1001 111 100110010 1100001 101111

Color Harmonies of #EC04D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04D6

Black with #EC04D6

Text Example


Text Example

White with #EC04D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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