Shades of Pale Violet Red #E06F98
Tints of Pale Violet Red #E06F98
RGB
CMYK
RGB Variations
Color information
#E06F98 (or 0xE06F98) is known color: Pale Violet Red. HEX triplet: E0, 6F and 98. RGB value is (224,111,152). Sum of RGB (Red+Green+Blue) = 224+111+152=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F98 is #1F9067. Grayscale: #959595. Windows color (decimal): -2068584 or 9990112. OLE color: 9990112.
HSL color Cylindrical-coordinate representation of color #E06F98: hue angle of 338.23º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F98 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 152 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.12 |
| HSL | 338.23º | 0.65% | 0.66% | - |
| HSV(B) | 338.23º | 0.5% | 0.88% | - |
| XYZ | 42.09 | 29.48 | 33.18 | - |
| YUV | 149.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 152 | 0 | 0.50 | 0.32 | 0.12 | 338.23 | 0.65 | 0.66 |
| Hex | E0 | 6F | 98 | 0 | 32 | 20 | C | 152 | 41 | 42 |
| Octal | 340 | 157 | 230 | 0 | 62 | 40 | 14 | 522 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10011000 | 0 | 110010 | 100000 | 1100 | 101010010 | 1000001 | 1000010 |
Color Harmonies of #E06F98
Complementary color
Monochromatic Colors of #E06F98
Black with #E06F98
Text Example
Text Example
White with #E06F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F98; }
p { color: rgb(224,111,152); }
H1.HeaderClassName
{
color: #E06F98;
}
.AnyTagClassName
{
color: #E06F98;
}
</style>
background-color css
<style>
a { background-color: #E06F98; }
a { background-color: rgb(224,111,152); }
div.DivClassName
{
background-color: #E06F98;
}
.BgClassName
{
background-color: #E06F98;
}
</style>
border-color css
<style>
span { border-color: #E06F98; }
span { border-color: rgb(224,111,152); }
td.TdClassName
{
border-color: #E06F98;
}
.TagClassName
{
border-color: #E06F98;
}
</style>