Shades of Pale Violet Red #E078AB
Tints of Pale Violet Red #E078AB
RGB
CMYK
RGB Variations
Color information
#E078AB (or 0xE078AB) is known color: Pale Violet Red. HEX triplet: E0, 78 and AB. RGB value is (224,120,171). Sum of RGB (Red+Green+Blue) = 224+120+171=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E078AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078AB is #1F8754. Grayscale: #9C9C9C. Windows color (decimal): -2066261 or 11237600. OLE color: 11237600.
HSL color Cylindrical-coordinate representation of color #E078AB: hue angle of 330.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078AB is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 171 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.12 |
| HSL | 330.58º | 0.63% | 0.67% | - |
| HSV(B) | 330.58º | 0.46% | 0.88% | - |
| XYZ | 44.81 | 32.22 | 42.39 | - |
| YUV | 156.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 171 | 0 | 0.46 | 0.24 | 0.12 | 330.58 | 0.63 | 0.67 |
| Hex | E0 | 78 | AB | 0 | 2E | 18 | C | 14B | 3F | 43 |
| Octal | 340 | 170 | 253 | 0 | 56 | 30 | 14 | 513 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10101011 | 0 | 101110 | 11000 | 1100 | 101001011 | 111111 | 1000011 |
Color Harmonies of #E078AB
Complementary color
Monochromatic Colors of #E078AB
Black with #E078AB
Text Example
Text Example
White with #E078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078AB; }
p { color: rgb(224,120,171); }
H1.HeaderClassName
{
color: #E078AB;
}
.AnyTagClassName
{
color: #E078AB;
}
</style>
background-color css
<style>
a { background-color: #E078AB; }
a { background-color: rgb(224,120,171); }
div.DivClassName
{
background-color: #E078AB;
}
.BgClassName
{
background-color: #E078AB;
}
</style>
border-color css
<style>
span { border-color: #E078AB; }
span { border-color: rgb(224,120,171); }
td.TdClassName
{
border-color: #E078AB;
}
.TagClassName
{
border-color: #E078AB;
}
</style>