Html Css Color HEX #ED02DA Hot Magenta

📋 copy color: '#ED02DA'

red 237 ◦ green 2 ◦ blue 218

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

Shades of Hot Magenta #ED02DA

Tints of Hot Magenta #ED02DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 51.86%
G = 0.44%
B = 47.7%

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

#ED02DA (or 0xED02DA) is known color: Hot Magenta. HEX triplet: ED, 02 and DA. RGB value is (237,2,218). Sum of RGB (Red+Green+Blue) = 237+2+218=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02DA is #12FD25. Grayscale: #606060. Windows color (decimal): -1244454 or 14287597. OLE color: 14287597.

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

Color convert

RGB 237 2 218 -
CMYK 0 0.99 0.08 0.07
HSL 304.85º 0.98% 0.47% -
HSV(B) 304.85º 0.99% 0.93% -
XYZ 47.6 23.11 68.28 -
YUV 96.89 196.36 227.94 -
System Red Green Blue C M Y K H S L
Decimal 237 2 218 0 0.99 0.08 0.07 304.85 0.98 0.47
Hex ED 2 DA 0 63 8 7 131 62 2F
Octal 355 2 332 0 143 10 7 461 142 57
Binary 11101101 10 11011010 0 1100011 1000 111 100110001 1100010 101111

Color Harmonies of #ED02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02DA

Black with #ED02DA

Text Example


Text Example

White with #ED02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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