Shades of Pale Violet Red #E469A8
Tints of Pale Violet Red #E469A8
RGB
CMYK
RGB Variations
Color information
#E469A8 (or 0xE469A8) is known color: Pale Violet Red. HEX triplet: E4, 69 and A8. RGB value is (228,105,168). Sum of RGB (Red+Green+Blue) = 228+105+168=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E469A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E469A8 is #1B9657. Grayscale: #949494. Windows color (decimal): -1807960 or 11037156. OLE color: 11037156.
HSL color Cylindrical-coordinate representation of color #E469A8: hue angle of 329.27º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469A8 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 168 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.11 |
| HSL | 329.27º | 0.69% | 0.65% | - |
| HSV(B) | 329.27º | 0.54% | 0.89% | - |
| XYZ | 44.11 | 29.42 | 40.4 | - |
| YUV | 148.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 168 | 0 | 0.54 | 0.26 | 0.11 | 329.27 | 0.69 | 0.65 |
| Hex | E4 | 69 | A8 | 0 | 36 | 1A | B | 149 | 45 | 41 |
| Octal | 344 | 151 | 250 | 0 | 66 | 32 | 13 | 511 | 105 | 101 |
| Binary | 11100100 | 1101001 | 10101000 | 0 | 110110 | 11010 | 1011 | 101001001 | 1000101 | 1000001 |
Color Harmonies of #E469A8
Complementary color
Monochromatic Colors of #E469A8
Black with #E469A8
Text Example
Text Example
White with #E469A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469A8; }
p { color: rgb(228,105,168); }
H1.HeaderClassName
{
color: #E469A8;
}
.AnyTagClassName
{
color: #E469A8;
}
</style>
background-color css
<style>
a { background-color: #E469A8; }
a { background-color: rgb(228,105,168); }
div.DivClassName
{
background-color: #E469A8;
}
.BgClassName
{
background-color: #E469A8;
}
</style>
border-color css
<style>
span { border-color: #E469A8; }
span { border-color: rgb(228,105,168); }
td.TdClassName
{
border-color: #E469A8;
}
.TagClassName
{
border-color: #E469A8;
}
</style>