Shades of Pale Violet Red #E06F92
Tints of Pale Violet Red #E06F92
RGB
CMYK
RGB Variations
Color information
#E06F92 (or 0xE06F92) is known color: Pale Violet Red. HEX triplet: E0, 6F and 92. RGB value is (224,111,146). Sum of RGB (Red+Green+Blue) = 224+111+146=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F92 is #1F906D. Grayscale: #949494. Windows color (decimal): -2068590 or 9596896. OLE color: 9596896.
HSL color Cylindrical-coordinate representation of color #E06F92: hue angle of 341.42º 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 #E06F92 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 146 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.12 |
| HSL | 341.42º | 0.65% | 0.66% | - |
| HSV(B) | 341.42º | 0.5% | 0.88% | - |
| XYZ | 41.61 | 29.29 | 30.65 | - |
| YUV | 148.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 146 | 0 | 0.50 | 0.35 | 0.12 | 341.42 | 0.65 | 0.66 |
| Hex | E0 | 6F | 92 | 0 | 32 | 23 | C | 155 | 41 | 42 |
| Octal | 340 | 157 | 222 | 0 | 62 | 43 | 14 | 525 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10010010 | 0 | 110010 | 100011 | 1100 | 101010101 | 1000001 | 1000010 |
Color Harmonies of #E06F92
Complementary color
Monochromatic Colors of #E06F92
Black with #E06F92
Text Example
Text Example
White with #E06F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F92; }
p { color: rgb(224,111,146); }
H1.HeaderClassName
{
color: #E06F92;
}
.AnyTagClassName
{
color: #E06F92;
}
</style>
background-color css
<style>
a { background-color: #E06F92; }
a { background-color: rgb(224,111,146); }
div.DivClassName
{
background-color: #E06F92;
}
.BgClassName
{
background-color: #E06F92;
}
</style>
border-color css
<style>
span { border-color: #E06F92; }
span { border-color: rgb(224,111,146); }
td.TdClassName
{
border-color: #E06F92;
}
.TagClassName
{
border-color: #E06F92;
}
</style>