Shades of Pale Violet Red #E868A1
Tints of Pale Violet Red #E868A1
RGB
CMYK
RGB Variations
Color information
#E868A1 (or 0xE868A1) is known color: Pale Violet Red. HEX triplet: E8, 68 and A1. RGB value is (232,104,161). Sum of RGB (Red+Green+Blue) = 232+104+161=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E868A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E868A1 is #17975E. Grayscale: #949494. Windows color (decimal): -1546079 or 10578152. OLE color: 10578152.
HSL color Cylindrical-coordinate representation of color #E868A1: hue angle of 333.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868A1 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 161 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.09 |
| HSL | 333.28º | 0.74% | 0.66% | - |
| HSV(B) | 333.28º | 0.55% | 0.91% | - |
| XYZ | 44.66 | 29.63 | 37.08 | - |
| YUV | 148.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 161 | 0 | 0.55 | 0.31 | 0.09 | 333.28 | 0.74 | 0.66 |
| Hex | E8 | 68 | A1 | 0 | 37 | 1F | 9 | 14D | 4A | 42 |
| Octal | 350 | 150 | 241 | 0 | 67 | 37 | 11 | 515 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10100001 | 0 | 110111 | 11111 | 1001 | 101001101 | 1001010 | 1000010 |
Color Harmonies of #E868A1
Complementary color
Monochromatic Colors of #E868A1
Black with #E868A1
Text Example
Text Example
White with #E868A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868A1; }
p { color: rgb(232,104,161); }
H1.HeaderClassName
{
color: #E868A1;
}
.AnyTagClassName
{
color: #E868A1;
}
</style>
background-color css
<style>
a { background-color: #E868A1; }
a { background-color: rgb(232,104,161); }
div.DivClassName
{
background-color: #E868A1;
}
.BgClassName
{
background-color: #E868A1;
}
</style>
border-color css
<style>
span { border-color: #E868A1; }
span { border-color: rgb(232,104,161); }
td.TdClassName
{
border-color: #E868A1;
}
.TagClassName
{
border-color: #E868A1;
}
</style>