Shades of Pale Violet Red #E671A6
Tints of Pale Violet Red #E671A6
RGB
CMYK
RGB Variations
Color information
#E671A6 (or 0xE671A6) is known color: Pale Violet Red. HEX triplet: E6, 71 and A6. RGB value is (230,113,166). Sum of RGB (Red+Green+Blue) = 230+113+166=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E671A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671A6 is #198E59. Grayscale: #999999. Windows color (decimal): -1674842 or 10908134. OLE color: 10908134.
HSL color Cylindrical-coordinate representation of color #E671A6: hue angle of 332.82º 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 #E671A6 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 166 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.10 |
| HSL | 332.82º | 0.7% | 0.67% | - |
| HSV(B) | 332.82º | 0.51% | 0.9% | - |
| XYZ | 45.42 | 31.39 | 39.74 | - |
| YUV | 154.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 166 | 0 | 0.51 | 0.28 | 0.10 | 332.82 | 0.7 | 0.67 |
| Hex | E6 | 71 | A6 | 0 | 33 | 1C | A | 14D | 46 | 43 |
| Octal | 346 | 161 | 246 | 0 | 63 | 34 | 12 | 515 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10100110 | 0 | 110011 | 11100 | 1010 | 101001101 | 1000110 | 1000011 |
Color Harmonies of #E671A6
Complementary color
Monochromatic Colors of #E671A6
Black with #E671A6
Text Example
Text Example
White with #E671A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671A6; }
p { color: rgb(230,113,166); }
H1.HeaderClassName
{
color: #E671A6;
}
.AnyTagClassName
{
color: #E671A6;
}
</style>
background-color css
<style>
a { background-color: #E671A6; }
a { background-color: rgb(230,113,166); }
div.DivClassName
{
background-color: #E671A6;
}
.BgClassName
{
background-color: #E671A6;
}
</style>
border-color css
<style>
span { border-color: #E671A6; }
span { border-color: rgb(230,113,166); }
td.TdClassName
{
border-color: #E671A6;
}
.TagClassName
{
border-color: #E671A6;
}
</style>