Html Css Color HEX #ED0AE8 Magenta

📋 copy color: '#ED0AE8'

red 237 ◦ green 10 ◦ blue 232

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

Shades of Magenta #ED0AE8

Tints of Magenta #ED0AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 49.48%
G = 2.09%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED0AE8 (or 0xED0AE8) is known color: Magenta. HEX triplet: ED, 0A and E8. RGB value is (237,10,232). Sum of RGB (Red+Green+Blue) = 237+10+232=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AE8 is #12F517. Grayscale: #666666. Windows color (decimal): -1242392 or 15207149. OLE color: 15207149.

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

Color convert

RGB 237 10 232 -
CMYK 0 0.96 0.02 0.07
HSL 301.32º 0.92% 0.48% -
HSV(B) 301.32º 0.96% 0.93% -
XYZ 49.6 24.05 78.37 -
YUV 103.18 200.71 223.45 -
System Red Green Blue C M Y K H S L
Decimal 237 10 232 0 0.96 0.02 0.07 301.32 0.92 0.48
Hex ED A E8 0 60 2 7 12D 5C 30
Octal 355 12 350 0 140 2 7 455 134 60
Binary 11101101 1010 11101000 0 1100000 10 111 100101101 1011100 110000

Color Harmonies of #ED0AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AE8

Black with #ED0AE8

Text Example


Text Example

White with #ED0AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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