Shades of Pale Violet Red #E06195
Tints of Pale Violet Red #E06195
RGB
CMYK
RGB Variations
Color information
#E06195 (or 0xE06195) is known color: Pale Violet Red. HEX triplet: E0, 61 and 95. RGB value is (224,97,149). Sum of RGB (Red+Green+Blue) = 224+97+149=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E06195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06195 is #1F9E6A. Grayscale: #8C8C8C. Windows color (decimal): -2072171 or 9789920. OLE color: 9789920.
HSL color Cylindrical-coordinate representation of color #E06195: hue angle of 335.43º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06195 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 149 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.12 |
| HSL | 335.43º | 0.67% | 0.63% | - |
| HSV(B) | 335.43º | 0.57% | 0.88% | - |
| XYZ | 40.44 | 26.57 | 31.43 | - |
| YUV | 140.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 149 | 0 | 0.57 | 0.33 | 0.12 | 335.43 | 0.67 | 0.63 |
| Hex | E0 | 61 | 95 | 0 | 39 | 21 | C | 14F | 43 | 3F |
| Octal | 340 | 141 | 225 | 0 | 71 | 41 | 14 | 517 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10010101 | 0 | 111001 | 100001 | 1100 | 101001111 | 1000011 | 111111 |
Color Harmonies of #E06195
Complementary color
Monochromatic Colors of #E06195
Black with #E06195
Text Example
Text Example
White with #E06195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06195; }
p { color: rgb(224,97,149); }
H1.HeaderClassName
{
color: #E06195;
}
.AnyTagClassName
{
color: #E06195;
}
</style>
background-color css
<style>
a { background-color: #E06195; }
a { background-color: rgb(224,97,149); }
div.DivClassName
{
background-color: #E06195;
}
.BgClassName
{
background-color: #E06195;
}
</style>
border-color css
<style>
span { border-color: #E06195; }
span { border-color: rgb(224,97,149); }
td.TdClassName
{
border-color: #E06195;
}
.TagClassName
{
border-color: #E06195;
}
</style>