Shades of Pale Violet Red #E06FAC
Tints of Pale Violet Red #E06FAC
RGB
CMYK
RGB Variations
Color information
#E06FAC (or 0xE06FAC) is known color: Pale Violet Red. HEX triplet: E0, 6F and AC. RGB value is (224,111,172). Sum of RGB (Red+Green+Blue) = 224+111+172=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAC is #1F9053. Grayscale: #979797. Windows color (decimal): -2068564 or 11300832. OLE color: 11300832.
HSL color Cylindrical-coordinate representation of color #E06FAC: hue angle of 327.61º 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 #E06FAC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 172 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.12 |
| HSL | 327.61º | 0.65% | 0.66% | - |
| HSV(B) | 327.61º | 0.5% | 0.88% | - |
| XYZ | 43.87 | 30.19 | 42.55 | - |
| YUV | 151.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 172 | 0 | 0.50 | 0.23 | 0.12 | 327.61 | 0.65 | 0.66 |
| Hex | E0 | 6F | AC | 0 | 32 | 17 | C | 148 | 41 | 42 |
| Octal | 340 | 157 | 254 | 0 | 62 | 27 | 14 | 510 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10101100 | 0 | 110010 | 10111 | 1100 | 101001000 | 1000001 | 1000010 |
Color Harmonies of #E06FAC
Complementary color
Monochromatic Colors of #E06FAC
Black with #E06FAC
Text Example
Text Example
White with #E06FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FAC; }
p { color: rgb(224,111,172); }
H1.HeaderClassName
{
color: #E06FAC;
}
.AnyTagClassName
{
color: #E06FAC;
}
</style>
background-color css
<style>
a { background-color: #E06FAC; }
a { background-color: rgb(224,111,172); }
div.DivClassName
{
background-color: #E06FAC;
}
.BgClassName
{
background-color: #E06FAC;
}
</style>
border-color css
<style>
span { border-color: #E06FAC; }
span { border-color: rgb(224,111,172); }
td.TdClassName
{
border-color: #E06FAC;
}
.TagClassName
{
border-color: #E06FAC;
}
</style>