Shades of Pale Violet Red #E15B94
Tints of Pale Violet Red #E15B94
RGB
CMYK
RGB Variations
Color information
#E15B94 (or 0xE15B94) is known color: Pale Violet Red. HEX triplet: E1, 5B and 94. RGB value is (225,91,148). Sum of RGB (Red+Green+Blue) = 225+91+148=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B94 is #1EA46B. Grayscale: #898989. Windows color (decimal): -2008172 or 9722849. OLE color: 9722849.
HSL color Cylindrical-coordinate representation of color #E15B94: hue angle of 334.48º 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 #E15B94 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 148 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.12 |
| HSL | 334.48º | 0.69% | 0.62% | - |
| HSV(B) | 334.48º | 0.6% | 0.88% | - |
| XYZ | 40.14 | 25.63 | 30.85 | - |
| YUV | 137.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 148 | 0 | 0.60 | 0.34 | 0.12 | 334.48 | 0.69 | 0.62 |
| Hex | E1 | 5B | 94 | 0 | 3C | 22 | C | 14E | 45 | 3E |
| Octal | 341 | 133 | 224 | 0 | 74 | 42 | 14 | 516 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10010100 | 0 | 111100 | 100010 | 1100 | 101001110 | 1000101 | 111110 |
Color Harmonies of #E15B94
Complementary color
Monochromatic Colors of #E15B94
Black with #E15B94
Text Example
Text Example
White with #E15B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B94; }
p { color: rgb(225,91,148); }
H1.HeaderClassName
{
color: #E15B94;
}
.AnyTagClassName
{
color: #E15B94;
}
</style>
background-color css
<style>
a { background-color: #E15B94; }
a { background-color: rgb(225,91,148); }
div.DivClassName
{
background-color: #E15B94;
}
.BgClassName
{
background-color: #E15B94;
}
</style>
border-color css
<style>
span { border-color: #E15B94; }
span { border-color: rgb(225,91,148); }
td.TdClassName
{
border-color: #E15B94;
}
.TagClassName
{
border-color: #E15B94;
}
</style>