Shades of Pale Violet Red #E06D99
Tints of Pale Violet Red #E06D99
RGB
CMYK
RGB Variations
Color information
#E06D99 (or 0xE06D99) is known color: Pale Violet Red. HEX triplet: E0, 6D and 99. RGB value is (224,109,153). Sum of RGB (Red+Green+Blue) = 224+109+153=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D99 is #1F9266. Grayscale: #949494. Windows color (decimal): -2069095 or 10055136. OLE color: 10055136.
HSL color Cylindrical-coordinate representation of color #E06D99: hue angle of 337.04º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D99 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 153 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.12 |
| HSL | 337.04º | 0.65% | 0.65% | - |
| HSV(B) | 337.04º | 0.51% | 0.88% | - |
| XYZ | 41.96 | 29.08 | 33.54 | - |
| YUV | 148.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 153 | 0 | 0.51 | 0.32 | 0.12 | 337.04 | 0.65 | 0.65 |
| Hex | E0 | 6D | 99 | 0 | 33 | 20 | C | 151 | 41 | 41 |
| Octal | 340 | 155 | 231 | 0 | 63 | 40 | 14 | 521 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10011001 | 0 | 110011 | 100000 | 1100 | 101010001 | 1000001 | 1000001 |
Color Harmonies of #E06D99
Complementary color
Monochromatic Colors of #E06D99
Black with #E06D99
Text Example
Text Example
White with #E06D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D99; }
p { color: rgb(224,109,153); }
H1.HeaderClassName
{
color: #E06D99;
}
.AnyTagClassName
{
color: #E06D99;
}
</style>
background-color css
<style>
a { background-color: #E06D99; }
a { background-color: rgb(224,109,153); }
div.DivClassName
{
background-color: #E06D99;
}
.BgClassName
{
background-color: #E06D99;
}
</style>
border-color css
<style>
span { border-color: #E06D99; }
span { border-color: rgb(224,109,153); }
td.TdClassName
{
border-color: #E06D99;
}
.TagClassName
{
border-color: #E06D99;
}
</style>