Shades of Pale Violet Red #E05F99
Tints of Pale Violet Red #E05F99
RGB
CMYK
RGB Variations
Color information
#E05F99 (or 0xE05F99) is known color: Pale Violet Red. HEX triplet: E0, 5F and 99. RGB value is (224,95,153). Sum of RGB (Red+Green+Blue) = 224+95+153=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F99 is #1FA066. Grayscale: #8C8C8C. Windows color (decimal): -2072679 or 10051552. OLE color: 10051552.
HSL color Cylindrical-coordinate representation of color #E05F99: hue angle of 333.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F99 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 153 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.12 |
| HSL | 333.02º | 0.68% | 0.63% | - |
| HSV(B) | 333.02º | 0.58% | 0.88% | - |
| XYZ | 40.58 | 26.33 | 33.08 | - |
| YUV | 140.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 153 | 0 | 0.58 | 0.32 | 0.12 | 333.02 | 0.68 | 0.63 |
| Hex | E0 | 5F | 99 | 0 | 3A | 20 | C | 14D | 44 | 3F |
| Octal | 340 | 137 | 231 | 0 | 72 | 40 | 14 | 515 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10011001 | 0 | 111010 | 100000 | 1100 | 101001101 | 1000100 | 111111 |
Color Harmonies of #E05F99
Complementary color
Monochromatic Colors of #E05F99
Black with #E05F99
Text Example
Text Example
White with #E05F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F99; }
p { color: rgb(224,95,153); }
H1.HeaderClassName
{
color: #E05F99;
}
.AnyTagClassName
{
color: #E05F99;
}
</style>
background-color css
<style>
a { background-color: #E05F99; }
a { background-color: rgb(224,95,153); }
div.DivClassName
{
background-color: #E05F99;
}
.BgClassName
{
background-color: #E05F99;
}
</style>
border-color css
<style>
span { border-color: #E05F99; }
span { border-color: rgb(224,95,153); }
td.TdClassName
{
border-color: #E05F99;
}
.TagClassName
{
border-color: #E05F99;
}
</style>