Shades of Pale Violet Red #E277A4
Tints of Pale Violet Red #E277A4
RGB
CMYK
RGB Variations
Color information
#E277A4 (or 0xE277A4) is known color: Pale Violet Red. HEX triplet: E2, 77 and A4. RGB value is (226,119,164). Sum of RGB (Red+Green+Blue) = 226+119+164=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E277A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277A4 is #1D885B. Grayscale: #9C9C9C. Windows color (decimal): -1935452 or 10778594. OLE color: 10778594.
HSL color Cylindrical-coordinate representation of color #E277A4: hue angle of 334.77º 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 #E277A4 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 164 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.11 |
| HSL | 334.77º | 0.65% | 0.68% | - |
| HSV(B) | 334.77º | 0.47% | 0.89% | - |
| XYZ | 44.66 | 32.04 | 38.95 | - |
| YUV | 156.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 164 | 0 | 0.47 | 0.27 | 0.11 | 334.77 | 0.65 | 0.68 |
| Hex | E2 | 77 | A4 | 0 | 2F | 1B | B | 14F | 41 | 44 |
| Octal | 342 | 167 | 244 | 0 | 57 | 33 | 13 | 517 | 101 | 104 |
| Binary | 11100010 | 1110111 | 10100100 | 0 | 101111 | 11011 | 1011 | 101001111 | 1000001 | 1000100 |
Color Harmonies of #E277A4
Complementary color
Monochromatic Colors of #E277A4
Black with #E277A4
Text Example
Text Example
White with #E277A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277A4; }
p { color: rgb(226,119,164); }
H1.HeaderClassName
{
color: #E277A4;
}
.AnyTagClassName
{
color: #E277A4;
}
</style>
background-color css
<style>
a { background-color: #E277A4; }
a { background-color: rgb(226,119,164); }
div.DivClassName
{
background-color: #E277A4;
}
.BgClassName
{
background-color: #E277A4;
}
</style>
border-color css
<style>
span { border-color: #E277A4; }
span { border-color: rgb(226,119,164); }
td.TdClassName
{
border-color: #E277A4;
}
.TagClassName
{
border-color: #E277A4;
}
</style>