#E20EC8

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

Shades of Deep Magenta #E20EC8

Tints of Deep Magenta #E20EC8

Color information

#E20EC8 (or 0xE20EC8) is unknown color: approx Deep Magenta. HEX triplet: E2, 0E and C8. RGB value is (226,14,200). Sum of RGB (Red+Green+Blue) = 226+14+200=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20EC8 is #1DF137. Grayscale: #626262. Windows color (decimal): -1962296 or 13111010. OLE color: 13111010.

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

Color convert

RGB22614200-
CMYK00.940.120.11
HSL307.36º88.33%47.06%-
HSV(B)307.36º93.81%88.63%-
XYZ41.9520.6556.42-
YUV98.59185.24218.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 14 (5.86% from 255) = 3.18%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=51.36%
G=3.18%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261420000.940.120.11307.3688.3347.06
HexE2EC805ECB133582f
Octal342163100136141346313057
Binary1110001011101100100001011110110010111001100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20EC8; }

 p { color: rgb(226,14,200); }

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

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

 a { background-color: rgb(226,14,200); }

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

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

 span { border-color: rgb(226,14,200); }

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