Shades of Medium Violet Red #E1027D
Tints of Medium Violet Red #E1027D
RGB
CMYK
RGB Variations
Color information
#E1027D (or 0xE1027D) is known color: Medium Violet Red. HEX triplet: E1, 02 and 7D. RGB value is (225,2,125). Sum of RGB (Red+Green+Blue) = 225+2+125=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1027D is #1EFD82. Grayscale: #525252. Windows color (decimal): -2030979 or 8192737. OLE color: 8192737.
HSL color Cylindrical-coordinate representation of color #E1027D: hue angle of 326.91º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1027D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.12 |
| HSL | 326.91º | 0.98% | 0.45% | - |
| HSV(B) | 326.91º | 0.99% | 0.88% | - |
| XYZ | 34.77 | 17.53 | 20.95 | - |
| YUV | 82.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 125 | 0 | 0.99 | 0.44 | 0.12 | 326.91 | 0.98 | 0.45 |
| Hex | E1 | 2 | 7D | 0 | 63 | 2C | C | 147 | 62 | 2D |
| Octal | 341 | 2 | 175 | 0 | 143 | 54 | 14 | 507 | 142 | 55 |
| Binary | 11100001 | 10 | 1111101 | 0 | 1100011 | 101100 | 1100 | 101000111 | 1100010 | 101101 |
Color Harmonies of #E1027D
Complementary color
Monochromatic Colors of #E1027D
Black with #E1027D
Text Example
Text Example
White with #E1027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1027D; }
p { color: rgb(225,2,125); }
H1.HeaderClassName
{
color: #E1027D;
}
.AnyTagClassName
{
color: #E1027D;
}
</style>
background-color css
<style>
a { background-color: #E1027D; }
a { background-color: rgb(225,2,125); }
div.DivClassName
{
background-color: #E1027D;
}
.BgClassName
{
background-color: #E1027D;
}
</style>
border-color css
<style>
span { border-color: #E1027D; }
span { border-color: rgb(225,2,125); }
td.TdClassName
{
border-color: #E1027D;
}
.TagClassName
{
border-color: #E1027D;
}
</style>