Shades of Pale Violet Red #E76E9A
Tints of Pale Violet Red #E76E9A
RGB
CMYK
RGB Variations
Color information
#E76E9A (or 0xE76E9A) is known color: Pale Violet Red. HEX triplet: E7, 6E and 9A. RGB value is (231,110,154). Sum of RGB (Red+Green+Blue) = 231+110+154=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76E9A is #189165. Grayscale: #979797. Windows color (decimal): -1610086 or 10120935. OLE color: 10120935.
HSL color Cylindrical-coordinate representation of color #E76E9A: hue angle of 338.18º degrees, saturation: 0.72, 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 #E76E9A is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 154 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.09 |
| HSL | 338.18º | 0.72% | 0.67% | - |
| HSV(B) | 338.18º | 0.52% | 0.91% | - |
| XYZ | 44.36 | 30.47 | 34.12 | - |
| YUV | 151.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 154 | 0 | 0.52 | 0.33 | 0.09 | 338.18 | 0.72 | 0.67 |
| Hex | E7 | 6E | 9A | 0 | 34 | 21 | 9 | 152 | 48 | 43 |
| Octal | 347 | 156 | 232 | 0 | 64 | 41 | 11 | 522 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10011010 | 0 | 110100 | 100001 | 1001 | 101010010 | 1001000 | 1000011 |
Color Harmonies of #E76E9A
Complementary color
Monochromatic Colors of #E76E9A
Black with #E76E9A
Text Example
Text Example
White with #E76E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E9A; }
p { color: rgb(231,110,154); }
H1.HeaderClassName
{
color: #E76E9A;
}
.AnyTagClassName
{
color: #E76E9A;
}
</style>
background-color css
<style>
a { background-color: #E76E9A; }
a { background-color: rgb(231,110,154); }
div.DivClassName
{
background-color: #E76E9A;
}
.BgClassName
{
background-color: #E76E9A;
}
</style>
border-color css
<style>
span { border-color: #E76E9A; }
span { border-color: rgb(231,110,154); }
td.TdClassName
{
border-color: #E76E9A;
}
.TagClassName
{
border-color: #E76E9A;
}
</style>