Shades of Pale Violet Red #E06BAA
Tints of Pale Violet Red #E06BAA
RGB
CMYK
RGB Variations
Color information
#E06BAA (or 0xE06BAA) is known color: Pale Violet Red. HEX triplet: E0, 6B and AA. RGB value is (224,107,170). Sum of RGB (Red+Green+Blue) = 224+107+170=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BAA is #1F9455. Grayscale: #959595. Windows color (decimal): -2069590 or 11168736. OLE color: 11168736.
HSL color Cylindrical-coordinate representation of color #E06BAA: hue angle of 327.69º 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 #E06BAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 170 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.12 |
| HSL | 327.69º | 0.65% | 0.65% | - |
| HSV(B) | 327.69º | 0.52% | 0.88% | - |
| XYZ | 43.25 | 29.26 | 41.4 | - |
| YUV | 149.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 170 | 0 | 0.52 | 0.24 | 0.12 | 327.69 | 0.65 | 0.65 |
| Hex | E0 | 6B | AA | 0 | 34 | 18 | C | 148 | 41 | 41 |
| Octal | 340 | 153 | 252 | 0 | 64 | 30 | 14 | 510 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10101010 | 0 | 110100 | 11000 | 1100 | 101001000 | 1000001 | 1000001 |
Color Harmonies of #E06BAA
Complementary color
Monochromatic Colors of #E06BAA
Black with #E06BAA
Text Example
Text Example
White with #E06BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BAA; }
p { color: rgb(224,107,170); }
H1.HeaderClassName
{
color: #E06BAA;
}
.AnyTagClassName
{
color: #E06BAA;
}
</style>
background-color css
<style>
a { background-color: #E06BAA; }
a { background-color: rgb(224,107,170); }
div.DivClassName
{
background-color: #E06BAA;
}
.BgClassName
{
background-color: #E06BAA;
}
</style>
border-color css
<style>
span { border-color: #E06BAA; }
span { border-color: rgb(224,107,170); }
td.TdClassName
{
border-color: #E06BAA;
}
.TagClassName
{
border-color: #E06BAA;
}
</style>