#E00FE2

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

Shades of Deep Magenta #E00FE2

Tints of Deep Magenta #E00FE2

Color information

#E00FE2 (or 0xE00FE2) is unknown color: approx Deep Magenta. HEX triplet: E0, 0F and E2. RGB value is (224,15,226). Sum of RGB (Red+Green+Blue) = 224+15+226=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #E00FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FE2 is #1FF01D. Grayscale: #646464. Windows color (decimal): -2093086 or 14815200. OLE color: 14815200.

HSL color Cylindrical-coordinate representation of color #E00FE2: hue angle of 299.43º 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 #E00FE2 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22415226-
CMYK0.010.9300.11
HSL299.43º87.55%47.25%-
HSV(B)299.43º93.36%88.63%-
XYZ44.6421.6873.78-
YUV101.54198.24215.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=48.17%
G=3.23%
B=48.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224152260.010.9300.11299.4387.5547.25
HexE0FE215D0B12b582f
Octal34017342113501345313057
Binary1110000011111110001011011101010111001010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00FE2; }

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

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

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

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

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

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

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

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