Html Css Color HEX #EC04D7 Hot Magenta

📋 copy color: '#EC04D7'

red 236 ◦ green 4 ◦ blue 215

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

Shades of Hot Magenta #EC04D7

Tints of Hot Magenta #EC04D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 51.87%
G = 0.88%
B = 47.25%

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

#EC04D7 (or 0xEC04D7) is known color: Hot Magenta. HEX triplet: EC, 04 and D7. RGB value is (236,4,215). Sum of RGB (Red+Green+Blue) = 236+4+215=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC04D7 is #13FB28. Grayscale: #606060. Windows color (decimal): -1309481 or 14091500. OLE color: 14091500.

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

Color convert

RGB 236 4 215 -
CMYK 0 0.98 0.09 0.07
HSL 305.43º 0.97% 0.47% -
HSV(B) 305.43º 0.98% 0.93% -
XYZ 46.9 22.83 66.22 -
YUV 97.42 194.36 226.84 -
System Red Green Blue C M Y K H S L
Decimal 236 4 215 0 0.98 0.09 0.07 305.43 0.97 0.47
Hex EC 4 D7 0 62 9 7 131 61 2F
Octal 354 4 327 0 142 11 7 461 141 57
Binary 11101100 100 11010111 0 1100010 1001 111 100110001 1100001 101111

Color Harmonies of #EC04D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04D7

Black with #EC04D7

Text Example


Text Example

White with #EC04D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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