Shades of Pale Violet Red #E163A3
Tints of Pale Violet Red #E163A3
RGB
CMYK
RGB Variations
Color information
#E163A3 (or 0xE163A3) is known color: Pale Violet Red. HEX triplet: E1, 63 and A3. RGB value is (225,99,163). Sum of RGB (Red+Green+Blue) = 225+99+163=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E163A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163A3 is #1E9C5C. Grayscale: #8F8F8F. Windows color (decimal): -2006109 or 10707937. OLE color: 10707937.
HSL color Cylindrical-coordinate representation of color #E163A3: hue angle of 329.52º 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 #E163A3 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 163 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.12 |
| HSL | 329.52º | 0.68% | 0.64% | - |
| HSV(B) | 329.52º | 0.56% | 0.88% | - |
| XYZ | 42.12 | 27.58 | 37.75 | - |
| YUV | 143.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 163 | 0 | 0.56 | 0.28 | 0.12 | 329.52 | 0.68 | 0.64 |
| Hex | E1 | 63 | A3 | 0 | 38 | 1C | C | 14A | 44 | 40 |
| Octal | 341 | 143 | 243 | 0 | 70 | 34 | 14 | 512 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10100011 | 0 | 111000 | 11100 | 1100 | 101001010 | 1000100 | 1000000 |
Color Harmonies of #E163A3
Complementary color
Monochromatic Colors of #E163A3
Black with #E163A3
Text Example
Text Example
White with #E163A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163A3; }
p { color: rgb(225,99,163); }
H1.HeaderClassName
{
color: #E163A3;
}
.AnyTagClassName
{
color: #E163A3;
}
</style>
background-color css
<style>
a { background-color: #E163A3; }
a { background-color: rgb(225,99,163); }
div.DivClassName
{
background-color: #E163A3;
}
.BgClassName
{
background-color: #E163A3;
}
</style>
border-color css
<style>
span { border-color: #E163A3; }
span { border-color: rgb(225,99,163); }
td.TdClassName
{
border-color: #E163A3;
}
.TagClassName
{
border-color: #E163A3;
}
</style>