#E00F8F

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

Shades of Medium Violet Red #E00F8F

Tints of Medium Violet Red #E00F8F

Color information

#E00F8F (or 0xE00F8F) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0F and 8F. RGB value is (224,15,143). Sum of RGB (Red+Green+Blue) = 224+15+143=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F8F is #1FF070. Grayscale: #5B5B5B. Windows color (decimal): -2093169 or 9375712. OLE color: 9375712.

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

Color convert

RGB22415143-
CMYK00.930.360.12
HSL323.25º87.45%46.86%-
HSV(B)323.25º93.3%87.84%-
XYZ35.8718.1727.6-
YUV92.08156.74222.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.64%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=58.64%
G=3.93%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241514300.930.360.12323.2587.4546.86
HexE0F8F05D24C143572f
Octal340172170135441450312757
Binary111000001111100011110101110110010011001010000111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F8F; }

 p { color: rgb(224,15,143); }

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

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

 a { background-color: rgb(224,15,143); }

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

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

 span { border-color: rgb(224,15,143); }

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