Shades of Pale Violet Red #E15D9E
Tints of Pale Violet Red #E15D9E
RGB
CMYK
RGB Variations
Color information
#E15D9E (or 0xE15D9E) is known color: Pale Violet Red. HEX triplet: E1, 5D and 9E. RGB value is (225,93,158). Sum of RGB (Red+Green+Blue) = 225+93+158=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D9E is #1EA261. Grayscale: #8B8B8B. Windows color (decimal): -2007650 or 10378721. OLE color: 10378721.
HSL color Cylindrical-coordinate representation of color #E15D9E: hue angle of 330.45º 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 #E15D9E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 158 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.12 |
| HSL | 330.45º | 0.69% | 0.62% | - |
| HSV(B) | 330.45º | 0.59% | 0.88% | - |
| XYZ | 41.14 | 26.3 | 35.26 | - |
| YUV | 139.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 158 | 0 | 0.59 | 0.30 | 0.12 | 330.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | 9E | 0 | 3B | 1E | C | 14A | 45 | 3E |
| Octal | 341 | 135 | 236 | 0 | 73 | 36 | 14 | 512 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10011110 | 0 | 111011 | 11110 | 1100 | 101001010 | 1000101 | 111110 |
Color Harmonies of #E15D9E
Complementary color
Monochromatic Colors of #E15D9E
Black with #E15D9E
Text Example
Text Example
White with #E15D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D9E; }
p { color: rgb(225,93,158); }
H1.HeaderClassName
{
color: #E15D9E;
}
.AnyTagClassName
{
color: #E15D9E;
}
</style>
background-color css
<style>
a { background-color: #E15D9E; }
a { background-color: rgb(225,93,158); }
div.DivClassName
{
background-color: #E15D9E;
}
.BgClassName
{
background-color: #E15D9E;
}
</style>
border-color css
<style>
span { border-color: #E15D9E; }
span { border-color: rgb(225,93,158); }
td.TdClassName
{
border-color: #E15D9E;
}
.TagClassName
{
border-color: #E15D9E;
}
</style>