#ED0CE6

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

Shades of Magenta #ED0CE6

Tints of Magenta #ED0CE6

Color information

#ED0CE6 (or 0xED0CE6) is unknown color: approx Magenta. HEX triplet: ED, 0C and E6. RGB value is (237,12,230). Sum of RGB (Red+Green+Blue) = 237+12+230=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CE6 is #12F319. Grayscale: #676767. Windows color (decimal): -1241882 or 15076589. OLE color: 15076589.

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

Color convert

RGB23712230-
CMYK00.950.030.07
HSL301.87º90.36%48.82%-
HSV(B)301.87º94.94%92.94%-
XYZ49.3423.9876.89-
YUV104.13199.04222.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 12 (5.08% from 255) = 2.51%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=49.48%
G=2.51%
B=48.02%

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
Decimal2371223000.950.030.07301.8790.3648.82
HexEDCE605F3712e5a31
Octal3551434601373745613261
Binary1110110111001110011001011111111111001011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0CE6; }

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

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

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

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

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

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

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

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