Shades of Pale Violet Red #E671A0
Tints of Pale Violet Red #E671A0
RGB
CMYK
RGB Variations
Color information
#E671A0 (or 0xE671A0) is known color: Pale Violet Red. HEX triplet: E6, 71 and A0. RGB value is (230,113,160). Sum of RGB (Red+Green+Blue) = 230+113+160=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E671A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671A0 is #198E5F. Grayscale: #999999. Windows color (decimal): -1674848 or 10514918. OLE color: 10514918.
HSL color Cylindrical-coordinate representation of color #E671A0: hue angle of 335.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671A0 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 160 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.10 |
| HSL | 335.9º | 0.7% | 0.67% | - |
| HSV(B) | 335.9º | 0.51% | 0.9% | - |
| XYZ | 44.88 | 31.17 | 36.91 | - |
| YUV | 153.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 160 | 0 | 0.51 | 0.30 | 0.10 | 335.9 | 0.7 | 0.67 |
| Hex | E6 | 71 | A0 | 0 | 33 | 1E | A | 150 | 46 | 43 |
| Octal | 346 | 161 | 240 | 0 | 63 | 36 | 12 | 520 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10100000 | 0 | 110011 | 11110 | 1010 | 101010000 | 1000110 | 1000011 |
Color Harmonies of #E671A0
Complementary color
Monochromatic Colors of #E671A0
Black with #E671A0
Text Example
Text Example
White with #E671A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671A0; }
p { color: rgb(230,113,160); }
H1.HeaderClassName
{
color: #E671A0;
}
.AnyTagClassName
{
color: #E671A0;
}
</style>
background-color css
<style>
a { background-color: #E671A0; }
a { background-color: rgb(230,113,160); }
div.DivClassName
{
background-color: #E671A0;
}
.BgClassName
{
background-color: #E671A0;
}
</style>
border-color css
<style>
span { border-color: #E671A0; }
span { border-color: rgb(230,113,160); }
td.TdClassName
{
border-color: #E671A0;
}
.TagClassName
{
border-color: #E671A0;
}
</style>