Shades of Pale Violet Red #E76F9E
Tints of Pale Violet Red #E76F9E
RGB
CMYK
RGB Variations
Color information
#E76F9E (or 0xE76F9E) is known color: Pale Violet Red. HEX triplet: E7, 6F and 9E. RGB value is (231,111,158). Sum of RGB (Red+Green+Blue) = 231+111+158=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F9E is #189061. Grayscale: #989898. Windows color (decimal): -1609826 or 10383335. OLE color: 10383335.
HSL color Cylindrical-coordinate representation of color #E76F9E: hue angle of 336.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76F9E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 158 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.09 |
| HSL | 336.5º | 0.71% | 0.67% | - |
| HSV(B) | 336.5º | 0.52% | 0.91% | - |
| XYZ | 44.81 | 30.83 | 35.94 | - |
| YUV | 152.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 158 | 0 | 0.52 | 0.32 | 0.09 | 336.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | 9E | 0 | 34 | 20 | 9 | 150 | 47 | 43 |
| Octal | 347 | 157 | 236 | 0 | 64 | 40 | 11 | 520 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10011110 | 0 | 110100 | 100000 | 1001 | 101010000 | 1000111 | 1000011 |
Color Harmonies of #E76F9E
Complementary color
Monochromatic Colors of #E76F9E
Black with #E76F9E
Text Example
Text Example
White with #E76F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F9E; }
p { color: rgb(231,111,158); }
H1.HeaderClassName
{
color: #E76F9E;
}
.AnyTagClassName
{
color: #E76F9E;
}
</style>
background-color css
<style>
a { background-color: #E76F9E; }
a { background-color: rgb(231,111,158); }
div.DivClassName
{
background-color: #E76F9E;
}
.BgClassName
{
background-color: #E76F9E;
}
</style>
border-color css
<style>
span { border-color: #E76F9E; }
span { border-color: rgb(231,111,158); }
td.TdClassName
{
border-color: #E76F9E;
}
.TagClassName
{
border-color: #E76F9E;
}
</style>