Shades of Pale Violet Red #E277A0
Tints of Pale Violet Red #E277A0
RGB
CMYK
RGB Variations
Color information
#E277A0 (or 0xE277A0) is known color: Pale Violet Red. HEX triplet: E2, 77 and A0. RGB value is (226,119,160). Sum of RGB (Red+Green+Blue) = 226+119+160=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E277A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277A0 is #1D885F. Grayscale: #9B9B9B. Windows color (decimal): -1935456 or 10516450. OLE color: 10516450.
HSL color Cylindrical-coordinate representation of color #E277A0: hue angle of 337.01º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E277A0 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 160 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.11 |
| HSL | 337.01º | 0.65% | 0.68% | - |
| HSV(B) | 337.01º | 0.47% | 0.89% | - |
| XYZ | 44.31 | 31.9 | 37.08 | - |
| YUV | 155.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 160 | 0 | 0.47 | 0.29 | 0.11 | 337.01 | 0.65 | 0.68 |
| Hex | E2 | 77 | A0 | 0 | 2F | 1D | B | 151 | 41 | 44 |
| Octal | 342 | 167 | 240 | 0 | 57 | 35 | 13 | 521 | 101 | 104 |
| Binary | 11100010 | 1110111 | 10100000 | 0 | 101111 | 11101 | 1011 | 101010001 | 1000001 | 1000100 |
Color Harmonies of #E277A0
Complementary color
Monochromatic Colors of #E277A0
Black with #E277A0
Text Example
Text Example
White with #E277A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277A0; }
p { color: rgb(226,119,160); }
H1.HeaderClassName
{
color: #E277A0;
}
.AnyTagClassName
{
color: #E277A0;
}
</style>
background-color css
<style>
a { background-color: #E277A0; }
a { background-color: rgb(226,119,160); }
div.DivClassName
{
background-color: #E277A0;
}
.BgClassName
{
background-color: #E277A0;
}
</style>
border-color css
<style>
span { border-color: #E277A0; }
span { border-color: rgb(226,119,160); }
td.TdClassName
{
border-color: #E277A0;
}
.TagClassName
{
border-color: #E277A0;
}
</style>