Shades of Pale Violet Red #E15E9F
Tints of Pale Violet Red #E15E9F
RGB
CMYK
RGB Variations
Color information
#E15E9F (or 0xE15E9F) is known color: Pale Violet Red. HEX triplet: E1, 5E and 9F. RGB value is (225,94,159). Sum of RGB (Red+Green+Blue) = 225+94+159=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E9F is #1EA160. Grayscale: #8C8C8C. Windows color (decimal): -2007393 or 10444513. OLE color: 10444513.
HSL color Cylindrical-coordinate representation of color #E15E9F: hue angle of 330.23º degrees, saturation: 0.69, 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 #E15E9F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 159 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.12 |
| HSL | 330.23º | 0.69% | 0.63% | - |
| HSV(B) | 330.23º | 0.58% | 0.88% | - |
| XYZ | 41.31 | 26.52 | 35.74 | - |
| YUV | 140.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 159 | 0 | 0.58 | 0.29 | 0.12 | 330.23 | 0.69 | 0.63 |
| Hex | E1 | 5E | 9F | 0 | 3A | 1D | C | 14A | 45 | 3F |
| Octal | 341 | 136 | 237 | 0 | 72 | 35 | 14 | 512 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10011111 | 0 | 111010 | 11101 | 1100 | 101001010 | 1000101 | 111111 |
Color Harmonies of #E15E9F
Complementary color
Monochromatic Colors of #E15E9F
Black with #E15E9F
Text Example
Text Example
White with #E15E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E9F; }
p { color: rgb(225,94,159); }
H1.HeaderClassName
{
color: #E15E9F;
}
.AnyTagClassName
{
color: #E15E9F;
}
</style>
background-color css
<style>
a { background-color: #E15E9F; }
a { background-color: rgb(225,94,159); }
div.DivClassName
{
background-color: #E15E9F;
}
.BgClassName
{
background-color: #E15E9F;
}
</style>
border-color css
<style>
span { border-color: #E15E9F; }
span { border-color: rgb(225,94,159); }
td.TdClassName
{
border-color: #E15E9F;
}
.TagClassName
{
border-color: #E15E9F;
}
</style>