Shades of Medium Violet Red #E30F81
Tints of Medium Violet Red #E30F81
RGB
CMYK
RGB Variations
Color information
#E30F81 (or 0xE30F81) is known color: Medium Violet Red. HEX triplet: E3, 0F and 81. RGB value is (227,15,129). Sum of RGB (Red+Green+Blue) = 227+15+129=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F81 is #1CF07E. Grayscale: #5B5B5B. Windows color (decimal): -1896575 or 8458211. OLE color: 8458211.
HSL color Cylindrical-coordinate representation of color #E30F81: hue angle of 327.74º 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 #E30F81 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 129 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.11 |
| HSL | 327.74º | 0.88% | 0.47% | - |
| HSV(B) | 327.74º | 0.93% | 0.89% | - |
| XYZ | 35.81 | 18.26 | 22.41 | - |
| YUV | 91.38 | 149.24 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 129 | 0 | 0.93 | 0.43 | 0.11 | 327.74 | 0.88 | 0.47 |
| Hex | E3 | F | 81 | 0 | 5D | 2B | B | 148 | 58 | 2F |
| Octal | 343 | 17 | 201 | 0 | 135 | 53 | 13 | 510 | 130 | 57 |
| Binary | 11100011 | 1111 | 10000001 | 0 | 1011101 | 101011 | 1011 | 101001000 | 1011000 | 101111 |
Color Harmonies of #E30F81
Complementary color
Monochromatic Colors of #E30F81
Black with #E30F81
Text Example
Text Example
White with #E30F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F81; }
p { color: rgb(227,15,129); }
H1.HeaderClassName
{
color: #E30F81;
}
.AnyTagClassName
{
color: #E30F81;
}
</style>
background-color css
<style>
a { background-color: #E30F81; }
a { background-color: rgb(227,15,129); }
div.DivClassName
{
background-color: #E30F81;
}
.BgClassName
{
background-color: #E30F81;
}
</style>
border-color css
<style>
span { border-color: #E30F81; }
span { border-color: rgb(227,15,129); }
td.TdClassName
{
border-color: #E30F81;
}
.TagClassName
{
border-color: #E30F81;
}
</style>