Html Css Color HEX #ED09DA Hot Magenta

📋 copy color: '#ED09DA'

red 237 ◦ green 9 ◦ blue 218

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

Shades of Hot Magenta #ED09DA

Tints of Hot Magenta #ED09DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 51.08%
G = 1.94%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED09DA (or 0xED09DA) is known color: Hot Magenta. HEX triplet: ED, 09 and DA. RGB value is (237,9,218). Sum of RGB (Red+Green+Blue) = 237+9+218=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09DA is #12F625. Grayscale: #646464. Windows color (decimal): -1242662 or 14289389. OLE color: 14289389.

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

Color convert

RGB 237 9 218 -
CMYK 0 0.96 0.08 0.07
HSL 305º 0.93% 0.48% -
HSV(B) 305º 0.96% 0.93% -
XYZ 47.68 23.26 68.31 -
YUV 101 194.04 225.01 -
System Red Green Blue C M Y K H S L
Decimal 237 9 218 0 0.96 0.08 0.07 305 0.93 0.48
Hex ED 9 DA 0 60 8 7 131 5D 30
Octal 355 11 332 0 140 10 7 461 135 60
Binary 11101101 1001 11011010 0 1100000 1000 111 100110001 1011101 110000

Color Harmonies of #ED09DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09DA

Black with #ED09DA

Text Example


Text Example

White with #ED09DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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