Shades of Pale Violet Red #E06F9B
Tints of Pale Violet Red #E06F9B
RGB
CMYK
RGB Variations
Color information
#E06F9B (or 0xE06F9B) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9B. RGB value is (224,111,155). Sum of RGB (Red+Green+Blue) = 224+111+155=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9B is #1F9064. Grayscale: #959595. Windows color (decimal): -2068581 or 10186720. OLE color: 10186720.
HSL color Cylindrical-coordinate representation of color #E06F9B: hue angle of 336.64º 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 #E06F9B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 155 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.12 |
| HSL | 336.64º | 0.65% | 0.66% | - |
| HSV(B) | 336.64º | 0.5% | 0.88% | - |
| XYZ | 42.34 | 29.58 | 34.49 | - |
| YUV | 149.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 155 | 0 | 0.50 | 0.31 | 0.12 | 336.64 | 0.65 | 0.66 |
| Hex | E0 | 6F | 9B | 0 | 32 | 1F | C | 151 | 41 | 42 |
| Octal | 340 | 157 | 233 | 0 | 62 | 37 | 14 | 521 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10011011 | 0 | 110010 | 11111 | 1100 | 101010001 | 1000001 | 1000010 |
Color Harmonies of #E06F9B
Complementary color
Monochromatic Colors of #E06F9B
Black with #E06F9B
Text Example
Text Example
White with #E06F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F9B; }
p { color: rgb(224,111,155); }
H1.HeaderClassName
{
color: #E06F9B;
}
.AnyTagClassName
{
color: #E06F9B;
}
</style>
background-color css
<style>
a { background-color: #E06F9B; }
a { background-color: rgb(224,111,155); }
div.DivClassName
{
background-color: #E06F9B;
}
.BgClassName
{
background-color: #E06F9B;
}
</style>
border-color css
<style>
span { border-color: #E06F9B; }
span { border-color: rgb(224,111,155); }
td.TdClassName
{
border-color: #E06F9B;
}
.TagClassName
{
border-color: #E06F9B;
}
</style>