Html Css Color HEX #ED09D7 Hot Magenta

📋 copy color: '#ED09D7'

red 237 ◦ green 9 ◦ blue 215

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

Shades of Hot Magenta #ED09D7

Tints of Hot Magenta #ED09D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 51.41%
G = 1.95%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED09D7 (or 0xED09D7) is known color: Hot Magenta. HEX triplet: ED, 09 and D7. RGB value is (237,9,215). Sum of RGB (Red+Green+Blue) = 237+9+215=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09D7 is #12F628. Grayscale: #646464. Windows color (decimal): -1242665 or 14092781. OLE color: 14092781.

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

Color convert

RGB 237 9 215 -
CMYK 0 0.96 0.09 0.07
HSL 305.79º 0.93% 0.48% -
HSV(B) 305.79º 0.96% 0.93% -
XYZ 47.29 23.11 66.26 -
YUV 100.66 192.54 225.25 -
System Red Green Blue C M Y K H S L
Decimal 237 9 215 0 0.96 0.09 0.07 305.79 0.93 0.48
Hex ED 9 D7 0 60 9 7 132 5D 30
Octal 355 11 327 0 140 11 7 462 135 60
Binary 11101101 1001 11010111 0 1100000 1001 111 100110010 1011101 110000

Color Harmonies of #ED09D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09D7

Black with #ED09D7

Text Example


Text Example

White with #ED09D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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