#ED1FF0

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

Shades of Magenta #ED1FF0

Tints of Magenta #ED1FF0

Color information

#ED1FF0 (or 0xED1FF0) is unknown color: approx Magenta. HEX triplet: ED, 1F and F0. RGB value is (237,31,240). Sum of RGB (Red+Green+Blue) = 237+31+240=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED1FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FF0 is #12E00F. Grayscale: #737373. Windows color (decimal): -1237008 or 15736813. OLE color: 15736813.

HSL color Cylindrical-coordinate representation of color #ED1FF0: hue angle of 299.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1FF0 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23731240-
CMYK0.010.8700.06
HSL299.14º87.45%53.14%-
HSV(B)299.14º87.08%94.12%-
XYZ51.1425.2884.62-
YUV116.42197.75214.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 31 (12.5% from 255) = 6.10%
BLUE value IS 240 (94.14% from 255) = 47.24%
R=46.65%
G=6.10%
B=47.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237312400.010.8700.06299.1487.4553.14
HexED1FF01570612b5735
Octal3553736011270645312765
Binary1110110111111111100001101011101101001010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1FF0; }

 p { color: rgb(237,31,240); }

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

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

 a { background-color: rgb(237,31,240); }

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

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

 span { border-color: rgb(237,31,240); }

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