Shades of Pale Violet Red #E06B9C
Tints of Pale Violet Red #E06B9C
RGB
CMYK
RGB Variations
Color information
#E06B9C (or 0xE06B9C) is known color: Pale Violet Red. HEX triplet: E0, 6B and 9C. RGB value is (224,107,156). Sum of RGB (Red+Green+Blue) = 224+107+156=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B9C is #1F9463. Grayscale: #939393. Windows color (decimal): -2069604 or 10251232. OLE color: 10251232.
HSL color Cylindrical-coordinate representation of color #E06B9C: hue angle of 334.87º 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 #E06B9C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 156 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.12 |
| HSL | 334.87º | 0.65% | 0.65% | - |
| HSV(B) | 334.87º | 0.52% | 0.88% | - |
| XYZ | 42 | 28.76 | 34.79 | - |
| YUV | 147.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 156 | 0 | 0.52 | 0.30 | 0.12 | 334.87 | 0.65 | 0.65 |
| Hex | E0 | 6B | 9C | 0 | 34 | 1E | C | 14F | 41 | 41 |
| Octal | 340 | 153 | 234 | 0 | 64 | 36 | 14 | 517 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10011100 | 0 | 110100 | 11110 | 1100 | 101001111 | 1000001 | 1000001 |
Color Harmonies of #E06B9C
Complementary color
Monochromatic Colors of #E06B9C
Black with #E06B9C
Text Example
Text Example
White with #E06B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B9C; }
p { color: rgb(224,107,156); }
H1.HeaderClassName
{
color: #E06B9C;
}
.AnyTagClassName
{
color: #E06B9C;
}
</style>
background-color css
<style>
a { background-color: #E06B9C; }
a { background-color: rgb(224,107,156); }
div.DivClassName
{
background-color: #E06B9C;
}
.BgClassName
{
background-color: #E06B9C;
}
</style>
border-color css
<style>
span { border-color: #E06B9C; }
span { border-color: rgb(224,107,156); }
td.TdClassName
{
border-color: #E06B9C;
}
.TagClassName
{
border-color: #E06B9C;
}
</style>