Shades of Pale Violet Red #E06798
Tints of Pale Violet Red #E06798
RGB
CMYK
RGB Variations
Color information
#E06798 (or 0xE06798) is known color: Pale Violet Red. HEX triplet: E0, 67 and 98. RGB value is (224,103,152). Sum of RGB (Red+Green+Blue) = 224+103+152=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E06798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06798 is #1F9867. Grayscale: #909090. Windows color (decimal): -2070632 or 9988064. OLE color: 9988064.
HSL color Cylindrical-coordinate representation of color #E06798: hue angle of 335.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06798 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 152 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.12 |
| HSL | 335.7º | 0.66% | 0.64% | - |
| HSV(B) | 335.7º | 0.54% | 0.88% | - |
| XYZ | 41.26 | 27.81 | 32.9 | - |
| YUV | 144.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 152 | 0 | 0.54 | 0.32 | 0.12 | 335.7 | 0.66 | 0.64 |
| Hex | E0 | 67 | 98 | 0 | 36 | 20 | C | 150 | 42 | 40 |
| Octal | 340 | 147 | 230 | 0 | 66 | 40 | 14 | 520 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10011000 | 0 | 110110 | 100000 | 1100 | 101010000 | 1000010 | 1000000 |
Color Harmonies of #E06798
Complementary color
Monochromatic Colors of #E06798
Black with #E06798
Text Example
Text Example
White with #E06798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06798; }
p { color: rgb(224,103,152); }
H1.HeaderClassName
{
color: #E06798;
}
.AnyTagClassName
{
color: #E06798;
}
</style>
background-color css
<style>
a { background-color: #E06798; }
a { background-color: rgb(224,103,152); }
div.DivClassName
{
background-color: #E06798;
}
.BgClassName
{
background-color: #E06798;
}
</style>
border-color css
<style>
span { border-color: #E06798; }
span { border-color: rgb(224,103,152); }
td.TdClassName
{
border-color: #E06798;
}
.TagClassName
{
border-color: #E06798;
}
</style>