#ED0CE5

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

Shades of Magenta #ED0CE5

Tints of Magenta #ED0CE5

Color information

#ED0CE5 (or 0xED0CE5) is unknown color: approx Magenta. HEX triplet: ED, 0C and E5. RGB value is (237,12,229). Sum of RGB (Red+Green+Blue) = 237+12+229=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CE5 is #12F31A. Grayscale: #676767. Windows color (decimal): -1241883 or 15011053. OLE color: 15011053.

HSL color Cylindrical-coordinate representation of color #ED0CE5: hue angle of 302.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23712229-
CMYK00.950.030.07
HSL302.13º90.36%48.82%-
HSV(B)302.13º94.94%92.94%-
XYZ49.223.9276.15-
YUV104.01198.54222.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 12 (5.08% from 255) = 2.51%
BLUE value IS 229 (89.84% from 255) = 47.91%
R=49.58%
G=2.51%
B=47.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371222900.950.030.07302.1390.3648.82
HexEDCE505F3712e5a31
Octal3551434501373745613261
Binary1110110111001110010101011111111111001011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0CE5; }

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

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

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

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

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

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

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

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