#e21ede

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

Shades of Deep Magenta #E21EDE

Tints of Deep Magenta #E21EDE

Color information

#E21EDE (or 0xE21EDE) is unknown color: approx Deep Magenta. HEX triplet: E2, 1E and DE. RGB value is (226,30,222). Sum of RGB (Red+Green+Blue) = 226+30+222=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21EDE is #1DE121. Grayscale: #6D6D6D. Windows color (decimal): -1958178 or 14556898. OLE color: 14556898.

HSL color Cylindrical-coordinate representation of color #E21EDE: hue angle of 301.22º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EDE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22630222-
CMYK00.870.020.11
HSL301.22º77.17%50.2%-
HSV(B)301.22º86.73%88.63%-
XYZ45.0122.3771.05-
YUV110.49190.93210.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 30 (12.11% from 255) = 6.28%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=47.28%
G=6.28%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263022200.870.020.11301.2277.1750.2
HexE21EDE0572B12d4d32
Octal34236336012721345511562
Binary111000101111011011110010101111010111001011011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21ede; }

 p { color: rgb(226,30,222); }

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

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

 a { background-color: rgb(226,30,222); }

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

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

 span { border-color: rgb(226,30,222); }

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