Html Css Color HEX #ED04DD Hot Magenta

📋 copy color: '#ED04DD'

red 237 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #ED04DD

Tints of Hot Magenta #ED04DD

RGB

 RED value IS 237 (92.97% from 255) = 51.3%

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 51.3%
G = 0.87%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED04DD (or 0xED04DD) is known color: Hot Magenta. HEX triplet: ED, 04 and DD. RGB value is (237,4,221). Sum of RGB (Red+Green+Blue) = 237+4+221=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04DD is #12FB22. Grayscale: #616161. Windows color (decimal): -1243939 or 14484717. OLE color: 14484717.

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

Color convert

RGB 237 4 221 -
CMYK 0 0.98 0.07 0.07
HSL 304.12º 0.97% 0.47% -
HSV(B) 304.12º 0.98% 0.93% -
XYZ 48.02 23.31 70.38 -
YUV 98.41 197.19 226.86 -
System Red Green Blue C M Y K H S L
Decimal 237 4 221 0 0.98 0.07 0.07 304.12 0.97 0.47
Hex ED 4 DD 0 62 7 7 130 61 2F
Octal 355 4 335 0 142 7 7 460 141 57
Binary 11101101 100 11011101 0 1100010 111 111 100110000 1100001 101111

Color Harmonies of #ED04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04DD

Black with #ED04DD

Text Example


Text Example

White with #ED04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04DD; }

 p { color: rgb(237,4,221); }

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

background-color css

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

 a { background-color: rgb(237,4,221); }

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

border-color css

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

 span { border-color: rgb(237,4,221); }

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