Html Css Color HEX #ED02DC Hot Magenta

📋 copy color: '#ED02DC'

red 237 ◦ green 2 ◦ blue 220

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

Shades of Hot Magenta #ED02DC

Tints of Hot Magenta #ED02DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 51.63%
G = 0.44%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED02DC (or 0xED02DC) is known color: Hot Magenta. HEX triplet: ED, 02 and DC. RGB value is (237,2,220). Sum of RGB (Red+Green+Blue) = 237+2+220=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02DC is #12FD23. Grayscale: #606060. Windows color (decimal): -1244452 or 14418669. OLE color: 14418669.

HSL color Cylindrical-coordinate representation of color #ED02DC: hue angle of 304.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02DC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 220 -
CMYK 0 0.99 0.07 0.07
HSL 304.34º 0.98% 0.47% -
HSV(B) 304.34º 0.99% 0.93% -
XYZ 47.87 23.22 69.67 -
YUV 97.12 197.36 227.77 -
System Red Green Blue C M Y K H S L
Decimal 237 2 220 0 0.99 0.07 0.07 304.34 0.98 0.47
Hex ED 2 DC 0 63 7 7 130 62 2F
Octal 355 2 334 0 143 7 7 460 142 57
Binary 11101101 10 11011100 0 1100011 111 111 100110000 1100010 101111

Color Harmonies of #ED02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02DC

Black with #ED02DC

Text Example


Text Example

White with #ED02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02DC; }

 p { color: rgb(237,2,220); }

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

background-color css

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

 a { background-color: rgb(237,2,220); }

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

border-color css

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

 span { border-color: rgb(237,2,220); }

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