Shades of Pale Violet Red #E06498
Tints of Pale Violet Red #E06498
RGB
CMYK
RGB Variations
Color information
#E06498 (or 0xE06498) is known color: Pale Violet Red. HEX triplet: E0, 64 and 98. RGB value is (224,100,152). Sum of RGB (Red+Green+Blue) = 224+100+152=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E06498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06498 is #1F9B67. Grayscale: #8E8E8E. Windows color (decimal): -2071400 or 9987296. OLE color: 9987296.
HSL color Cylindrical-coordinate representation of color #E06498: hue angle of 334.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06498 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 152 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.12 |
| HSL | 334.84º | 0.67% | 0.64% | - |
| HSV(B) | 334.84º | 0.55% | 0.88% | - |
| XYZ | 40.97 | 27.23 | 32.8 | - |
| YUV | 143 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 152 | 0 | 0.55 | 0.32 | 0.12 | 334.84 | 0.67 | 0.64 |
| Hex | E0 | 64 | 98 | 0 | 37 | 20 | C | 14F | 43 | 40 |
| Octal | 340 | 144 | 230 | 0 | 67 | 40 | 14 | 517 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10011000 | 0 | 110111 | 100000 | 1100 | 101001111 | 1000011 | 1000000 |
Color Harmonies of #E06498
Complementary color
Monochromatic Colors of #E06498
Black with #E06498
Text Example
Text Example
White with #E06498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06498; }
p { color: rgb(224,100,152); }
H1.HeaderClassName
{
color: #E06498;
}
.AnyTagClassName
{
color: #E06498;
}
</style>
background-color css
<style>
a { background-color: #E06498; }
a { background-color: rgb(224,100,152); }
div.DivClassName
{
background-color: #E06498;
}
.BgClassName
{
background-color: #E06498;
}
</style>
border-color css
<style>
span { border-color: #E06498; }
span { border-color: rgb(224,100,152); }
td.TdClassName
{
border-color: #E06498;
}
.TagClassName
{
border-color: #E06498;
}
</style>