Shades of Pale Violet Red #E077AB
Tints of Pale Violet Red #E077AB
RGB
CMYK
RGB Variations
Color information
#E077AB (or 0xE077AB) is known color: Pale Violet Red. HEX triplet: E0, 77 and AB. RGB value is (224,119,171). Sum of RGB (Red+Green+Blue) = 224+119+171=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AB is #1F8854. Grayscale: #9C9C9C. Windows color (decimal): -2066517 or 11237344. OLE color: 11237344.
HSL color Cylindrical-coordinate representation of color #E077AB: hue angle of 330.29º 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 #E077AB is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 171 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.12 |
| HSL | 330.29º | 0.63% | 0.67% | - |
| HSV(B) | 330.29º | 0.47% | 0.88% | - |
| XYZ | 44.69 | 31.98 | 42.35 | - |
| YUV | 156.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 171 | 0 | 0.47 | 0.24 | 0.12 | 330.29 | 0.63 | 0.67 |
| Hex | E0 | 77 | AB | 0 | 2F | 18 | C | 14A | 3F | 43 |
| Octal | 340 | 167 | 253 | 0 | 57 | 30 | 14 | 512 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10101011 | 0 | 101111 | 11000 | 1100 | 101001010 | 111111 | 1000011 |
Color Harmonies of #E077AB
Complementary color
Monochromatic Colors of #E077AB
Black with #E077AB
Text Example
Text Example
White with #E077AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077AB; }
p { color: rgb(224,119,171); }
H1.HeaderClassName
{
color: #E077AB;
}
.AnyTagClassName
{
color: #E077AB;
}
</style>
background-color css
<style>
a { background-color: #E077AB; }
a { background-color: rgb(224,119,171); }
div.DivClassName
{
background-color: #E077AB;
}
.BgClassName
{
background-color: #E077AB;
}
</style>
border-color css
<style>
span { border-color: #E077AB; }
span { border-color: rgb(224,119,171); }
td.TdClassName
{
border-color: #E077AB;
}
.TagClassName
{
border-color: #E077AB;
}
</style>