#E01CE0

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

Shades of Deep Magenta #E01CE0

Tints of Deep Magenta #E01CE0

Color information

#E01CE0 (or 0xE01CE0) is unknown color: approx Deep Magenta. HEX triplet: E0, 1C and E0. RGB value is (224,28,224). Sum of RGB (Red+Green+Blue) = 224+28+224=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E01CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CE0 is #1FE31F. Grayscale: #6C6C6C. Windows color (decimal): -2089760 or 14687456. OLE color: 14687456.

HSL color Cylindrical-coordinate representation of color #E01CE0: hue angle of 300º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CE0 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22428224-
CMYK00.8800.12
HSL300º77.78%49.41%-
HSV(B)300º87.5%87.84%-
XYZ44.6122.0672.43-
YUV108.95192.93210.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 28 (11.33% from 255) = 5.88%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=47.06%
G=5.88%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242822400.8800.1230077.7849.41
HexE01CE00580C12c4e31
Octal34034340013001445411661
Binary11100000111001110000001011000011001001011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01CE0; }

 p { color: rgb(224,28,224); }

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

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

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

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

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

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

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