#E30DE0

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

Shades of Deep Magenta #E30DE0

Tints of Deep Magenta #E30DE0

Color information

#E30DE0 (or 0xE30DE0) is unknown color: approx Deep Magenta. HEX triplet: E3, 0D and E0. RGB value is (227,13,224). Sum of RGB (Red+Green+Blue) = 227+13+224=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DE0 is #1CF21F. Grayscale: #646464. Windows color (decimal): -1896992 or 14683619. OLE color: 14683619.

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

Color convert

RGB22713224-
CMYK00.940.010.11
HSL300.84º89.17%47.06%-
HSV(B)300.84º94.27%89.02%-
XYZ45.282272.38-
YUV101.04197.4217.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.92%
GREEN value IS 13 (5.47% from 255) = 2.80%
BLUE value IS 224 (87.89% from 255) = 48.28%
R=48.92%
G=2.80%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271322400.940.010.11300.8489.1747.06
HexE3DE005E1B12d592f
Octal34315340013611345513157
Binary1110001111011110000001011110110111001011011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30DE0; }

 p { color: rgb(227,13,224); }

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

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

 a { background-color: rgb(227,13,224); }

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

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

 span { border-color: rgb(227,13,224); }

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