#E211CA

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

Shades of Deep Magenta #E211CA

Tints of Deep Magenta #E211CA

Color information

#E211CA (or 0xE211CA) is unknown color: approx Deep Magenta. HEX triplet: E2, 11 and CA. RGB value is (226,17,202). Sum of RGB (Red+Green+Blue) = 226+17+202=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E211CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211CA is #1DEE35. Grayscale: #646464. Windows color (decimal): -1961526 or 13242850. OLE color: 13242850.

HSL color Cylindrical-coordinate representation of color #E211CA: hue angle of 306.89º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E211CA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB22617202-
CMYK00.920.110.11
HSL306.89º86.01%47.65%-
HSV(B)306.89º92.48%88.63%-
XYZ42.2320.8357.67-
YUV100.58185.24217.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.79%
GREEN value IS 17 (7.03% from 255) = 3.82%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=50.79%
G=3.82%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261720200.920.110.11306.8986.0147.65
HexE211CA05CBB1335630
Octal342213120134131346312660
Binary11100010100011100101001011100101110111001100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E211CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E211CA; }

 p { color: rgb(226,17,202); }

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

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

 a { background-color: rgb(226,17,202); }

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

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

 span { border-color: rgb(226,17,202); }

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