Shades of Pale Violet Red #E661A1
Tints of Pale Violet Red #E661A1
RGB
CMYK
RGB Variations
Color information
#E661A1 (or 0xE661A1) is known color: Pale Violet Red. HEX triplet: E6, 61 and A1. RGB value is (230,97,161). Sum of RGB (Red+Green+Blue) = 230+97+161=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E661A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E661A1 is #199E5E. Grayscale: #8F8F8F. Windows color (decimal): -1678943 or 10576358. OLE color: 10576358.
HSL color Cylindrical-coordinate representation of color #E661A1: hue angle of 331.13º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E661A1 is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 161 | - |
| CMYK | 0 | 0.58 | 0.3 | 0.10 |
| HSL | 331.13º | 0.73% | 0.64% | - |
| HSV(B) | 331.13º | 0.58% | 0.9% | - |
| XYZ | 43.34 | 27.95 | 36.83 | - |
| YUV | 144.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 161 | 0 | 0.58 | 0.3 | 0.10 | 331.13 | 0.73 | 0.64 |
| Hex | E6 | 61 | A1 | 0 | 3A | 1E | A | 14B | 49 | 40 |
| Octal | 346 | 141 | 241 | 0 | 72 | 36 | 12 | 513 | 111 | 100 |
| Binary | 11100110 | 1100001 | 10100001 | 0 | 111010 | 11110 | 1010 | 101001011 | 1001001 | 1000000 |
Color Harmonies of #E661A1
Complementary color
Monochromatic Colors of #E661A1
Black with #E661A1
Text Example
Text Example
White with #E661A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E661A1; }
p { color: rgb(230,97,161); }
H1.HeaderClassName
{
color: #E661A1;
}
.AnyTagClassName
{
color: #E661A1;
}
</style>
background-color css
<style>
a { background-color: #E661A1; }
a { background-color: rgb(230,97,161); }
div.DivClassName
{
background-color: #E661A1;
}
.BgClassName
{
background-color: #E661A1;
}
</style>
border-color css
<style>
span { border-color: #E661A1; }
span { border-color: rgb(230,97,161); }
td.TdClassName
{
border-color: #E661A1;
}
.TagClassName
{
border-color: #E661A1;
}
</style>