#ED0FE2

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

Shades of Hot Magenta #ED0FE2

Tints of Hot Magenta #ED0FE2

Color information

#ED0FE2 (or 0xED0FE2) is unknown color: approx Hot Magenta. HEX triplet: ED, 0F and E2. RGB value is (237,15,226). Sum of RGB (Red+Green+Blue) = 237+15+226=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FE2 is #12F01D. Grayscale: #686868. Windows color (decimal): -1241118 or 14815213. OLE color: 14815213.

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

Color convert

RGB23715226-
CMYK00.940.050.07
HSL302.97º88.1%49.41%-
HSV(B)302.97º93.67%92.94%-
XYZ48.8223.8473.98-
YUV105.43196.05221.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 15 (6.25% from 255) = 3.14%
BLUE value IS 226 (88.67% from 255) = 47.28%
R=49.58%
G=3.14%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371522600.940.050.07302.9788.149.41
HexEDFE205E5712f5831
Octal3551734201365745713061
Binary11101101111111100010010111101011111001011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0FE2; }

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

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

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

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

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

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

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

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