Shades of Pale Violet Red #E163A8
Tints of Pale Violet Red #E163A8
RGB
CMYK
RGB Variations
Color information
#E163A8 (or 0xE163A8) is known color: Pale Violet Red. HEX triplet: E1, 63 and A8. RGB value is (225,99,168). Sum of RGB (Red+Green+Blue) = 225+99+168=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E163A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163A8 is #1E9C57. Grayscale: #909090. Windows color (decimal): -2006104 or 11035617. OLE color: 11035617.
HSL color Cylindrical-coordinate representation of color #E163A8: hue angle of 327.14º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163A8 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 168 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.12 |
| HSL | 327.14º | 0.68% | 0.64% | - |
| HSV(B) | 327.14º | 0.56% | 0.88% | - |
| XYZ | 42.58 | 27.76 | 40.16 | - |
| YUV | 144.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 168 | 0 | 0.56 | 0.25 | 0.12 | 327.14 | 0.68 | 0.64 |
| Hex | E1 | 63 | A8 | 0 | 38 | 19 | C | 147 | 44 | 40 |
| Octal | 341 | 143 | 250 | 0 | 70 | 31 | 14 | 507 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10101000 | 0 | 111000 | 11001 | 1100 | 101000111 | 1000100 | 1000000 |
Color Harmonies of #E163A8
Complementary color
Monochromatic Colors of #E163A8
Black with #E163A8
Text Example
Text Example
White with #E163A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163A8; }
p { color: rgb(225,99,168); }
H1.HeaderClassName
{
color: #E163A8;
}
.AnyTagClassName
{
color: #E163A8;
}
</style>
background-color css
<style>
a { background-color: #E163A8; }
a { background-color: rgb(225,99,168); }
div.DivClassName
{
background-color: #E163A8;
}
.BgClassName
{
background-color: #E163A8;
}
</style>
border-color css
<style>
span { border-color: #E163A8; }
span { border-color: rgb(225,99,168); }
td.TdClassName
{
border-color: #E163A8;
}
.TagClassName
{
border-color: #E163A8;
}
</style>