Shades of Pale Violet Red #E15C92
Tints of Pale Violet Red #E15C92
RGB
CMYK
RGB Variations
Color information
#E15C92 (or 0xE15C92) is known color: Pale Violet Red. HEX triplet: E1, 5C and 92. RGB value is (225,92,146). Sum of RGB (Red+Green+Blue) = 225+92+146=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C92 is #1EA36D. Grayscale: #898989. Windows color (decimal): -2007918 or 9592033. OLE color: 9592033.
HSL color Cylindrical-coordinate representation of color #E15C92: hue angle of 335.64º 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 #E15C92 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 146 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.12 |
| HSL | 335.64º | 0.69% | 0.62% | - |
| HSV(B) | 335.64º | 0.59% | 0.88% | - |
| XYZ | 40.07 | 25.74 | 30.05 | - |
| YUV | 137.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 146 | 0 | 0.59 | 0.35 | 0.12 | 335.64 | 0.69 | 0.62 |
| Hex | E1 | 5C | 92 | 0 | 3B | 23 | C | 150 | 45 | 3E |
| Octal | 341 | 134 | 222 | 0 | 73 | 43 | 14 | 520 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10010010 | 0 | 111011 | 100011 | 1100 | 101010000 | 1000101 | 111110 |
Color Harmonies of #E15C92
Complementary color
Monochromatic Colors of #E15C92
Black with #E15C92
Text Example
Text Example
White with #E15C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C92; }
p { color: rgb(225,92,146); }
H1.HeaderClassName
{
color: #E15C92;
}
.AnyTagClassName
{
color: #E15C92;
}
</style>
background-color css
<style>
a { background-color: #E15C92; }
a { background-color: rgb(225,92,146); }
div.DivClassName
{
background-color: #E15C92;
}
.BgClassName
{
background-color: #E15C92;
}
</style>
border-color css
<style>
span { border-color: #E15C92; }
span { border-color: rgb(225,92,146); }
td.TdClassName
{
border-color: #E15C92;
}
.TagClassName
{
border-color: #E15C92;
}
</style>