Html Css Color HEX #ED0AE7 Magenta

📋 copy color: '#ED0AE7'

red 237 ◦ green 10 ◦ blue 231

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

Shades of Magenta #ED0AE7

Tints of Magenta #ED0AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 49.58%
G = 2.09%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED0AE7 (or 0xED0AE7) is known color: Magenta. HEX triplet: ED, 0A and E7. RGB value is (237,10,231). Sum of RGB (Red+Green+Blue) = 237+10+231=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AE7 is #12F518. Grayscale: #666666. Windows color (decimal): -1242393 or 15141613. OLE color: 15141613.

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

Color convert

RGB 237 10 231 -
CMYK 0 0.96 0.03 0.07
HSL 301.59º 0.92% 0.48% -
HSV(B) 301.59º 0.96% 0.93% -
XYZ 49.46 23.99 77.63 -
YUV 103.07 200.21 223.53 -
System Red Green Blue C M Y K H S L
Decimal 237 10 231 0 0.96 0.03 0.07 301.59 0.92 0.48
Hex ED A E7 0 60 3 7 12E 5C 30
Octal 355 12 347 0 140 3 7 456 134 60
Binary 11101101 1010 11100111 0 1100000 11 111 100101110 1011100 110000

Color Harmonies of #ED0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AE7

Black with #ED0AE7

Text Example


Text Example

White with #ED0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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