Shades of Pale Violet Red #E75F9E
Tints of Pale Violet Red #E75F9E
RGB
CMYK
RGB Variations
Color information
#E75F9E (or 0xE75F9E) is known color: Pale Violet Red. HEX triplet: E7, 5F and 9E. RGB value is (231,95,158). Sum of RGB (Red+Green+Blue) = 231+95+158=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F9E is #18A061. Grayscale: #8E8E8E. Windows color (decimal): -1613922 or 10379239. OLE color: 10379239.
HSL color Cylindrical-coordinate representation of color #E75F9E: hue angle of 332.21º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F9E is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 158 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.09 |
| HSL | 332.21º | 0.74% | 0.64% | - |
| HSV(B) | 332.21º | 0.59% | 0.91% | - |
| XYZ | 43.22 | 27.64 | 35.41 | - |
| YUV | 142.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 158 | 0 | 0.59 | 0.32 | 0.09 | 332.21 | 0.74 | 0.64 |
| Hex | E7 | 5F | 9E | 0 | 3B | 20 | 9 | 14C | 4A | 40 |
| Octal | 347 | 137 | 236 | 0 | 73 | 40 | 11 | 514 | 112 | 100 |
| Binary | 11100111 | 1011111 | 10011110 | 0 | 111011 | 100000 | 1001 | 101001100 | 1001010 | 1000000 |
Color Harmonies of #E75F9E
Complementary color
Monochromatic Colors of #E75F9E
Black with #E75F9E
Text Example
Text Example
White with #E75F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F9E; }
p { color: rgb(231,95,158); }
H1.HeaderClassName
{
color: #E75F9E;
}
.AnyTagClassName
{
color: #E75F9E;
}
</style>
background-color css
<style>
a { background-color: #E75F9E; }
a { background-color: rgb(231,95,158); }
div.DivClassName
{
background-color: #E75F9E;
}
.BgClassName
{
background-color: #E75F9E;
}
</style>
border-color css
<style>
span { border-color: #E75F9E; }
span { border-color: rgb(231,95,158); }
td.TdClassName
{
border-color: #E75F9E;
}
.TagClassName
{
border-color: #E75F9E;
}
</style>