Shades of Pale Violet Red #E867A0
Tints of Pale Violet Red #E867A0
RGB
CMYK
RGB Variations
Color information
#E867A0 (or 0xE867A0) is known color: Pale Violet Red. HEX triplet: E8, 67 and A0. RGB value is (232,103,160). Sum of RGB (Red+Green+Blue) = 232+103+160=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E867A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E867A0 is #17985F. Grayscale: #939393. Windows color (decimal): -1546336 or 10512360. OLE color: 10512360.
HSL color Cylindrical-coordinate representation of color #E867A0: hue angle of 333.49º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E867A0 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 160 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.09 |
| HSL | 333.49º | 0.74% | 0.66% | - |
| HSV(B) | 333.49º | 0.56% | 0.91% | - |
| XYZ | 44.47 | 29.39 | 36.59 | - |
| YUV | 148.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 160 | 0 | 0.56 | 0.31 | 0.09 | 333.49 | 0.74 | 0.66 |
| Hex | E8 | 67 | A0 | 0 | 38 | 1F | 9 | 14D | 4A | 42 |
| Octal | 350 | 147 | 240 | 0 | 70 | 37 | 11 | 515 | 112 | 102 |
| Binary | 11101000 | 1100111 | 10100000 | 0 | 111000 | 11111 | 1001 | 101001101 | 1001010 | 1000010 |
Color Harmonies of #E867A0
Complementary color
Monochromatic Colors of #E867A0
Black with #E867A0
Text Example
Text Example
White with #E867A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867A0; }
p { color: rgb(232,103,160); }
H1.HeaderClassName
{
color: #E867A0;
}
.AnyTagClassName
{
color: #E867A0;
}
</style>
background-color css
<style>
a { background-color: #E867A0; }
a { background-color: rgb(232,103,160); }
div.DivClassName
{
background-color: #E867A0;
}
.BgClassName
{
background-color: #E867A0;
}
</style>
border-color css
<style>
span { border-color: #E867A0; }
span { border-color: rgb(232,103,160); }
td.TdClassName
{
border-color: #E867A0;
}
.TagClassName
{
border-color: #E867A0;
}
</style>