#e00f8e

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

Shades of Medium Violet Red #E00F8E

Tints of Medium Violet Red #E00F8E

Color information

#E00F8E (or 0xE00F8E) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0F and 8E. RGB value is (224,15,142). Sum of RGB (Red+Green+Blue) = 224+15+142=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F8E is #1FF071. Grayscale: #5B5B5B. Windows color (decimal): -2093170 or 9310176. OLE color: 9310176.

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

Color convert

RGB22415142-
CMYK00.930.370.12
HSL323.54º87.45%46.86%-
HSV(B)323.54º93.3%87.84%-
XYZ35.7918.1427.21-
YUV91.97156.24222.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.79%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=58.79%
G=3.94%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241514200.930.370.12323.5487.4546.86
HexE0F8E05D25C144572f
Octal340172160135451450412757
Binary111000001111100011100101110110010111001010001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e00f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e00f8e; }

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

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

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

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

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

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

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

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