Shades of Pale Violet Red #E06F99
Tints of Pale Violet Red #E06F99
RGB
CMYK
RGB Variations
Color information
#E06F99 (or 0xE06F99) is known color: Pale Violet Red. HEX triplet: E0, 6F and 99. RGB value is (224,111,153). Sum of RGB (Red+Green+Blue) = 224+111+153=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F99 is #1F9066. Grayscale: #959595. Windows color (decimal): -2068583 or 10055648. OLE color: 10055648.
HSL color Cylindrical-coordinate representation of color #E06F99: hue angle of 337.7º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F99 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 153 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.12 |
| HSL | 337.7º | 0.65% | 0.66% | - |
| HSV(B) | 337.7º | 0.5% | 0.88% | - |
| XYZ | 42.17 | 29.52 | 33.61 | - |
| YUV | 149.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 153 | 0 | 0.50 | 0.32 | 0.12 | 337.7 | 0.65 | 0.66 |
| Hex | E0 | 6F | 99 | 0 | 32 | 20 | C | 152 | 41 | 42 |
| Octal | 340 | 157 | 231 | 0 | 62 | 40 | 14 | 522 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10011001 | 0 | 110010 | 100000 | 1100 | 101010010 | 1000001 | 1000010 |
Color Harmonies of #E06F99
Complementary color
Monochromatic Colors of #E06F99
Black with #E06F99
Text Example
Text Example
White with #E06F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F99; }
p { color: rgb(224,111,153); }
H1.HeaderClassName
{
color: #E06F99;
}
.AnyTagClassName
{
color: #E06F99;
}
</style>
background-color css
<style>
a { background-color: #E06F99; }
a { background-color: rgb(224,111,153); }
div.DivClassName
{
background-color: #E06F99;
}
.BgClassName
{
background-color: #E06F99;
}
</style>
border-color css
<style>
span { border-color: #E06F99; }
span { border-color: rgb(224,111,153); }
td.TdClassName
{
border-color: #E06F99;
}
.TagClassName
{
border-color: #E06F99;
}
</style>