Shades of Medium Violet Red #E30F87
Tints of Medium Violet Red #E30F87
RGB
CMYK
RGB Variations
Color information
#E30F87 (or 0xE30F87) is known color: Medium Violet Red. HEX triplet: E3, 0F and 87. RGB value is (227,15,135). Sum of RGB (Red+Green+Blue) = 227+15+135=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F87 is #1CF078. Grayscale: #5B5B5B. Windows color (decimal): -1896569 or 8851427. OLE color: 8851427.
HSL color Cylindrical-coordinate representation of color #E30F87: hue angle of 326.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F87 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 135 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.11 |
| HSL | 326.04º | 0.88% | 0.47% | - |
| HSV(B) | 326.04º | 0.93% | 0.89% | - |
| XYZ | 36.22 | 18.42 | 24.57 | - |
| YUV | 92.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 135 | 0 | 0.93 | 0.41 | 0.11 | 326.04 | 0.88 | 0.47 |
| Hex | E3 | F | 87 | 0 | 5D | 29 | B | 146 | 58 | 2F |
| Octal | 343 | 17 | 207 | 0 | 135 | 51 | 13 | 506 | 130 | 57 |
| Binary | 11100011 | 1111 | 10000111 | 0 | 1011101 | 101001 | 1011 | 101000110 | 1011000 | 101111 |
Color Harmonies of #E30F87
Complementary color
Monochromatic Colors of #E30F87
Black with #E30F87
Text Example
Text Example
White with #E30F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F87; }
p { color: rgb(227,15,135); }
H1.HeaderClassName
{
color: #E30F87;
}
.AnyTagClassName
{
color: #E30F87;
}
</style>
background-color css
<style>
a { background-color: #E30F87; }
a { background-color: rgb(227,15,135); }
div.DivClassName
{
background-color: #E30F87;
}
.BgClassName
{
background-color: #E30F87;
}
</style>
border-color css
<style>
span { border-color: #E30F87; }
span { border-color: rgb(227,15,135); }
td.TdClassName
{
border-color: #E30F87;
}
.TagClassName
{
border-color: #E30F87;
}
</style>