#E205DC

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

Shades of Deep Magenta #E205DC

Tints of Deep Magenta #E205DC

Color information

#E205DC (or 0xE205DC) is unknown color: approx Deep Magenta. HEX triplet: E2, 05 and DC. RGB value is (226,5,220). Sum of RGB (Red+Green+Blue) = 226+5+220=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E205DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205DC is #1DFA23. Grayscale: #5E5E5E. Windows color (decimal): -1964580 or 14419426. OLE color: 14419426.

HSL color Cylindrical-coordinate representation of color #E205DC: hue angle of 301.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205DC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB2265220-
CMYK00.980.030.11
HSL301.63º95.67%45.29%-
HSV(B)301.63º97.79%88.63%-
XYZ44.3421.4469.51-
YUV95.59198.22221.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 5 (2.34% from 255) = 1.11%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=50.11%
G=1.11%
B=48.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226522000.980.030.11301.6395.6745.29
HexE25DC0623B12e602d
Octal3425334014231345614055
Binary1110001010111011100011000101110111001011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E205DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E205DC; }

 p { color: rgb(226,5,220); }

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

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

 a { background-color: rgb(226,5,220); }

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

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

 span { border-color: rgb(226,5,220); }

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