Shades of Pale Violet Red #E75E9C
Tints of Pale Violet Red #E75E9C
RGB
CMYK
RGB Variations
Color information
#E75E9C (or 0xE75E9C) is known color: Pale Violet Red. HEX triplet: E7, 5E and 9C. RGB value is (231,94,156). Sum of RGB (Red+Green+Blue) = 231+94+156=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75E9C is #18A163. Grayscale: #8D8D8D. Windows color (decimal): -1614180 or 10247911. OLE color: 10247911.
HSL color Cylindrical-coordinate representation of color #E75E9C: hue angle of 332.85º 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 #E75E9C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 156 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.09 |
| HSL | 332.85º | 0.74% | 0.64% | - |
| HSV(B) | 332.85º | 0.59% | 0.91% | - |
| XYZ | 42.96 | 27.39 | 34.48 | - |
| YUV | 142.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 156 | 0 | 0.59 | 0.32 | 0.09 | 332.85 | 0.74 | 0.64 |
| Hex | E7 | 5E | 9C | 0 | 3B | 20 | 9 | 14D | 4A | 40 |
| Octal | 347 | 136 | 234 | 0 | 73 | 40 | 11 | 515 | 112 | 100 |
| Binary | 11100111 | 1011110 | 10011100 | 0 | 111011 | 100000 | 1001 | 101001101 | 1001010 | 1000000 |
Color Harmonies of #E75E9C
Complementary color
Monochromatic Colors of #E75E9C
Black with #E75E9C
Text Example
Text Example
White with #E75E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E9C; }
p { color: rgb(231,94,156); }
H1.HeaderClassName
{
color: #E75E9C;
}
.AnyTagClassName
{
color: #E75E9C;
}
</style>
background-color css
<style>
a { background-color: #E75E9C; }
a { background-color: rgb(231,94,156); }
div.DivClassName
{
background-color: #E75E9C;
}
.BgClassName
{
background-color: #E75E9C;
}
</style>
border-color css
<style>
span { border-color: #E75E9C; }
span { border-color: rgb(231,94,156); }
td.TdClassName
{
border-color: #E75E9C;
}
.TagClassName
{
border-color: #E75E9C;
}
</style>