Shades of Pale Violet Red #E673A0
Tints of Pale Violet Red #E673A0
RGB
CMYK
RGB Variations
Color information
#E673A0 (or 0xE673A0) is known color: Pale Violet Red. HEX triplet: E6, 73 and A0. RGB value is (230,115,160). Sum of RGB (Red+Green+Blue) = 230+115+160=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E673A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673A0 is #198C5F. Grayscale: #9A9A9A. Windows color (decimal): -1674336 or 10515430. OLE color: 10515430.
HSL color Cylindrical-coordinate representation of color #E673A0: hue angle of 336.52º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673A0 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 160 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.10 |
| HSL | 336.52º | 0.7% | 0.68% | - |
| HSV(B) | 336.52º | 0.5% | 0.9% | - |
| XYZ | 45.11 | 31.62 | 36.98 | - |
| YUV | 154.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 160 | 0 | 0.5 | 0.30 | 0.10 | 336.52 | 0.7 | 0.68 |
| Hex | E6 | 73 | A0 | 0 | 32 | 1E | A | 151 | 46 | 44 |
| Octal | 346 | 163 | 240 | 0 | 62 | 36 | 12 | 521 | 106 | 104 |
| Binary | 11100110 | 1110011 | 10100000 | 0 | 110010 | 11110 | 1010 | 101010001 | 1000110 | 1000100 |
Color Harmonies of #E673A0
Complementary color
Monochromatic Colors of #E673A0
Black with #E673A0
Text Example
Text Example
White with #E673A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673A0; }
p { color: rgb(230,115,160); }
H1.HeaderClassName
{
color: #E673A0;
}
.AnyTagClassName
{
color: #E673A0;
}
</style>
background-color css
<style>
a { background-color: #E673A0; }
a { background-color: rgb(230,115,160); }
div.DivClassName
{
background-color: #E673A0;
}
.BgClassName
{
background-color: #E673A0;
}
</style>
border-color css
<style>
span { border-color: #E673A0; }
span { border-color: rgb(230,115,160); }
td.TdClassName
{
border-color: #E673A0;
}
.TagClassName
{
border-color: #E673A0;
}
</style>