Shades of Pale Violet Red #E874A0
Tints of Pale Violet Red #E874A0
RGB
CMYK
RGB Variations
Color information
#E874A0 (or 0xE874A0) is known color: Pale Violet Red. HEX triplet: E8, 74 and A0. RGB value is (232,116,160). Sum of RGB (Red+Green+Blue) = 232+116+160=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E874A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874A0 is #178B5F. Grayscale: #9B9B9B. Windows color (decimal): -1543008 or 10515688. OLE color: 10515688.
HSL color Cylindrical-coordinate representation of color #E874A0: hue angle of 337.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874A0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 160 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.09 |
| HSL | 337.24º | 0.72% | 0.68% | - |
| HSV(B) | 337.24º | 0.5% | 0.91% | - |
| XYZ | 45.87 | 32.18 | 37.05 | - |
| YUV | 155.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 160 | 0 | 0.50 | 0.31 | 0.09 | 337.24 | 0.72 | 0.68 |
| Hex | E8 | 74 | A0 | 0 | 32 | 1F | 9 | 151 | 48 | 44 |
| Octal | 350 | 164 | 240 | 0 | 62 | 37 | 11 | 521 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10100000 | 0 | 110010 | 11111 | 1001 | 101010001 | 1001000 | 1000100 |
Color Harmonies of #E874A0
Complementary color
Monochromatic Colors of #E874A0
Black with #E874A0
Text Example
Text Example
White with #E874A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874A0; }
p { color: rgb(232,116,160); }
H1.HeaderClassName
{
color: #E874A0;
}
.AnyTagClassName
{
color: #E874A0;
}
</style>
background-color css
<style>
a { background-color: #E874A0; }
a { background-color: rgb(232,116,160); }
div.DivClassName
{
background-color: #E874A0;
}
.BgClassName
{
background-color: #E874A0;
}
</style>
border-color css
<style>
span { border-color: #E874A0; }
span { border-color: rgb(232,116,160); }
td.TdClassName
{
border-color: #E874A0;
}
.TagClassName
{
border-color: #E874A0;
}
</style>