Html Css Color HEX #ED02DB Hot Magenta

📋 copy color: '#ED02DB'

red 237 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #ED02DB

Tints of Hot Magenta #ED02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 51.75%
G = 0.44%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED02DB (or 0xED02DB) is known color: Hot Magenta. HEX triplet: ED, 02 and DB. RGB value is (237,2,219). Sum of RGB (Red+Green+Blue) = 237+2+219=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02DB is #12FD24. Grayscale: #606060. Windows color (decimal): -1244453 or 14353133. OLE color: 14353133.

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

Color convert

RGB 237 2 219 -
CMYK 0 0.99 0.08 0.07
HSL 304.6º 0.98% 0.47% -
HSV(B) 304.6º 0.99% 0.93% -
XYZ 47.73 23.16 68.97 -
YUV 97 196.86 227.86 -
System Red Green Blue C M Y K H S L
Decimal 237 2 219 0 0.99 0.08 0.07 304.6 0.98 0.47
Hex ED 2 DB 0 63 8 7 131 62 2F
Octal 355 2 333 0 143 10 7 461 142 57
Binary 11101101 10 11011011 0 1100011 1000 111 100110001 1100010 101111

Color Harmonies of #ED02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02DB

Black with #ED02DB

Text Example


Text Example

White with #ED02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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