Shades of Pale Violet Red #E266A1
Tints of Pale Violet Red #E266A1
RGB
CMYK
RGB Variations
Color information
#E266A1 (or 0xE266A1) is known color: Pale Violet Red. HEX triplet: E2, 66 and A1. RGB value is (226,102,161). Sum of RGB (Red+Green+Blue) = 226+102+161=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E266A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E266A1 is #1D995E. Grayscale: #919191. Windows color (decimal): -1939807 or 10577634. OLE color: 10577634.
HSL color Cylindrical-coordinate representation of color #E266A1: hue angle of 331.45º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E266A1 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 161 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.11 |
| HSL | 331.45º | 0.68% | 0.64% | - |
| HSV(B) | 331.45º | 0.55% | 0.89% | - |
| XYZ | 42.55 | 28.24 | 36.93 | - |
| YUV | 145.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 161 | 0 | 0.55 | 0.29 | 0.11 | 331.45 | 0.68 | 0.64 |
| Hex | E2 | 66 | A1 | 0 | 37 | 1D | B | 14B | 44 | 40 |
| Octal | 342 | 146 | 241 | 0 | 67 | 35 | 13 | 513 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10100001 | 0 | 110111 | 11101 | 1011 | 101001011 | 1000100 | 1000000 |
Color Harmonies of #E266A1
Complementary color
Monochromatic Colors of #E266A1
Black with #E266A1
Text Example
Text Example
White with #E266A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266A1; }
p { color: rgb(226,102,161); }
H1.HeaderClassName
{
color: #E266A1;
}
.AnyTagClassName
{
color: #E266A1;
}
</style>
background-color css
<style>
a { background-color: #E266A1; }
a { background-color: rgb(226,102,161); }
div.DivClassName
{
background-color: #E266A1;
}
.BgClassName
{
background-color: #E266A1;
}
</style>
border-color css
<style>
span { border-color: #E266A1; }
span { border-color: rgb(226,102,161); }
td.TdClassName
{
border-color: #E266A1;
}
.TagClassName
{
border-color: #E266A1;
}
</style>