#E021DE

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

Shades of Deep Magenta #E021DE

Tints of Deep Magenta #E021DE

Color information

#E021DE (or 0xE021DE) is unknown color: approx Deep Magenta. HEX triplet: E0, 21 and DE. RGB value is (224,33,222). Sum of RGB (Red+Green+Blue) = 224+33+222=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E021DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021DE is #1FDE21. Grayscale: #6F6F6F. Windows color (decimal): -2088482 or 14557664. OLE color: 14557664.

HSL color Cylindrical-coordinate representation of color #E021DE: hue angle of 300.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021DE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22433222-
CMYK00.850.010.12
HSL300.63º75.49%50.39%-
HSV(B)300.63º85.27%87.84%-
XYZ44.4722.2171.05-
YUV111.66190.28208.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 33 (13.28% from 255) = 6.89%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=46.76%
G=6.89%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243322200.850.010.12300.6375.4950.39
HexE021DE0551C12d4b32
Octal34041336012511445511362
Binary111000001000011101111001010101111001001011011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021DE; }

 p { color: rgb(224,33,222); }

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

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

 a { background-color: rgb(224,33,222); }

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

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

 span { border-color: rgb(224,33,222); }

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