#E01FD0

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

Shades of Deep Magenta #E01FD0

Tints of Deep Magenta #E01FD0

Color information

#E01FD0 (or 0xE01FD0) is unknown color: approx Deep Magenta. HEX triplet: E0, 1F and D0. RGB value is (224,31,208). Sum of RGB (Red+Green+Blue) = 224+31+208=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FD0 is #1FE02F. Grayscale: #6C6C6C. Windows color (decimal): -2089008 or 13639648. OLE color: 13639648.

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

Color convert

RGB22431208-
CMYK00.860.070.12
HSL304.97º75.69%50%-
HSV(B)304.97º86.16%87.84%-
XYZ42.6221.3861.56-
YUV108.88183.94210.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 31 (12.5% from 255) = 6.70%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=48.38%
G=6.70%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243120800.860.070.12304.9775.6950
HexE01FD00567C1314c32
Octal34037320012671446111462
Binary1110000011111110100000101011011111001001100011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01FD0; }

 p { color: rgb(224,31,208); }

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

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

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

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

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

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

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