#E205DE

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

Shades of Deep Magenta #E205DE

Tints of Deep Magenta #E205DE

Color information

#E205DE (or 0xE205DE) is unknown color: approx Deep Magenta. HEX triplet: E2, 05 and DE. RGB value is (226,5,222). Sum of RGB (Red+Green+Blue) = 226+5+222=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E205DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205DE is #1DFA21. Grayscale: #5F5F5F. Windows color (decimal): -1964578 or 14550498. OLE color: 14550498.

HSL color Cylindrical-coordinate representation of color #E205DE: hue angle of 301.09º 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 #E205DE is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB2265222-
CMYK00.980.020.11
HSL301.09º95.67%45.29%-
HSV(B)301.09º97.79%88.63%-
XYZ44.621.5570.92-
YUV95.82199.22220.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 5 (2.34% from 255) = 1.10%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=49.89%
G=1.10%
B=49.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226522200.980.020.11301.0995.6745.29
HexE25DE0622B12d602d
Octal3425336014221345514055
Binary1110001010111011110011000101010111001011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E205DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E205DE; }

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

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

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

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

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

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

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

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