Shades of Pale Violet Red #E277A8
Tints of Pale Violet Red #E277A8
RGB
CMYK
RGB Variations
Color information
#E277A8 (or 0xE277A8) is known color: Pale Violet Red. HEX triplet: E2, 77 and A8. RGB value is (226,119,168). Sum of RGB (Red+Green+Blue) = 226+119+168=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E277A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277A8 is #1D8857. Grayscale: #9C9C9C. Windows color (decimal): -1935448 or 11040738. OLE color: 11040738.
HSL color Cylindrical-coordinate representation of color #E277A8: hue angle of 332.52º 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 #E277A8 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 168 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.11 |
| HSL | 332.52º | 0.65% | 0.68% | - |
| HSV(B) | 332.52º | 0.47% | 0.89% | - |
| XYZ | 45.03 | 32.19 | 40.89 | - |
| YUV | 156.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 168 | 0 | 0.47 | 0.26 | 0.11 | 332.52 | 0.65 | 0.68 |
| Hex | E2 | 77 | A8 | 0 | 2F | 1A | B | 14D | 41 | 44 |
| Octal | 342 | 167 | 250 | 0 | 57 | 32 | 13 | 515 | 101 | 104 |
| Binary | 11100010 | 1110111 | 10101000 | 0 | 101111 | 11010 | 1011 | 101001101 | 1000001 | 1000100 |
Color Harmonies of #E277A8
Complementary color
Monochromatic Colors of #E277A8
Black with #E277A8
Text Example
Text Example
White with #E277A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277A8; }
p { color: rgb(226,119,168); }
H1.HeaderClassName
{
color: #E277A8;
}
.AnyTagClassName
{
color: #E277A8;
}
</style>
background-color css
<style>
a { background-color: #E277A8; }
a { background-color: rgb(226,119,168); }
div.DivClassName
{
background-color: #E277A8;
}
.BgClassName
{
background-color: #E277A8;
}
</style>
border-color css
<style>
span { border-color: #E277A8; }
span { border-color: rgb(226,119,168); }
td.TdClassName
{
border-color: #E277A8;
}
.TagClassName
{
border-color: #E277A8;
}
</style>