Html Css Color HEX #EC04CE Hot Magenta

📋 copy color: '#EC04CE'

red 236 ◦ green 4 ◦ blue 206

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

Shades of Hot Magenta #EC04CE

Tints of Hot Magenta #EC04CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 52.91%
G = 0.9%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC04CE (or 0xEC04CE) is known color: Hot Magenta. HEX triplet: EC, 04 and CE. RGB value is (236,4,206). Sum of RGB (Red+Green+Blue) = 236+4+206=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04CE is #13FB31. Grayscale: #5F5F5F. Windows color (decimal): -1309490 or 13501676. OLE color: 13501676.

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

Color convert

RGB 236 4 206 -
CMYK 0 0.98 0.13 0.07
HSL 307.76º 0.97% 0.47% -
HSV(B) 307.76º 0.98% 0.93% -
XYZ 45.78 22.38 60.3 -
YUV 96.4 189.86 227.57 -
System Red Green Blue C M Y K H S L
Decimal 236 4 206 0 0.98 0.13 0.07 307.76 0.97 0.47
Hex EC 4 CE 0 62 D 7 134 61 2F
Octal 354 4 316 0 142 15 7 464 141 57
Binary 11101100 100 11001110 0 1100010 1101 111 100110100 1100001 101111

Color Harmonies of #EC04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04CE

Black with #EC04CE

Text Example


Text Example

White with #EC04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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