Shades of Pale Violet Red #E177A4
Tints of Pale Violet Red #E177A4
RGB
CMYK
RGB Variations
Color information
#E177A4 (or 0xE177A4) is known color: Pale Violet Red. HEX triplet: E1, 77 and A4. RGB value is (225,119,164). Sum of RGB (Red+Green+Blue) = 225+119+164=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E177A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177A4 is #1E885B. Grayscale: #9B9B9B. Windows color (decimal): -2000988 or 10778593. OLE color: 10778593.
HSL color Cylindrical-coordinate representation of color #E177A4: hue angle of 334.53º 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 #E177A4 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 164 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.12 |
| HSL | 334.53º | 0.64% | 0.67% | - |
| HSV(B) | 334.53º | 0.47% | 0.88% | - |
| XYZ | 44.35 | 31.88 | 38.94 | - |
| YUV | 155.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 164 | 0 | 0.47 | 0.27 | 0.12 | 334.53 | 0.64 | 0.67 |
| Hex | E1 | 77 | A4 | 0 | 2F | 1B | C | 14F | 40 | 43 |
| Octal | 341 | 167 | 244 | 0 | 57 | 33 | 14 | 517 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10100100 | 0 | 101111 | 11011 | 1100 | 101001111 | 1000000 | 1000011 |
Color Harmonies of #E177A4
Complementary color
Monochromatic Colors of #E177A4
Black with #E177A4
Text Example
Text Example
White with #E177A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177A4; }
p { color: rgb(225,119,164); }
H1.HeaderClassName
{
color: #E177A4;
}
.AnyTagClassName
{
color: #E177A4;
}
</style>
background-color css
<style>
a { background-color: #E177A4; }
a { background-color: rgb(225,119,164); }
div.DivClassName
{
background-color: #E177A4;
}
.BgClassName
{
background-color: #E177A4;
}
</style>
border-color css
<style>
span { border-color: #E177A4; }
span { border-color: rgb(225,119,164); }
td.TdClassName
{
border-color: #E177A4;
}
.TagClassName
{
border-color: #E177A4;
}
</style>