Shades of Pale Violet Red #E260A1
Tints of Pale Violet Red #E260A1
RGB
CMYK
RGB Variations
Color information
#E260A1 (or 0xE260A1) is known color: Pale Violet Red. HEX triplet: E2, 60 and A1. RGB value is (226,96,161). Sum of RGB (Red+Green+Blue) = 226+96+161=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E260A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E260A1 is #1D9F5E. Grayscale: #8E8E8E. Windows color (decimal): -1941343 or 10576098. OLE color: 10576098.
HSL color Cylindrical-coordinate representation of color #E260A1: hue angle of 330º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260A1 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 161 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.11 |
| HSL | 330º | 0.69% | 0.63% | - |
| HSV(B) | 330º | 0.58% | 0.89% | - |
| XYZ | 41.98 | 27.11 | 36.74 | - |
| YUV | 142.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 161 | 0 | 0.58 | 0.29 | 0.11 | 330 | 0.69 | 0.63 |
| Hex | E2 | 60 | A1 | 0 | 3A | 1D | B | 14A | 45 | 3F |
| Octal | 342 | 140 | 241 | 0 | 72 | 35 | 13 | 512 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10100001 | 0 | 111010 | 11101 | 1011 | 101001010 | 1000101 | 111111 |
Color Harmonies of #E260A1
Complementary color
Monochromatic Colors of #E260A1
Black with #E260A1
Text Example
Text Example
White with #E260A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260A1; }
p { color: rgb(226,96,161); }
H1.HeaderClassName
{
color: #E260A1;
}
.AnyTagClassName
{
color: #E260A1;
}
</style>
background-color css
<style>
a { background-color: #E260A1; }
a { background-color: rgb(226,96,161); }
div.DivClassName
{
background-color: #E260A1;
}
.BgClassName
{
background-color: #E260A1;
}
</style>
border-color css
<style>
span { border-color: #E260A1; }
span { border-color: rgb(226,96,161); }
td.TdClassName
{
border-color: #E260A1;
}
.TagClassName
{
border-color: #E260A1;
}
</style>