#E01ECE

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

Shades of Deep Magenta #E01ECE

Tints of Deep Magenta #E01ECE

Color information

#E01ECE (or 0xE01ECE) is unknown color: approx Deep Magenta. HEX triplet: E0, 1E and CE. RGB value is (224,30,206). Sum of RGB (Red+Green+Blue) = 224+30+206=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECE is #1FE131. Grayscale: #6B6B6B. Windows color (decimal): -2089266 or 13508320. OLE color: 13508320.

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

Color convert

RGB22430206-
CMYK00.870.080.12
HSL305.57º76.38%49.8%-
HSV(B)305.57º86.61%87.84%-
XYZ42.3521.2360.26-
YUV108.07183.27210.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 30 (12.11% from 255) = 6.52%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=48.70%
G=6.52%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243020600.870.080.12305.5776.3849.8
HexE01ECE0578C1324c32
Octal340363160127101446211462
Binary11100000111101100111001010111100011001001100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01ECE; }

 p { color: rgb(224,30,206); }

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

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

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

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

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

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

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