Shades of Pale Violet Red #E15C9F
Tints of Pale Violet Red #E15C9F
RGB
CMYK
RGB Variations
Color information
#E15C9F (or 0xE15C9F) is known color: Pale Violet Red. HEX triplet: E1, 5C and 9F. RGB value is (225,92,159). Sum of RGB (Red+Green+Blue) = 225+92+159=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C9F is #1EA360. Grayscale: #8B8B8B. Windows color (decimal): -2007905 or 10444001. OLE color: 10444001.
HSL color Cylindrical-coordinate representation of color #E15C9F: hue angle of 329.77º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15C9F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 159 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.12 |
| HSL | 329.77º | 0.69% | 0.62% | - |
| HSV(B) | 329.77º | 0.59% | 0.88% | - |
| XYZ | 41.14 | 26.17 | 35.68 | - |
| YUV | 139.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 159 | 0 | 0.59 | 0.29 | 0.12 | 329.77 | 0.69 | 0.62 |
| Hex | E1 | 5C | 9F | 0 | 3B | 1D | C | 14A | 45 | 3E |
| Octal | 341 | 134 | 237 | 0 | 73 | 35 | 14 | 512 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10011111 | 0 | 111011 | 11101 | 1100 | 101001010 | 1000101 | 111110 |
Color Harmonies of #E15C9F
Complementary color
Monochromatic Colors of #E15C9F
Black with #E15C9F
Text Example
Text Example
White with #E15C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C9F; }
p { color: rgb(225,92,159); }
H1.HeaderClassName
{
color: #E15C9F;
}
.AnyTagClassName
{
color: #E15C9F;
}
</style>
background-color css
<style>
a { background-color: #E15C9F; }
a { background-color: rgb(225,92,159); }
div.DivClassName
{
background-color: #E15C9F;
}
.BgClassName
{
background-color: #E15C9F;
}
</style>
border-color css
<style>
span { border-color: #E15C9F; }
span { border-color: rgb(225,92,159); }
td.TdClassName
{
border-color: #E15C9F;
}
.TagClassName
{
border-color: #E15C9F;
}
</style>