Shades of Pale Violet Red #E06F9C
Tints of Pale Violet Red #E06F9C
RGB
CMYK
RGB Variations
Color information
#E06F9C (or 0xE06F9C) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9C. RGB value is (224,111,156). Sum of RGB (Red+Green+Blue) = 224+111+156=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9C is #1F9063. Grayscale: #959595. Windows color (decimal): -2068580 or 10252256. OLE color: 10252256.
HSL color Cylindrical-coordinate representation of color #E06F9C: hue angle of 336.11º 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 #E06F9C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 156 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.12 |
| HSL | 336.11º | 0.65% | 0.66% | - |
| HSV(B) | 336.11º | 0.5% | 0.88% | - |
| XYZ | 42.43 | 29.62 | 34.93 | - |
| YUV | 149.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 156 | 0 | 0.50 | 0.30 | 0.12 | 336.11 | 0.65 | 0.66 |
| Hex | E0 | 6F | 9C | 0 | 32 | 1E | C | 150 | 41 | 42 |
| Octal | 340 | 157 | 234 | 0 | 62 | 36 | 14 | 520 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10011100 | 0 | 110010 | 11110 | 1100 | 101010000 | 1000001 | 1000010 |
Color Harmonies of #E06F9C
Complementary color
Monochromatic Colors of #E06F9C
Black with #E06F9C
Text Example
Text Example
White with #E06F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F9C; }
p { color: rgb(224,111,156); }
H1.HeaderClassName
{
color: #E06F9C;
}
.AnyTagClassName
{
color: #E06F9C;
}
</style>
background-color css
<style>
a { background-color: #E06F9C; }
a { background-color: rgb(224,111,156); }
div.DivClassName
{
background-color: #E06F9C;
}
.BgClassName
{
background-color: #E06F9C;
}
</style>
border-color css
<style>
span { border-color: #E06F9C; }
span { border-color: rgb(224,111,156); }
td.TdClassName
{
border-color: #E06F9C;
}
.TagClassName
{
border-color: #E06F9C;
}
</style>