Shades of Pale Violet Red #E069A8
Tints of Pale Violet Red #E069A8
RGB
CMYK
RGB Variations
Color information
#E069A8 (or 0xE069A8) is known color: Pale Violet Red. HEX triplet: E0, 69 and A8. RGB value is (224,105,168). Sum of RGB (Red+Green+Blue) = 224+105+168=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E069A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069A8 is #1F9657. Grayscale: #939393. Windows color (decimal): -2070104 or 11037152. OLE color: 11037152.
HSL color Cylindrical-coordinate representation of color #E069A8: hue angle of 328.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069A8 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 168 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.12 |
| HSL | 328.24º | 0.66% | 0.65% | - |
| HSV(B) | 328.24º | 0.53% | 0.88% | - |
| XYZ | 42.86 | 28.78 | 40.34 | - |
| YUV | 147.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 168 | 0 | 0.53 | 0.25 | 0.12 | 328.24 | 0.66 | 0.65 |
| Hex | E0 | 69 | A8 | 0 | 35 | 19 | C | 148 | 42 | 41 |
| Octal | 340 | 151 | 250 | 0 | 65 | 31 | 14 | 510 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10101000 | 0 | 110101 | 11001 | 1100 | 101001000 | 1000010 | 1000001 |
Color Harmonies of #E069A8
Complementary color
Monochromatic Colors of #E069A8
Black with #E069A8
Text Example
Text Example
White with #E069A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069A8; }
p { color: rgb(224,105,168); }
H1.HeaderClassName
{
color: #E069A8;
}
.AnyTagClassName
{
color: #E069A8;
}
</style>
background-color css
<style>
a { background-color: #E069A8; }
a { background-color: rgb(224,105,168); }
div.DivClassName
{
background-color: #E069A8;
}
.BgClassName
{
background-color: #E069A8;
}
</style>
border-color css
<style>
span { border-color: #E069A8; }
span { border-color: rgb(224,105,168); }
td.TdClassName
{
border-color: #E069A8;
}
.TagClassName
{
border-color: #E069A8;
}
</style>