#E00D80

Color #E00D80 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #E00D80

Tints of Medium Violet Red #E00D80

Color information

#E00D80 (or 0xE00D80) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0D and 80. RGB value is (224,13,128). Sum of RGB (Red+Green+Blue) = 224+13+128=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D80 is #1FF27F. Grayscale: #585858. Windows color (decimal): -2093696 or 8392160. OLE color: 8392160.

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

Color convert

RGB22413128-
CMYK00.940.430.12
HSL327.3º89.03%46.47%-
HSV(B)327.3º94.2%87.84%-
XYZ34.7817.6922-
YUV89.2149.9224.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.37%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=61.37%
G=3.56%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241312800.940.430.12327.389.0346.47
HexE0D8005E2BC147592e
Octal340152000136531450713156
Binary111000001101100000000101111010101111001010001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00D80; }

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

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

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

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

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

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

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

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