#ed0fe6

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

Shades of Magenta #ED0FE6

Tints of Magenta #ED0FE6

Color information

#ED0FE6 (or 0xED0FE6) is unknown color: approx Magenta. HEX triplet: ED, 0F and E6. RGB value is (237,15,230). Sum of RGB (Red+Green+Blue) = 237+15+230=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FE6 is #12F019. Grayscale: #696969. Windows color (decimal): -1241114 or 15077357. OLE color: 15077357.

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

Color convert

RGB23715230-
CMYK00.940.030.07
HSL301.89º88.1%49.41%-
HSV(B)301.89º93.67%92.94%-
XYZ49.3824.0676.9-
YUV105.89198.05221.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 15 (6.25% from 255) = 3.11%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=49.17%
G=3.11%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371523000.940.030.07301.8988.149.41
HexEDFE605E3712e5831
Octal3551734601363745613061
Binary1110110111111110011001011110111111001011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0fe6; }

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

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

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

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

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

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

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

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