Html Css Color HEX #ED0ADD Hot Magenta

📋 copy color: '#ED0ADD'

red 237 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #ED0ADD

Tints of Hot Magenta #ED0ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 50.64%
G = 2.14%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED0ADD (or 0xED0ADD) is known color: Hot Magenta. HEX triplet: ED, 0A and DD. RGB value is (237,10,221). Sum of RGB (Red+Green+Blue) = 237+10+221=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ADD is #12F522. Grayscale: #656565. Windows color (decimal): -1242403 or 14486253. OLE color: 14486253.

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

Color convert

RGB 237 10 221 -
CMYK 0 0.96 0.07 0.07
HSL 304.23º 0.92% 0.48% -
HSV(B) 304.23º 0.96% 0.93% -
XYZ 48.08 23.44 70.4 -
YUV 101.93 195.21 224.34 -
System Red Green Blue C M Y K H S L
Decimal 237 10 221 0 0.96 0.07 0.07 304.23 0.92 0.48
Hex ED A DD 0 60 7 7 130 5C 30
Octal 355 12 335 0 140 7 7 460 134 60
Binary 11101101 1010 11011101 0 1100000 111 111 100110000 1011100 110000

Color Harmonies of #ED0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ADD

Black with #ED0ADD

Text Example


Text Example

White with #ED0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ADD; }

 p { color: rgb(237,10,221); }

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

background-color css

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

 a { background-color: rgb(237,10,221); }

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

border-color css

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

 span { border-color: rgb(237,10,221); }

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