Shades of Twilight #E1AACC
Tints of Twilight #E1AACC
RGB
CMYK
RGB Variations
Color information
#E1AACC (or 0xE1AACC) is known color: Twilight. HEX triplet: E1, AA and CC. RGB value is (225,170,204). Sum of RGB (Red+Green+Blue) = 225+170+204=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AACC is #1E5533. Grayscale: #BEBEBE. Windows color (decimal): -1987892 or 13413089. OLE color: 13413089.
HSL color Cylindrical-coordinate representation of color #E1AACC: hue angle of 322.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AACC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 204 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.12 |
| HSL | 322.91º | 0.48% | 0.77% | - |
| HSV(B) | 322.91º | 0.24% | 0.88% | - |
| XYZ | 56.33 | 49.12 | 63.64 | - |
| YUV | 190.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 204 | 0 | 0.24 | 0.09 | 0.12 | 322.91 | 0.48 | 0.77 |
| Hex | E1 | AA | CC | 0 | 18 | 9 | C | 143 | 30 | 4D |
| Octal | 341 | 252 | 314 | 0 | 30 | 11 | 14 | 503 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11001100 | 0 | 11000 | 1001 | 1100 | 101000011 | 110000 | 1001101 |
Color Harmonies of #E1AACC
Complementary color
Monochromatic Colors of #E1AACC
Black with #E1AACC
Text Example
Text Example
White with #E1AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AACC; }
p { color: rgb(225,170,204); }
H1.HeaderClassName
{
color: #E1AACC;
}
.AnyTagClassName
{
color: #E1AACC;
}
</style>
background-color css
<style>
a { background-color: #E1AACC; }
a { background-color: rgb(225,170,204); }
div.DivClassName
{
background-color: #E1AACC;
}
.BgClassName
{
background-color: #E1AACC;
}
</style>
border-color css
<style>
span { border-color: #E1AACC; }
span { border-color: rgb(225,170,204); }
td.TdClassName
{
border-color: #E1AACC;
}
.TagClassName
{
border-color: #E1AACC;
}
</style>