Shades of Pale Violet Red #E76093
Tints of Pale Violet Red #E76093
RGB
CMYK
RGB Variations
Color information
#E76093 (or 0xE76093) is known color: Pale Violet Red. HEX triplet: E7, 60 and 93. RGB value is (231,96,147). Sum of RGB (Red+Green+Blue) = 231+96+147=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E76093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76093 is #189F6C. Grayscale: #8E8E8E. Windows color (decimal): -1613677 or 9658599. OLE color: 9658599.
HSL color Cylindrical-coordinate representation of color #E76093: hue angle of 337.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76093 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 147 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.09 |
| HSL | 337.33º | 0.74% | 0.64% | - |
| HSV(B) | 337.33º | 0.58% | 0.91% | - |
| XYZ | 42.4 | 27.46 | 30.67 | - |
| YUV | 142.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 147 | 0 | 0.58 | 0.36 | 0.09 | 337.33 | 0.74 | 0.64 |
| Hex | E7 | 60 | 93 | 0 | 3A | 24 | 9 | 151 | 4A | 40 |
| Octal | 347 | 140 | 223 | 0 | 72 | 44 | 11 | 521 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10010011 | 0 | 111010 | 100100 | 1001 | 101010001 | 1001010 | 1000000 |
Color Harmonies of #E76093
Complementary color
Monochromatic Colors of #E76093
Black with #E76093
Text Example
Text Example
White with #E76093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76093; }
p { color: rgb(231,96,147); }
H1.HeaderClassName
{
color: #E76093;
}
.AnyTagClassName
{
color: #E76093;
}
</style>
background-color css
<style>
a { background-color: #E76093; }
a { background-color: rgb(231,96,147); }
div.DivClassName
{
background-color: #E76093;
}
.BgClassName
{
background-color: #E76093;
}
</style>
border-color css
<style>
span { border-color: #E76093; }
span { border-color: rgb(231,96,147); }
td.TdClassName
{
border-color: #E76093;
}
.TagClassName
{
border-color: #E76093;
}
</style>