Shades of Pale Violet Red #E06299
Tints of Pale Violet Red #E06299
RGB
CMYK
RGB Variations
Color information
#E06299 (or 0xE06299) is known color: Pale Violet Red. HEX triplet: E0, 62 and 99. RGB value is (224,98,153). Sum of RGB (Red+Green+Blue) = 224+98+153=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06299 is #1F9D66. Grayscale: #8D8D8D. Windows color (decimal): -2071911 or 10052320. OLE color: 10052320.
HSL color Cylindrical-coordinate representation of color #E06299: hue angle of 333.81º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06299 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 153 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.12 |
| HSL | 333.81º | 0.67% | 0.63% | - |
| HSV(B) | 333.81º | 0.56% | 0.88% | - |
| XYZ | 40.86 | 26.88 | 33.17 | - |
| YUV | 141.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 153 | 0 | 0.56 | 0.32 | 0.12 | 333.81 | 0.67 | 0.63 |
| Hex | E0 | 62 | 99 | 0 | 38 | 20 | C | 14E | 43 | 3F |
| Octal | 340 | 142 | 231 | 0 | 70 | 40 | 14 | 516 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10011001 | 0 | 111000 | 100000 | 1100 | 101001110 | 1000011 | 111111 |
Color Harmonies of #E06299
Complementary color
Monochromatic Colors of #E06299
Black with #E06299
Text Example
Text Example
White with #E06299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06299; }
p { color: rgb(224,98,153); }
H1.HeaderClassName
{
color: #E06299;
}
.AnyTagClassName
{
color: #E06299;
}
</style>
background-color css
<style>
a { background-color: #E06299; }
a { background-color: rgb(224,98,153); }
div.DivClassName
{
background-color: #E06299;
}
.BgClassName
{
background-color: #E06299;
}
</style>
border-color css
<style>
span { border-color: #E06299; }
span { border-color: rgb(224,98,153); }
td.TdClassName
{
border-color: #E06299;
}
.TagClassName
{
border-color: #E06299;
}
</style>