Shades of Pale Violet Red #E76592
Tints of Pale Violet Red #E76592
RGB
CMYK
RGB Variations
Color information
#E76592 (or 0xE76592) is known color: Pale Violet Red. HEX triplet: E7, 65 and 92. RGB value is (231,101,146). Sum of RGB (Red+Green+Blue) = 231+101+146=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76592 is #189A6D. Grayscale: #909090. Windows color (decimal): -1612398 or 9594343. OLE color: 9594343.
HSL color Cylindrical-coordinate representation of color #E76592: hue angle of 339.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76592 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 146 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.09 |
| HSL | 339.23º | 0.73% | 0.65% | - |
| HSV(B) | 339.23º | 0.56% | 0.91% | - |
| XYZ | 42.8 | 28.37 | 30.41 | - |
| YUV | 145 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 146 | 0 | 0.56 | 0.37 | 0.09 | 339.23 | 0.73 | 0.65 |
| Hex | E7 | 65 | 92 | 0 | 38 | 25 | 9 | 153 | 49 | 41 |
| Octal | 347 | 145 | 222 | 0 | 70 | 45 | 11 | 523 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10010010 | 0 | 111000 | 100101 | 1001 | 101010011 | 1001001 | 1000001 |
Color Harmonies of #E76592
Complementary color
Monochromatic Colors of #E76592
Black with #E76592
Text Example
Text Example
White with #E76592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76592; }
p { color: rgb(231,101,146); }
H1.HeaderClassName
{
color: #E76592;
}
.AnyTagClassName
{
color: #E76592;
}
</style>
background-color css
<style>
a { background-color: #E76592; }
a { background-color: rgb(231,101,146); }
div.DivClassName
{
background-color: #E76592;
}
.BgClassName
{
background-color: #E76592;
}
</style>
border-color css
<style>
span { border-color: #E76592; }
span { border-color: rgb(231,101,146); }
td.TdClassName
{
border-color: #E76592;
}
.TagClassName
{
border-color: #E76592;
}
</style>