Shades of Pale Violet Red #E177A8
Tints of Pale Violet Red #E177A8
RGB
CMYK
RGB Variations
Color information
#E177A8 (or 0xE177A8) is known color: Pale Violet Red. HEX triplet: E1, 77 and A8. RGB value is (225,119,168). Sum of RGB (Red+Green+Blue) = 225+119+168=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E177A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177A8 is #1E8857. Grayscale: #9C9C9C. Windows color (decimal): -2000984 or 11040737. OLE color: 11040737.
HSL color Cylindrical-coordinate representation of color #E177A8: hue angle of 332.26º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177A8 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 168 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.12 |
| HSL | 332.26º | 0.64% | 0.67% | - |
| HSV(B) | 332.26º | 0.47% | 0.88% | - |
| XYZ | 44.72 | 32.03 | 40.87 | - |
| YUV | 156.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 168 | 0 | 0.47 | 0.25 | 0.12 | 332.26 | 0.64 | 0.67 |
| Hex | E1 | 77 | A8 | 0 | 2F | 19 | C | 14C | 40 | 43 |
| Octal | 341 | 167 | 250 | 0 | 57 | 31 | 14 | 514 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10101000 | 0 | 101111 | 11001 | 1100 | 101001100 | 1000000 | 1000011 |
Color Harmonies of #E177A8
Complementary color
Monochromatic Colors of #E177A8
Black with #E177A8
Text Example
Text Example
White with #E177A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177A8; }
p { color: rgb(225,119,168); }
H1.HeaderClassName
{
color: #E177A8;
}
.AnyTagClassName
{
color: #E177A8;
}
</style>
background-color css
<style>
a { background-color: #E177A8; }
a { background-color: rgb(225,119,168); }
div.DivClassName
{
background-color: #E177A8;
}
.BgClassName
{
background-color: #E177A8;
}
</style>
border-color css
<style>
span { border-color: #E177A8; }
span { border-color: rgb(225,119,168); }
td.TdClassName
{
border-color: #E177A8;
}
.TagClassName
{
border-color: #E177A8;
}
</style>