Shades of Pale Violet Red #E75C96
Tints of Pale Violet Red #E75C96
RGB
CMYK
RGB Variations
Color information
#E75C96 (or 0xE75C96) is known color: Pale Violet Red. HEX triplet: E7, 5C and 96. RGB value is (231,92,150). Sum of RGB (Red+Green+Blue) = 231+92+150=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C96 is #18A369. Grayscale: #8C8C8C. Windows color (decimal): -1614698 or 9854183. OLE color: 9854183.
HSL color Cylindrical-coordinate representation of color #E75C96: hue angle of 334.96º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C96 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 150 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.09 |
| HSL | 334.96º | 0.74% | 0.63% | - |
| HSV(B) | 334.96º | 0.6% | 0.91% | - |
| XYZ | 42.29 | 26.85 | 31.81 | - |
| YUV | 140.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 150 | 0 | 0.60 | 0.35 | 0.09 | 334.96 | 0.74 | 0.63 |
| Hex | E7 | 5C | 96 | 0 | 3C | 23 | 9 | 14F | 4A | 3F |
| Octal | 347 | 134 | 226 | 0 | 74 | 43 | 11 | 517 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10010110 | 0 | 111100 | 100011 | 1001 | 101001111 | 1001010 | 111111 |
Color Harmonies of #E75C96
Complementary color
Monochromatic Colors of #E75C96
Black with #E75C96
Text Example
Text Example
White with #E75C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C96; }
p { color: rgb(231,92,150); }
H1.HeaderClassName
{
color: #E75C96;
}
.AnyTagClassName
{
color: #E75C96;
}
</style>
background-color css
<style>
a { background-color: #E75C96; }
a { background-color: rgb(231,92,150); }
div.DivClassName
{
background-color: #E75C96;
}
.BgClassName
{
background-color: #E75C96;
}
</style>
border-color css
<style>
span { border-color: #E75C96; }
span { border-color: rgb(231,92,150); }
td.TdClassName
{
border-color: #E75C96;
}
.TagClassName
{
border-color: #E75C96;
}
</style>