Shades of Pale Violet Red #E269A1
Tints of Pale Violet Red #E269A1
RGB
CMYK
RGB Variations
Color information
#E269A1 (or 0xE269A1) is known color: Pale Violet Red. HEX triplet: E2, 69 and A1. RGB value is (226,105,161). Sum of RGB (Red+Green+Blue) = 226+105+161=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E269A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E269A1 is #1D965E. Grayscale: #939393. Windows color (decimal): -1939039 or 10578402. OLE color: 10578402.
HSL color Cylindrical-coordinate representation of color #E269A1: hue angle of 332.23º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269A1 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 161 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.11 |
| HSL | 332.23º | 0.68% | 0.65% | - |
| HSV(B) | 332.23º | 0.54% | 0.89% | - |
| XYZ | 42.85 | 28.85 | 37.03 | - |
| YUV | 147.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 161 | 0 | 0.54 | 0.29 | 0.11 | 332.23 | 0.68 | 0.65 |
| Hex | E2 | 69 | A1 | 0 | 36 | 1D | B | 14C | 44 | 41 |
| Octal | 342 | 151 | 241 | 0 | 66 | 35 | 13 | 514 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10100001 | 0 | 110110 | 11101 | 1011 | 101001100 | 1000100 | 1000001 |
Color Harmonies of #E269A1
Complementary color
Monochromatic Colors of #E269A1
Black with #E269A1
Text Example
Text Example
White with #E269A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269A1; }
p { color: rgb(226,105,161); }
H1.HeaderClassName
{
color: #E269A1;
}
.AnyTagClassName
{
color: #E269A1;
}
</style>
background-color css
<style>
a { background-color: #E269A1; }
a { background-color: rgb(226,105,161); }
div.DivClassName
{
background-color: #E269A1;
}
.BgClassName
{
background-color: #E269A1;
}
</style>
border-color css
<style>
span { border-color: #E269A1; }
span { border-color: rgb(226,105,161); }
td.TdClassName
{
border-color: #E269A1;
}
.TagClassName
{
border-color: #E269A1;
}
</style>