#E10FE2

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

Shades of Deep Magenta #E10FE2

Tints of Deep Magenta #E10FE2

Color information

#E10FE2 (or 0xE10FE2) is unknown color: approx Deep Magenta. HEX triplet: E1, 0F and E2. RGB value is (225,15,226). Sum of RGB (Red+Green+Blue) = 225+15+226=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #E10FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FE2 is #1EF01D. Grayscale: #656565. Windows color (decimal): -2027550 or 14815201. OLE color: 14815201.

HSL color Cylindrical-coordinate representation of color #E10FE2: hue angle of 299.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FE2 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22515226-
CMYK0.000.9300.11
HSL299.72º87.55%47.25%-
HSV(B)299.72º93.36%88.63%-
XYZ44.9521.8473.8-
YUV101.84198.07215.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 15 (6.25% from 255) = 3.22%
BLUE value IS 226 (88.67% from 255) = 48.50%
R=48.28%
G=3.22%
B=48.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal225152260.000.9300.11299.7287.5547.25
HexE1FE205D0B12c582f
Octal34117342013501345413057
Binary1110000111111110001001011101010111001011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10FE2; }

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

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

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

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

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

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

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

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