Shades of Pale Violet Red #E76B9D
Tints of Pale Violet Red #E76B9D
RGB
CMYK
RGB Variations
Color information
#E76B9D (or 0xE76B9D) is known color: Pale Violet Red. HEX triplet: E7, 6B and 9D. RGB value is (231,107,157). Sum of RGB (Red+Green+Blue) = 231+107+157=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B9D is #189462. Grayscale: #959595. Windows color (decimal): -1610851 or 10316775. OLE color: 10316775.
HSL color Cylindrical-coordinate representation of color #E76B9D: hue angle of 335.81º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76B9D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 157 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.09 |
| HSL | 335.81º | 0.72% | 0.66% | - |
| HSV(B) | 335.81º | 0.54% | 0.91% | - |
| XYZ | 44.3 | 29.94 | 35.34 | - |
| YUV | 149.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 157 | 0 | 0.54 | 0.32 | 0.09 | 335.81 | 0.72 | 0.66 |
| Hex | E7 | 6B | 9D | 0 | 36 | 20 | 9 | 150 | 48 | 42 |
| Octal | 347 | 153 | 235 | 0 | 66 | 40 | 11 | 520 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10011101 | 0 | 110110 | 100000 | 1001 | 101010000 | 1001000 | 1000010 |
Color Harmonies of #E76B9D
Complementary color
Monochromatic Colors of #E76B9D
Black with #E76B9D
Text Example
Text Example
White with #E76B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B9D; }
p { color: rgb(231,107,157); }
H1.HeaderClassName
{
color: #E76B9D;
}
.AnyTagClassName
{
color: #E76B9D;
}
</style>
background-color css
<style>
a { background-color: #E76B9D; }
a { background-color: rgb(231,107,157); }
div.DivClassName
{
background-color: #E76B9D;
}
.BgClassName
{
background-color: #E76B9D;
}
</style>
border-color css
<style>
span { border-color: #E76B9D; }
span { border-color: rgb(231,107,157); }
td.TdClassName
{
border-color: #E76B9D;
}
.TagClassName
{
border-color: #E76B9D;
}
</style>