Shades of Pale Violet Red #E177A2
Tints of Pale Violet Red #E177A2
RGB
CMYK
RGB Variations
Color information
#E177A2 (or 0xE177A2) is known color: Pale Violet Red. HEX triplet: E1, 77 and A2. RGB value is (225,119,162). Sum of RGB (Red+Green+Blue) = 225+119+162=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E177A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177A2 is #1E885D. Grayscale: #9B9B9B. Windows color (decimal): -2000990 or 10647521. OLE color: 10647521.
HSL color Cylindrical-coordinate representation of color #E177A2: hue angle of 335.66º 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 #E177A2 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 162 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.12 |
| HSL | 335.66º | 0.64% | 0.67% | - |
| HSV(B) | 335.66º | 0.47% | 0.88% | - |
| XYZ | 44.17 | 31.81 | 37.99 | - |
| YUV | 155.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 162 | 0 | 0.47 | 0.28 | 0.12 | 335.66 | 0.64 | 0.67 |
| Hex | E1 | 77 | A2 | 0 | 2F | 1C | C | 150 | 40 | 43 |
| Octal | 341 | 167 | 242 | 0 | 57 | 34 | 14 | 520 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10100010 | 0 | 101111 | 11100 | 1100 | 101010000 | 1000000 | 1000011 |
Color Harmonies of #E177A2
Complementary color
Monochromatic Colors of #E177A2
Black with #E177A2
Text Example
Text Example
White with #E177A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177A2; }
p { color: rgb(225,119,162); }
H1.HeaderClassName
{
color: #E177A2;
}
.AnyTagClassName
{
color: #E177A2;
}
</style>
background-color css
<style>
a { background-color: #E177A2; }
a { background-color: rgb(225,119,162); }
div.DivClassName
{
background-color: #E177A2;
}
.BgClassName
{
background-color: #E177A2;
}
</style>
border-color css
<style>
span { border-color: #E177A2; }
span { border-color: rgb(225,119,162); }
td.TdClassName
{
border-color: #E177A2;
}
.TagClassName
{
border-color: #E177A2;
}
</style>