Shades of Pale Violet Red #E0599A
Tints of Pale Violet Red #E0599A
RGB
CMYK
RGB Variations
Color information
#E0599A (or 0xE0599A) is known color: Pale Violet Red. HEX triplet: E0, 59 and 9A. RGB value is (224,89,154). Sum of RGB (Red+Green+Blue) = 224+89+154=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0599A is #1FA665. Grayscale: #888888. Windows color (decimal): -2074214 or 10115552. OLE color: 10115552.
HSL color Cylindrical-coordinate representation of color #E0599A: hue angle of 331.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0599A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 154 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.12 |
| HSL | 331.11º | 0.69% | 0.61% | - |
| HSV(B) | 331.11º | 0.6% | 0.88% | - |
| XYZ | 40.15 | 25.33 | 33.34 | - |
| YUV | 136.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 154 | 0 | 0.60 | 0.31 | 0.12 | 331.11 | 0.69 | 0.61 |
| Hex | E0 | 59 | 9A | 0 | 3C | 1F | C | 14B | 45 | 3D |
| Octal | 340 | 131 | 232 | 0 | 74 | 37 | 14 | 513 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10011010 | 0 | 111100 | 11111 | 1100 | 101001011 | 1000101 | 111101 |
Color Harmonies of #E0599A
Complementary color
Monochromatic Colors of #E0599A
Black with #E0599A
Text Example
Text Example
White with #E0599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0599A; }
p { color: rgb(224,89,154); }
H1.HeaderClassName
{
color: #E0599A;
}
.AnyTagClassName
{
color: #E0599A;
}
</style>
background-color css
<style>
a { background-color: #E0599A; }
a { background-color: rgb(224,89,154); }
div.DivClassName
{
background-color: #E0599A;
}
.BgClassName
{
background-color: #E0599A;
}
</style>
border-color css
<style>
span { border-color: #E0599A; }
span { border-color: rgb(224,89,154); }
td.TdClassName
{
border-color: #E0599A;
}
.TagClassName
{
border-color: #E0599A;
}
</style>