Shades of Pale Violet Red #E07691
Tints of Pale Violet Red #E07691
RGB
CMYK
RGB Variations
Color information
#E07691 (or 0xE07691) is known color: Pale Violet Red. HEX triplet: E0, 76 and 91. RGB value is (224,118,145). Sum of RGB (Red+Green+Blue) = 224+118+145=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07691 is #1F896E. Grayscale: #989898. Windows color (decimal): -2066799 or 9533152. OLE color: 9533152.
HSL color Cylindrical-coordinate representation of color #E07691: hue angle of 344.72º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07691 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 145 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.12 |
| HSL | 344.72º | 0.63% | 0.67% | - |
| HSV(B) | 344.72º | 0.47% | 0.88% | - |
| XYZ | 42.33 | 30.85 | 30.51 | - |
| YUV | 152.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 145 | 0 | 0.47 | 0.35 | 0.12 | 344.72 | 0.63 | 0.67 |
| Hex | E0 | 76 | 91 | 0 | 2F | 23 | C | 159 | 3F | 43 |
| Octal | 340 | 166 | 221 | 0 | 57 | 43 | 14 | 531 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10010001 | 0 | 101111 | 100011 | 1100 | 101011001 | 111111 | 1000011 |
Color Harmonies of #E07691
Complementary color
Monochromatic Colors of #E07691
Black with #E07691
Text Example
Text Example
White with #E07691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07691; }
p { color: rgb(224,118,145); }
H1.HeaderClassName
{
color: #E07691;
}
.AnyTagClassName
{
color: #E07691;
}
</style>
background-color css
<style>
a { background-color: #E07691; }
a { background-color: rgb(224,118,145); }
div.DivClassName
{
background-color: #E07691;
}
.BgClassName
{
background-color: #E07691;
}
</style>
border-color css
<style>
span { border-color: #E07691; }
span { border-color: rgb(224,118,145); }
td.TdClassName
{
border-color: #E07691;
}
.TagClassName
{
border-color: #E07691;
}
</style>