Shades of Pale Violet Red #E76F9B
Tints of Pale Violet Red #E76F9B
RGB
CMYK
RGB Variations
Color information
#E76F9B (or 0xE76F9B) is known color: Pale Violet Red. HEX triplet: E7, 6F and 9B. RGB value is (231,111,155). Sum of RGB (Red+Green+Blue) = 231+111+155=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F9B is #189064. Grayscale: #979797. Windows color (decimal): -1609829 or 10186727. OLE color: 10186727.
HSL color Cylindrical-coordinate representation of color #E76F9B: hue angle of 338º 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 #E76F9B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 155 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.09 |
| HSL | 338º | 0.71% | 0.67% | - |
| HSV(B) | 338º | 0.52% | 0.91% | - |
| XYZ | 44.56 | 30.72 | 34.59 | - |
| YUV | 151.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 155 | 0 | 0.52 | 0.33 | 0.09 | 338 | 0.71 | 0.67 |
| Hex | E7 | 6F | 9B | 0 | 34 | 21 | 9 | 152 | 47 | 43 |
| Octal | 347 | 157 | 233 | 0 | 64 | 41 | 11 | 522 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10011011 | 0 | 110100 | 100001 | 1001 | 101010010 | 1000111 | 1000011 |
Color Harmonies of #E76F9B
Complementary color
Monochromatic Colors of #E76F9B
Black with #E76F9B
Text Example
Text Example
White with #E76F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F9B; }
p { color: rgb(231,111,155); }
H1.HeaderClassName
{
color: #E76F9B;
}
.AnyTagClassName
{
color: #E76F9B;
}
</style>
background-color css
<style>
a { background-color: #E76F9B; }
a { background-color: rgb(231,111,155); }
div.DivClassName
{
background-color: #E76F9B;
}
.BgClassName
{
background-color: #E76F9B;
}
</style>
border-color css
<style>
span { border-color: #E76F9B; }
span { border-color: rgb(231,111,155); }
td.TdClassName
{
border-color: #E76F9B;
}
.TagClassName
{
border-color: #E76F9B;
}
</style>