#E00F7C

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

Shades of Medium Violet Red #E00F7C

Tints of Medium Violet Red #E00F7C

Color information

#E00F7C (or 0xE00F7C) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0F and 7C. RGB value is (224,15,124). Sum of RGB (Red+Green+Blue) = 224+15+124=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7C is #1FF083. Grayscale: #595959. Windows color (decimal): -2093188 or 8130528. OLE color: 8130528.

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

Color convert

RGB22415124-
CMYK00.930.450.12
HSL328.71º87.45%46.86%-
HSV(B)328.71º93.3%87.84%-
XYZ34.5517.6420.65-
YUV89.92147.24223.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=61.71%
G=4.13%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241512400.930.450.12328.7187.4546.86
HexE0F7C05D2DC149572f
Octal340171740135551451112757
Binary11100000111111111000101110110110111001010010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F7C; }

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

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

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

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

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

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

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

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