Shades of Pale Violet Red #E07BA3
Tints of Pale Violet Red #E07BA3
RGB
CMYK
RGB Variations
Color information
#E07BA3 (or 0xE07BA3) is known color: Pale Violet Red. HEX triplet: E0, 7B and A3. RGB value is (224,123,163). Sum of RGB (Red+Green+Blue) = 224+123+163=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BA3 is #1F845C. Grayscale: #9D9D9D. Windows color (decimal): -2065501 or 10714080. OLE color: 10714080.
HSL color Cylindrical-coordinate representation of color #E07BA3: hue angle of 336.24º 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 #E07BA3 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 163 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.12 |
| HSL | 336.24º | 0.62% | 0.68% | - |
| HSV(B) | 336.24º | 0.45% | 0.88% | - |
| XYZ | 44.43 | 32.66 | 38.61 | - |
| YUV | 157.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 163 | 0 | 0.45 | 0.27 | 0.12 | 336.24 | 0.62 | 0.68 |
| Hex | E0 | 7B | A3 | 0 | 2D | 1B | C | 150 | 3E | 44 |
| Octal | 340 | 173 | 243 | 0 | 55 | 33 | 14 | 520 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10100011 | 0 | 101101 | 11011 | 1100 | 101010000 | 111110 | 1000100 |
Color Harmonies of #E07BA3
Complementary color
Monochromatic Colors of #E07BA3
Black with #E07BA3
Text Example
Text Example
White with #E07BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BA3; }
p { color: rgb(224,123,163); }
H1.HeaderClassName
{
color: #E07BA3;
}
.AnyTagClassName
{
color: #E07BA3;
}
</style>
background-color css
<style>
a { background-color: #E07BA3; }
a { background-color: rgb(224,123,163); }
div.DivClassName
{
background-color: #E07BA3;
}
.BgClassName
{
background-color: #E07BA3;
}
</style>
border-color css
<style>
span { border-color: #E07BA3; }
span { border-color: rgb(224,123,163); }
td.TdClassName
{
border-color: #E07BA3;
}
.TagClassName
{
border-color: #E07BA3;
}
</style>