Shades of Pale Violet Red #E15F98
Tints of Pale Violet Red #E15F98
RGB
CMYK
RGB Variations
Color information
#E15F98 (or 0xE15F98) is known color: Pale Violet Red. HEX triplet: E1, 5F and 98. RGB value is (225,95,152). Sum of RGB (Red+Green+Blue) = 225+95+152=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15F98 is #1EA067. Grayscale: #8C8C8C. Windows color (decimal): -2007144 or 9986017. OLE color: 9986017.
HSL color Cylindrical-coordinate representation of color #E15F98: hue angle of 333.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15F98 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 152 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.12 |
| HSL | 333.69º | 0.68% | 0.63% | - |
| HSV(B) | 333.69º | 0.58% | 0.88% | - |
| XYZ | 40.81 | 26.46 | 32.66 | - |
| YUV | 140.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 152 | 0 | 0.58 | 0.32 | 0.12 | 333.69 | 0.68 | 0.63 |
| Hex | E1 | 5F | 98 | 0 | 3A | 20 | C | 14E | 44 | 3F |
| Octal | 341 | 137 | 230 | 0 | 72 | 40 | 14 | 516 | 104 | 77 |
| Binary | 11100001 | 1011111 | 10011000 | 0 | 111010 | 100000 | 1100 | 101001110 | 1000100 | 111111 |
Color Harmonies of #E15F98
Complementary color
Monochromatic Colors of #E15F98
Black with #E15F98
Text Example
Text Example
White with #E15F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F98; }
p { color: rgb(225,95,152); }
H1.HeaderClassName
{
color: #E15F98;
}
.AnyTagClassName
{
color: #E15F98;
}
</style>
background-color css
<style>
a { background-color: #E15F98; }
a { background-color: rgb(225,95,152); }
div.DivClassName
{
background-color: #E15F98;
}
.BgClassName
{
background-color: #E15F98;
}
</style>
border-color css
<style>
span { border-color: #E15F98; }
span { border-color: rgb(225,95,152); }
td.TdClassName
{
border-color: #E15F98;
}
.TagClassName
{
border-color: #E15F98;
}
</style>