#E01CD7

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

Shades of Deep Magenta #E01CD7

Tints of Deep Magenta #E01CD7

Color information

#E01CD7 (or 0xE01CD7) is unknown color: approx Deep Magenta. HEX triplet: E0, 1C and D7. RGB value is (224,28,215). Sum of RGB (Red+Green+Blue) = 224+28+215=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CD7 is #1FE328. Grayscale: #6B6B6B. Windows color (decimal): -2089769 or 14097632. OLE color: 14097632.

HSL color Cylindrical-coordinate representation of color #E01CD7: hue angle of 302.76º 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 #E01CD7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22428215-
CMYK00.880.040.12
HSL302.76º77.78%49.41%-
HSV(B)302.76º87.5%87.84%-
XYZ43.4221.5866.17-
YUV107.92188.43210.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 28 (11.33% from 255) = 6.00%
BLUE value IS 215 (84.38% from 255) = 46.04%
R=47.97%
G=6.00%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242821500.880.040.12302.7677.7849.41
HexE01CD70584C12f4e31
Octal34034327013041445711661
Binary1110000011100110101110101100010011001001011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01CD7; }

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

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

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

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

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

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

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

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