Shades of Pale Violet Red #E874A5
Tints of Pale Violet Red #E874A5
RGB
CMYK
RGB Variations
Color information
#E874A5 (or 0xE874A5) is known color: Pale Violet Red. HEX triplet: E8, 74 and A5. RGB value is (232,116,165). Sum of RGB (Red+Green+Blue) = 232+116+165=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E874A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874A5 is #178B5A. Grayscale: #9C9C9C. Windows color (decimal): -1543003 or 10843368. OLE color: 10843368.
HSL color Cylindrical-coordinate representation of color #E874A5: hue angle of 334.66º 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 #E874A5 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 165 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.09 |
| HSL | 334.66º | 0.72% | 0.68% | - |
| HSV(B) | 334.66º | 0.5% | 0.91% | - |
| XYZ | 46.32 | 32.36 | 39.4 | - |
| YUV | 156.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 165 | 0 | 0.50 | 0.29 | 0.09 | 334.66 | 0.72 | 0.68 |
| Hex | E8 | 74 | A5 | 0 | 32 | 1D | 9 | 14F | 48 | 44 |
| Octal | 350 | 164 | 245 | 0 | 62 | 35 | 11 | 517 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10100101 | 0 | 110010 | 11101 | 1001 | 101001111 | 1001000 | 1000100 |
Color Harmonies of #E874A5
Complementary color
Monochromatic Colors of #E874A5
Black with #E874A5
Text Example
Text Example
White with #E874A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874A5; }
p { color: rgb(232,116,165); }
H1.HeaderClassName
{
color: #E874A5;
}
.AnyTagClassName
{
color: #E874A5;
}
</style>
background-color css
<style>
a { background-color: #E874A5; }
a { background-color: rgb(232,116,165); }
div.DivClassName
{
background-color: #E874A5;
}
.BgClassName
{
background-color: #E874A5;
}
</style>
border-color css
<style>
span { border-color: #E874A5; }
span { border-color: rgb(232,116,165); }
td.TdClassName
{
border-color: #E874A5;
}
.TagClassName
{
border-color: #E874A5;
}
</style>