Shades of Pale Violet Red #E260A5
Tints of Pale Violet Red #E260A5
RGB
CMYK
RGB Variations
Color information
#E260A5 (or 0xE260A5) is known color: Pale Violet Red. HEX triplet: E2, 60 and A5. RGB value is (226,96,165). Sum of RGB (Red+Green+Blue) = 226+96+165=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E260A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E260A5 is #1D9F5A. Grayscale: #8E8E8E. Windows color (decimal): -1941339 or 10838242. OLE color: 10838242.
HSL color Cylindrical-coordinate representation of color #E260A5: hue angle of 328.15º 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 #E260A5 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 165 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.11 |
| HSL | 328.15º | 0.69% | 0.63% | - |
| HSV(B) | 328.15º | 0.58% | 0.89% | - |
| XYZ | 42.34 | 27.25 | 38.63 | - |
| YUV | 142.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 165 | 0 | 0.58 | 0.27 | 0.11 | 328.15 | 0.69 | 0.63 |
| Hex | E2 | 60 | A5 | 0 | 3A | 1B | B | 148 | 45 | 3F |
| Octal | 342 | 140 | 245 | 0 | 72 | 33 | 13 | 510 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10100101 | 0 | 111010 | 11011 | 1011 | 101001000 | 1000101 | 111111 |
Color Harmonies of #E260A5
Complementary color
Monochromatic Colors of #E260A5
Black with #E260A5
Text Example
Text Example
White with #E260A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260A5; }
p { color: rgb(226,96,165); }
H1.HeaderClassName
{
color: #E260A5;
}
.AnyTagClassName
{
color: #E260A5;
}
</style>
background-color css
<style>
a { background-color: #E260A5; }
a { background-color: rgb(226,96,165); }
div.DivClassName
{
background-color: #E260A5;
}
.BgClassName
{
background-color: #E260A5;
}
</style>
border-color css
<style>
span { border-color: #E260A5; }
span { border-color: rgb(226,96,165); }
td.TdClassName
{
border-color: #E260A5;
}
.TagClassName
{
border-color: #E260A5;
}
</style>