Shades of Pale Violet Red #E06BAC
Tints of Pale Violet Red #E06BAC
RGB
CMYK
RGB Variations
Color information
#E06BAC (or 0xE06BAC) is known color: Pale Violet Red. HEX triplet: E0, 6B and AC. RGB value is (224,107,172). Sum of RGB (Red+Green+Blue) = 224+107+172=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BAC is #1F9453. Grayscale: #959595. Windows color (decimal): -2069588 or 11299808. OLE color: 11299808.
HSL color Cylindrical-coordinate representation of color #E06BAC: hue angle of 326.67º 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 #E06BAC is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 172 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.12 |
| HSL | 326.67º | 0.65% | 0.65% | - |
| HSV(B) | 326.67º | 0.52% | 0.88% | - |
| XYZ | 43.44 | 29.34 | 42.4 | - |
| YUV | 149.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 172 | 0 | 0.52 | 0.23 | 0.12 | 326.67 | 0.65 | 0.65 |
| Hex | E0 | 6B | AC | 0 | 34 | 17 | C | 147 | 41 | 41 |
| Octal | 340 | 153 | 254 | 0 | 64 | 27 | 14 | 507 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10101100 | 0 | 110100 | 10111 | 1100 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #E06BAC
Complementary color
Monochromatic Colors of #E06BAC
Black with #E06BAC
Text Example
Text Example
White with #E06BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BAC; }
p { color: rgb(224,107,172); }
H1.HeaderClassName
{
color: #E06BAC;
}
.AnyTagClassName
{
color: #E06BAC;
}
</style>
background-color css
<style>
a { background-color: #E06BAC; }
a { background-color: rgb(224,107,172); }
div.DivClassName
{
background-color: #E06BAC;
}
.BgClassName
{
background-color: #E06BAC;
}
</style>
border-color css
<style>
span { border-color: #E06BAC; }
span { border-color: rgb(224,107,172); }
td.TdClassName
{
border-color: #E06BAC;
}
.TagClassName
{
border-color: #E06BAC;
}
</style>