Shades of Pale Violet Red #E75C98
Tints of Pale Violet Red #E75C98
RGB
CMYK
RGB Variations
Color information
#E75C98 (or 0xE75C98) is known color: Pale Violet Red. HEX triplet: E7, 5C and 98. RGB value is (231,92,152). Sum of RGB (Red+Green+Blue) = 231+92+152=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C98 is #18A367. Grayscale: #8C8C8C. Windows color (decimal): -1614696 or 9985255. OLE color: 9985255.
HSL color Cylindrical-coordinate representation of color #E75C98: hue angle of 334.1º 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 #E75C98 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 152 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 334.1º | 0.74% | 0.63% | - |
| HSV(B) | 334.1º | 0.6% | 0.91% | - |
| XYZ | 42.45 | 26.91 | 32.66 | - |
| YUV | 140.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 152 | 0 | 0.60 | 0.34 | 0.09 | 334.1 | 0.74 | 0.63 |
| Hex | E7 | 5C | 98 | 0 | 3C | 22 | 9 | 14E | 4A | 3F |
| Octal | 347 | 134 | 230 | 0 | 74 | 42 | 11 | 516 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10011000 | 0 | 111100 | 100010 | 1001 | 101001110 | 1001010 | 111111 |
Color Harmonies of #E75C98
Complementary color
Monochromatic Colors of #E75C98
Black with #E75C98
Text Example
Text Example
White with #E75C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C98; }
p { color: rgb(231,92,152); }
H1.HeaderClassName
{
color: #E75C98;
}
.AnyTagClassName
{
color: #E75C98;
}
</style>
background-color css
<style>
a { background-color: #E75C98; }
a { background-color: rgb(231,92,152); }
div.DivClassName
{
background-color: #E75C98;
}
.BgClassName
{
background-color: #E75C98;
}
</style>
border-color css
<style>
span { border-color: #E75C98; }
span { border-color: rgb(231,92,152); }
td.TdClassName
{
border-color: #E75C98;
}
.TagClassName
{
border-color: #E75C98;
}
</style>