Shades of Pale Violet Red #E678A1
Tints of Pale Violet Red #E678A1
RGB
CMYK
RGB Variations
Color information
#E678A1 (or 0xE678A1) is known color: Pale Violet Red. HEX triplet: E6, 78 and A1. RGB value is (230,120,161). Sum of RGB (Red+Green+Blue) = 230+120+161=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E678A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678A1 is #19875E. Grayscale: #9D9D9D. Windows color (decimal): -1673055 or 10582246. OLE color: 10582246.
HSL color Cylindrical-coordinate representation of color #E678A1: hue angle of 337.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678A1 is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 161 | - |
| CMYK | 0 | 0.48 | 0.3 | 0.10 |
| HSL | 337.64º | 0.69% | 0.69% | - |
| HSV(B) | 337.64º | 0.48% | 0.9% | - |
| XYZ | 45.78 | 32.83 | 37.64 | - |
| YUV | 157.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 161 | 0 | 0.48 | 0.3 | 0.10 | 337.64 | 0.69 | 0.69 |
| Hex | E6 | 78 | A1 | 0 | 30 | 1E | A | 152 | 45 | 45 |
| Octal | 346 | 170 | 241 | 0 | 60 | 36 | 12 | 522 | 105 | 105 |
| Binary | 11100110 | 1111000 | 10100001 | 0 | 110000 | 11110 | 1010 | 101010010 | 1000101 | 1000101 |
Color Harmonies of #E678A1
Complementary color
Monochromatic Colors of #E678A1
Black with #E678A1
Text Example
Text Example
White with #E678A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678A1; }
p { color: rgb(230,120,161); }
H1.HeaderClassName
{
color: #E678A1;
}
.AnyTagClassName
{
color: #E678A1;
}
</style>
background-color css
<style>
a { background-color: #E678A1; }
a { background-color: rgb(230,120,161); }
div.DivClassName
{
background-color: #E678A1;
}
.BgClassName
{
background-color: #E678A1;
}
</style>
border-color css
<style>
span { border-color: #E678A1; }
span { border-color: rgb(230,120,161); }
td.TdClassName
{
border-color: #E678A1;
}
.TagClassName
{
border-color: #E678A1;
}
</style>