Shades of Medium Violet Red #E2157F
Tints of Medium Violet Red #E2157F
RGB
CMYK
RGB Variations
Color information
#E2157F (or 0xE2157F) is known color: Medium Violet Red. HEX triplet: E2, 15 and 7F. RGB value is (226,21,127). Sum of RGB (Red+Green+Blue) = 226+21+127=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2157F is #1DEA80. Grayscale: #5E5E5E. Windows color (decimal): -1960577 or 8328674. OLE color: 8328674.
HSL color Cylindrical-coordinate representation of color #E2157F: hue angle of 328.98º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2157F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.11 |
| HSL | 328.98º | 0.83% | 0.48% | - |
| HSV(B) | 328.98º | 0.91% | 0.89% | - |
| XYZ | 35.46 | 18.24 | 21.73 | - |
| YUV | 94.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 127 | 0 | 0.91 | 0.44 | 0.11 | 328.98 | 0.83 | 0.48 |
| Hex | E2 | 15 | 7F | 0 | 5B | 2C | B | 149 | 53 | 30 |
| Octal | 342 | 25 | 177 | 0 | 133 | 54 | 13 | 511 | 123 | 60 |
| Binary | 11100010 | 10101 | 1111111 | 0 | 1011011 | 101100 | 1011 | 101001001 | 1010011 | 110000 |
Color Harmonies of #E2157F
Complementary color
Monochromatic Colors of #E2157F
Black with #E2157F
Text Example
Text Example
White with #E2157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2157F; }
p { color: rgb(226,21,127); }
H1.HeaderClassName
{
color: #E2157F;
}
.AnyTagClassName
{
color: #E2157F;
}
</style>
background-color css
<style>
a { background-color: #E2157F; }
a { background-color: rgb(226,21,127); }
div.DivClassName
{
background-color: #E2157F;
}
.BgClassName
{
background-color: #E2157F;
}
</style>
border-color css
<style>
span { border-color: #E2157F; }
span { border-color: rgb(226,21,127); }
td.TdClassName
{
border-color: #E2157F;
}
.TagClassName
{
border-color: #E2157F;
}
</style>