Shades of Pale Violet Red #E07BA5
Tints of Pale Violet Red #E07BA5
RGB
CMYK
RGB Variations
Color information
#E07BA5 (or 0xE07BA5) is known color: Pale Violet Red. HEX triplet: E0, 7B and A5. RGB value is (224,123,165). Sum of RGB (Red+Green+Blue) = 224+123+165=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BA5 is #1F845A. Grayscale: #9D9D9D. Windows color (decimal): -2065499 or 10845152. OLE color: 10845152.
HSL color Cylindrical-coordinate representation of color #E07BA5: hue angle of 335.05º 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 #E07BA5 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 165 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.12 |
| HSL | 335.05º | 0.62% | 0.68% | - |
| HSV(B) | 335.05º | 0.45% | 0.88% | - |
| XYZ | 44.61 | 32.73 | 39.56 | - |
| YUV | 157.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 165 | 0 | 0.45 | 0.26 | 0.12 | 335.05 | 0.62 | 0.68 |
| Hex | E0 | 7B | A5 | 0 | 2D | 1A | C | 14F | 3E | 44 |
| Octal | 340 | 173 | 245 | 0 | 55 | 32 | 14 | 517 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10100101 | 0 | 101101 | 11010 | 1100 | 101001111 | 111110 | 1000100 |
Color Harmonies of #E07BA5
Complementary color
Monochromatic Colors of #E07BA5
Black with #E07BA5
Text Example
Text Example
White with #E07BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BA5; }
p { color: rgb(224,123,165); }
H1.HeaderClassName
{
color: #E07BA5;
}
.AnyTagClassName
{
color: #E07BA5;
}
</style>
background-color css
<style>
a { background-color: #E07BA5; }
a { background-color: rgb(224,123,165); }
div.DivClassName
{
background-color: #E07BA5;
}
.BgClassName
{
background-color: #E07BA5;
}
</style>
border-color css
<style>
span { border-color: #E07BA5; }
span { border-color: rgb(224,123,165); }
td.TdClassName
{
border-color: #E07BA5;
}
.TagClassName
{
border-color: #E07BA5;
}
</style>