Shades of Pale Violet Red #E1599A
Tints of Pale Violet Red #E1599A
RGB
CMYK
RGB Variations
Color information
#E1599A (or 0xE1599A) is known color: Pale Violet Red. HEX triplet: E1, 59 and 9A. RGB value is (225,89,154). Sum of RGB (Red+Green+Blue) = 225+89+154=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1599A is #1EA665. Grayscale: #888888. Windows color (decimal): -2008678 or 10115553. OLE color: 10115553.
HSL color Cylindrical-coordinate representation of color #E1599A: hue angle of 331.32º 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 #E1599A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 154 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.12 |
| HSL | 331.32º | 0.69% | 0.62% | - |
| HSV(B) | 331.32º | 0.6% | 0.88% | - |
| XYZ | 40.46 | 25.49 | 33.36 | - |
| YUV | 137.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 154 | 0 | 0.60 | 0.32 | 0.12 | 331.32 | 0.69 | 0.62 |
| Hex | E1 | 59 | 9A | 0 | 3C | 20 | C | 14B | 45 | 3E |
| Octal | 341 | 131 | 232 | 0 | 74 | 40 | 14 | 513 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10011010 | 0 | 111100 | 100000 | 1100 | 101001011 | 1000101 | 111110 |
Color Harmonies of #E1599A
Complementary color
Monochromatic Colors of #E1599A
Black with #E1599A
Text Example
Text Example
White with #E1599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1599A; }
p { color: rgb(225,89,154); }
H1.HeaderClassName
{
color: #E1599A;
}
.AnyTagClassName
{
color: #E1599A;
}
</style>
background-color css
<style>
a { background-color: #E1599A; }
a { background-color: rgb(225,89,154); }
div.DivClassName
{
background-color: #E1599A;
}
.BgClassName
{
background-color: #E1599A;
}
</style>
border-color css
<style>
span { border-color: #E1599A; }
span { border-color: rgb(225,89,154); }
td.TdClassName
{
border-color: #E1599A;
}
.TagClassName
{
border-color: #E1599A;
}
</style>