#E00F7B

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

Shades of Medium Violet Red #E00F7B

Tints of Medium Violet Red #E00F7B

Color information

#E00F7B (or 0xE00F7B) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0F and 7B. RGB value is (224,15,123). Sum of RGB (Red+Green+Blue) = 224+15+123=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7B is #1FF084. Grayscale: #595959. Windows color (decimal): -2093189 or 8064992. OLE color: 8064992.

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

Color convert

RGB22415123-
CMYK00.930.450.12
HSL329º87.45%46.86%-
HSV(B)329º93.3%87.84%-
XYZ34.4917.6220.32-
YUV89.8146.74223.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.88%
GREEN value IS 15 (6.25% from 255) = 4.14%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=61.88%
G=4.14%
B=33.98%

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
Decimal2241512300.930.450.1232987.4546.86
HexE0F7B05D2DC149572f
Octal340171730135551451112757
Binary11100000111111110110101110110110111001010010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F7B; }

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

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

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

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

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

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

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

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