Html Css Color HEX #ED10D7 Hot Magenta

📋 copy color: '#ED10D7'

red 237 ◦ green 16 ◦ blue 215

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

Shades of Hot Magenta #ED10D7

Tints of Hot Magenta #ED10D7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.42%

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

R = 50.64%
G = 3.42%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED10D7 (or 0xED10D7) is known color: Hot Magenta. HEX triplet: ED, 10 and D7. RGB value is (237,16,215). Sum of RGB (Red+Green+Blue) = 237+16+215=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10D7 is #12EF28. Grayscale: #686868. Windows color (decimal): -1240873 or 14094573. OLE color: 14094573.

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

Color convert

RGB 237 16 215 -
CMYK 0 0.93 0.09 0.07
HSL 305.97º 0.87% 0.5% -
HSV(B) 305.97º 0.93% 0.93% -
XYZ 47.38 23.28 66.29 -
YUV 104.77 190.22 222.32 -
System Red Green Blue C M Y K H S L
Decimal 237 16 215 0 0.93 0.09 0.07 305.97 0.87 0.5
Hex ED 10 D7 0 5D 9 7 132 57 32
Octal 355 20 327 0 135 11 7 462 127 62
Binary 11101101 10000 11010111 0 1011101 1001 111 100110010 1010111 110010

Color Harmonies of #ED10D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10D7

Black with #ED10D7

Text Example


Text Example

White with #ED10D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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