Shades of Pale Violet Red #E15B9F
Tints of Pale Violet Red #E15B9F
RGB
CMYK
RGB Variations
Color information
#E15B9F (or 0xE15B9F) is known color: Pale Violet Red. HEX triplet: E1, 5B and 9F. RGB value is (225,91,159). Sum of RGB (Red+Green+Blue) = 225+91+159=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B9F is #1EA460. Grayscale: #8A8A8A. Windows color (decimal): -2008161 or 10443745. OLE color: 10443745.
HSL color Cylindrical-coordinate representation of color #E15B9F: hue angle of 329.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15B9F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 159 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.12 |
| HSL | 329.55º | 0.69% | 0.62% | - |
| HSV(B) | 329.55º | 0.6% | 0.88% | - |
| XYZ | 41.05 | 25.99 | 35.65 | - |
| YUV | 138.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 159 | 0 | 0.60 | 0.29 | 0.12 | 329.55 | 0.69 | 0.62 |
| Hex | E1 | 5B | 9F | 0 | 3C | 1D | C | 14A | 45 | 3E |
| Octal | 341 | 133 | 237 | 0 | 74 | 35 | 14 | 512 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10011111 | 0 | 111100 | 11101 | 1100 | 101001010 | 1000101 | 111110 |
Color Harmonies of #E15B9F
Complementary color
Monochromatic Colors of #E15B9F
Black with #E15B9F
Text Example
Text Example
White with #E15B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B9F; }
p { color: rgb(225,91,159); }
H1.HeaderClassName
{
color: #E15B9F;
}
.AnyTagClassName
{
color: #E15B9F;
}
</style>
background-color css
<style>
a { background-color: #E15B9F; }
a { background-color: rgb(225,91,159); }
div.DivClassName
{
background-color: #E15B9F;
}
.BgClassName
{
background-color: #E15B9F;
}
</style>
border-color css
<style>
span { border-color: #E15B9F; }
span { border-color: rgb(225,91,159); }
td.TdClassName
{
border-color: #E15B9F;
}
.TagClassName
{
border-color: #E15B9F;
}
</style>