Shades of Pale Violet Red #E172A8
Tints of Pale Violet Red #E172A8
RGB
CMYK
RGB Variations
Color information
#E172A8 (or 0xE172A8) is known color: Pale Violet Red. HEX triplet: E1, 72 and A8. RGB value is (225,114,168). Sum of RGB (Red+Green+Blue) = 225+114+168=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A8 is #1E8D57. Grayscale: #999999. Windows color (decimal): -2002264 or 11039457. OLE color: 11039457.
HSL color Cylindrical-coordinate representation of color #E172A8: hue angle of 330.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172A8 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 168 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.12 |
| HSL | 330.81º | 0.65% | 0.66% | - |
| HSV(B) | 330.81º | 0.49% | 0.88% | - |
| XYZ | 44.14 | 30.87 | 40.68 | - |
| YUV | 153.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 168 | 0 | 0.49 | 0.25 | 0.12 | 330.81 | 0.65 | 0.66 |
| Hex | E1 | 72 | A8 | 0 | 31 | 19 | C | 14B | 41 | 42 |
| Octal | 341 | 162 | 250 | 0 | 61 | 31 | 14 | 513 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10101000 | 0 | 110001 | 11001 | 1100 | 101001011 | 1000001 | 1000010 |
Color Harmonies of #E172A8
Complementary color
Monochromatic Colors of #E172A8
Black with #E172A8
Text Example
Text Example
White with #E172A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172A8; }
p { color: rgb(225,114,168); }
H1.HeaderClassName
{
color: #E172A8;
}
.AnyTagClassName
{
color: #E172A8;
}
</style>
background-color css
<style>
a { background-color: #E172A8; }
a { background-color: rgb(225,114,168); }
div.DivClassName
{
background-color: #E172A8;
}
.BgClassName
{
background-color: #E172A8;
}
</style>
border-color css
<style>
span { border-color: #E172A8; }
span { border-color: rgb(225,114,168); }
td.TdClassName
{
border-color: #E172A8;
}
.TagClassName
{
border-color: #E172A8;
}
</style>