Shades of Pale Violet Red #E07B9D
Tints of Pale Violet Red #E07B9D
RGB
CMYK
RGB Variations
Color information
#E07B9D (or 0xE07B9D) is known color: Pale Violet Red. HEX triplet: E0, 7B and 9D. RGB value is (224,123,157). Sum of RGB (Red+Green+Blue) = 224+123+157=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B9D is #1F8462. Grayscale: #9D9D9D. Windows color (decimal): -2065507 or 10320864. OLE color: 10320864.
HSL color Cylindrical-coordinate representation of color #E07B9D: hue angle of 339.8º 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 #E07B9D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 157 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.12 |
| HSL | 339.8º | 0.62% | 0.68% | - |
| HSV(B) | 339.8º | 0.45% | 0.88% | - |
| XYZ | 43.91 | 32.45 | 35.85 | - |
| YUV | 157.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 157 | 0 | 0.45 | 0.30 | 0.12 | 339.8 | 0.62 | 0.68 |
| Hex | E0 | 7B | 9D | 0 | 2D | 1E | C | 154 | 3E | 44 |
| Octal | 340 | 173 | 235 | 0 | 55 | 36 | 14 | 524 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10011101 | 0 | 101101 | 11110 | 1100 | 101010100 | 111110 | 1000100 |
Color Harmonies of #E07B9D
Complementary color
Monochromatic Colors of #E07B9D
Black with #E07B9D
Text Example
Text Example
White with #E07B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B9D; }
p { color: rgb(224,123,157); }
H1.HeaderClassName
{
color: #E07B9D;
}
.AnyTagClassName
{
color: #E07B9D;
}
</style>
background-color css
<style>
a { background-color: #E07B9D; }
a { background-color: rgb(224,123,157); }
div.DivClassName
{
background-color: #E07B9D;
}
.BgClassName
{
background-color: #E07B9D;
}
</style>
border-color css
<style>
span { border-color: #E07B9D; }
span { border-color: rgb(224,123,157); }
td.TdClassName
{
border-color: #E07B9D;
}
.TagClassName
{
border-color: #E07B9D;
}
</style>