Shades of Pale Violet Red #E077AA
Tints of Pale Violet Red #E077AA
RGB
CMYK
RGB Variations
Color information
#E077AA (or 0xE077AA) is known color: Pale Violet Red. HEX triplet: E0, 77 and AA. RGB value is (224,119,170). Sum of RGB (Red+Green+Blue) = 224+119+170=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AA is #1F8855. Grayscale: #9C9C9C. Windows color (decimal): -2066518 or 11171808. OLE color: 11171808.
HSL color Cylindrical-coordinate representation of color #E077AA: hue angle of 330.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077AA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 170 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.12 |
| HSL | 330.86º | 0.63% | 0.67% | - |
| HSV(B) | 330.86º | 0.47% | 0.88% | - |
| XYZ | 44.59 | 31.94 | 41.85 | - |
| YUV | 156.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 170 | 0 | 0.47 | 0.24 | 0.12 | 330.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | AA | 0 | 2F | 18 | C | 14B | 3F | 43 |
| Octal | 340 | 167 | 252 | 0 | 57 | 30 | 14 | 513 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10101010 | 0 | 101111 | 11000 | 1100 | 101001011 | 111111 | 1000011 |
Color Harmonies of #E077AA
Complementary color
Monochromatic Colors of #E077AA
Black with #E077AA
Text Example
Text Example
White with #E077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077AA; }
p { color: rgb(224,119,170); }
H1.HeaderClassName
{
color: #E077AA;
}
.AnyTagClassName
{
color: #E077AA;
}
</style>
background-color css
<style>
a { background-color: #E077AA; }
a { background-color: rgb(224,119,170); }
div.DivClassName
{
background-color: #E077AA;
}
.BgClassName
{
background-color: #E077AA;
}
</style>
border-color css
<style>
span { border-color: #E077AA; }
span { border-color: rgb(224,119,170); }
td.TdClassName
{
border-color: #E077AA;
}
.TagClassName
{
border-color: #E077AA;
}
</style>