#ED0AE5

Color #ED0AE5 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #ED0AE5

Tints of Magenta #ED0AE5

Color information

#ED0AE5 (or 0xED0AE5) is unknown color: approx Magenta. HEX triplet: ED, 0A and E5. RGB value is (237,10,229). Sum of RGB (Red+Green+Blue) = 237+10+229=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AE5 is #12F51A. Grayscale: #666666. Windows color (decimal): -1242395 or 15010541. OLE color: 15010541.

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

Color convert

RGB23710229-
CMYK00.960.030.07
HSL302.11º91.9%48.43%-
HSV(B)302.11º95.78%92.94%-
XYZ49.1823.8876.15-
YUV102.84199.21223.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 10 (4.30% from 255) = 2.10%
BLUE value IS 229 (89.84% from 255) = 48.11%
R=49.79%
G=2.10%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371022900.960.030.07302.1191.948.43
HexEDAE50603712e5c30
Octal3551234501403745613460
Binary1110110110101110010101100000111111001011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0AE5; }

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

 H1.HeaderClassName
 {
   color: #ED0AE5;
 }
 .AnyTagClassName
 {
   color: #ED0AE5;
 }
</style>
background-color css

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

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

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

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

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

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