#E01880

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

Shades of Medium Violet Red #E01880

Tints of Medium Violet Red #E01880

Color information

#E01880 (or 0xE01880) is unknown color: approx Medium Violet Red. HEX triplet: E0, 18 and 80. RGB value is (224,24,128). Sum of RGB (Red+Green+Blue) = 224+24+128=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E01880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01880 is #1FE77F. Grayscale: #5F5F5F. Windows color (decimal): -2090880 or 8394976. OLE color: 8394976.

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

Color convert

RGB22424128-
CMYK00.890.430.12
HSL328.8º80.65%48.63%-
HSV(B)328.8º89.29%87.84%-
XYZ34.9618.0622.07-
YUV95.66146.26219.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.57%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=59.57%
G=6.38%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242412800.890.430.12328.880.6548.63
HexE018800592BC1495131
Octal340302000131531451112161
Binary1110000011000100000000101100110101111001010010011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01880; }

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

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

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

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

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

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

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

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