Shades of Medium Violet Red #E00F89
Tints of Medium Violet Red #E00F89
RGB
CMYK
RGB Variations
Color information
#E00F89 (or 0xE00F89) is known color: Medium Violet Red. HEX triplet: E0, 0F and 89. RGB value is (224,15,137). Sum of RGB (Red+Green+Blue) = 224+15+137=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F89 is #1FF076. Grayscale: #5B5B5B. Windows color (decimal): -2093175 or 8982496. OLE color: 8982496.
HSL color Cylindrical-coordinate representation of color #E00F89: hue angle of 324.98º 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 #E00F89 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 137 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.12 |
| HSL | 324.98º | 0.87% | 0.47% | - |
| HSV(B) | 324.98º | 0.93% | 0.88% | - |
| XYZ | 35.43 | 18 | 25.27 | - |
| YUV | 91.4 | 153.74 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 137 | 0 | 0.93 | 0.39 | 0.12 | 324.98 | 0.87 | 0.47 |
| Hex | E0 | F | 89 | 0 | 5D | 27 | C | 145 | 57 | 2F |
| Octal | 340 | 17 | 211 | 0 | 135 | 47 | 14 | 505 | 127 | 57 |
| Binary | 11100000 | 1111 | 10001001 | 0 | 1011101 | 100111 | 1100 | 101000101 | 1010111 | 101111 |
Color Harmonies of #E00F89
Complementary color
Monochromatic Colors of #E00F89
Black with #E00F89
Text Example
Text Example
White with #E00F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F89; }
p { color: rgb(224,15,137); }
H1.HeaderClassName
{
color: #E00F89;
}
.AnyTagClassName
{
color: #E00F89;
}
</style>
background-color css
<style>
a { background-color: #E00F89; }
a { background-color: rgb(224,15,137); }
div.DivClassName
{
background-color: #E00F89;
}
.BgClassName
{
background-color: #E00F89;
}
</style>
border-color css
<style>
span { border-color: #E00F89; }
span { border-color: rgb(224,15,137); }
td.TdClassName
{
border-color: #E00F89;
}
.TagClassName
{
border-color: #E00F89;
}
</style>