Shades of Pale Violet Red #E07BA8
Tints of Pale Violet Red #E07BA8
RGB
CMYK
RGB Variations
Color information
#E07BA8 (or 0xE07BA8) is known color: Pale Violet Red. HEX triplet: E0, 7B and A8. RGB value is (224,123,168). Sum of RGB (Red+Green+Blue) = 224+123+168=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BA8 is #1F8457. Grayscale: #9E9E9E. Windows color (decimal): -2065496 or 11041760. OLE color: 11041760.
HSL color Cylindrical-coordinate representation of color #E07BA8: hue angle of 333.27º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BA8 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 168 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.12 |
| HSL | 333.27º | 0.62% | 0.68% | - |
| HSV(B) | 333.27º | 0.45% | 0.88% | - |
| XYZ | 44.89 | 32.84 | 41.02 | - |
| YUV | 158.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 168 | 0 | 0.45 | 0.25 | 0.12 | 333.27 | 0.62 | 0.68 |
| Hex | E0 | 7B | A8 | 0 | 2D | 19 | C | 14D | 3E | 44 |
| Octal | 340 | 173 | 250 | 0 | 55 | 31 | 14 | 515 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10101000 | 0 | 101101 | 11001 | 1100 | 101001101 | 111110 | 1000100 |
Color Harmonies of #E07BA8
Complementary color
Monochromatic Colors of #E07BA8
Black with #E07BA8
Text Example
Text Example
White with #E07BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BA8; }
p { color: rgb(224,123,168); }
H1.HeaderClassName
{
color: #E07BA8;
}
.AnyTagClassName
{
color: #E07BA8;
}
</style>
background-color css
<style>
a { background-color: #E07BA8; }
a { background-color: rgb(224,123,168); }
div.DivClassName
{
background-color: #E07BA8;
}
.BgClassName
{
background-color: #E07BA8;
}
</style>
border-color css
<style>
span { border-color: #E07BA8; }
span { border-color: rgb(224,123,168); }
td.TdClassName
{
border-color: #E07BA8;
}
.TagClassName
{
border-color: #E07BA8;
}
</style>