Shades of Pale Violet Red #E06C98
Tints of Pale Violet Red #E06C98
RGB
CMYK
RGB Variations
Color information
#E06C98 (or 0xE06C98) is known color: Pale Violet Red. HEX triplet: E0, 6C and 98. RGB value is (224,108,152). Sum of RGB (Red+Green+Blue) = 224+108+152=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C98 is #1F9367. Grayscale: #939393. Windows color (decimal): -2069352 or 9989344. OLE color: 9989344.
HSL color Cylindrical-coordinate representation of color #E06C98: hue angle of 337.24º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C98 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 152 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.12 |
| HSL | 337.24º | 0.65% | 0.65% | - |
| HSV(B) | 337.24º | 0.52% | 0.88% | - |
| XYZ | 41.77 | 28.84 | 33.07 | - |
| YUV | 147.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 152 | 0 | 0.52 | 0.32 | 0.12 | 337.24 | 0.65 | 0.65 |
| Hex | E0 | 6C | 98 | 0 | 34 | 20 | C | 151 | 41 | 41 |
| Octal | 340 | 154 | 230 | 0 | 64 | 40 | 14 | 521 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10011000 | 0 | 110100 | 100000 | 1100 | 101010001 | 1000001 | 1000001 |
Color Harmonies of #E06C98
Complementary color
Monochromatic Colors of #E06C98
Black with #E06C98
Text Example
Text Example
White with #E06C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C98; }
p { color: rgb(224,108,152); }
H1.HeaderClassName
{
color: #E06C98;
}
.AnyTagClassName
{
color: #E06C98;
}
</style>
background-color css
<style>
a { background-color: #E06C98; }
a { background-color: rgb(224,108,152); }
div.DivClassName
{
background-color: #E06C98;
}
.BgClassName
{
background-color: #E06C98;
}
</style>
border-color css
<style>
span { border-color: #E06C98; }
span { border-color: rgb(224,108,152); }
td.TdClassName
{
border-color: #E06C98;
}
.TagClassName
{
border-color: #E06C98;
}
</style>