Shades of Pale Violet Red #E15C9E
Tints of Pale Violet Red #E15C9E
RGB
CMYK
RGB Variations
Color information
#E15C9E (or 0xE15C9E) is known color: Pale Violet Red. HEX triplet: E1, 5C and 9E. RGB value is (225,92,158). Sum of RGB (Red+Green+Blue) = 225+92+158=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C9E is #1EA361. Grayscale: #8B8B8B. Windows color (decimal): -2007906 or 10378465. OLE color: 10378465.
HSL color Cylindrical-coordinate representation of color #E15C9E: hue angle of 330.23º 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 #E15C9E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 158 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.12 |
| HSL | 330.23º | 0.69% | 0.62% | - |
| HSV(B) | 330.23º | 0.59% | 0.88% | - |
| XYZ | 41.05 | 26.13 | 35.23 | - |
| YUV | 139.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 158 | 0 | 0.59 | 0.30 | 0.12 | 330.23 | 0.69 | 0.62 |
| Hex | E1 | 5C | 9E | 0 | 3B | 1E | C | 14A | 45 | 3E |
| Octal | 341 | 134 | 236 | 0 | 73 | 36 | 14 | 512 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10011110 | 0 | 111011 | 11110 | 1100 | 101001010 | 1000101 | 111110 |
Color Harmonies of #E15C9E
Complementary color
Monochromatic Colors of #E15C9E
Black with #E15C9E
Text Example
Text Example
White with #E15C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C9E; }
p { color: rgb(225,92,158); }
H1.HeaderClassName
{
color: #E15C9E;
}
.AnyTagClassName
{
color: #E15C9E;
}
</style>
background-color css
<style>
a { background-color: #E15C9E; }
a { background-color: rgb(225,92,158); }
div.DivClassName
{
background-color: #E15C9E;
}
.BgClassName
{
background-color: #E15C9E;
}
</style>
border-color css
<style>
span { border-color: #E15C9E; }
span { border-color: rgb(225,92,158); }
td.TdClassName
{
border-color: #E15C9E;
}
.TagClassName
{
border-color: #E15C9E;
}
</style>