Shades of Twilight #E2AACD
Tints of Twilight #E2AACD
RGB
CMYK
RGB Variations
Color information
#E2AACD (or 0xE2AACD) is known color: Twilight. HEX triplet: E2, AA and CD. RGB value is (226,170,205). Sum of RGB (Red+Green+Blue) = 226+170+205=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AACD is #1D5532. Grayscale: #BEBEBE. Windows color (decimal): -1922355 or 13478626. OLE color: 13478626.
HSL color Cylindrical-coordinate representation of color #E2AACD: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AACD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 205 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.11 |
| HSL | 322.5º | 0.49% | 0.78% | - |
| HSV(B) | 322.5º | 0.25% | 0.89% | - |
| XYZ | 56.76 | 49.33 | 64.29 | - |
| YUV | 190.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 205 | 0 | 0.25 | 0.09 | 0.11 | 322.5 | 0.49 | 0.78 |
| Hex | E2 | AA | CD | 0 | 19 | 9 | B | 142 | 31 | 4E |
| Octal | 342 | 252 | 315 | 0 | 31 | 11 | 13 | 502 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11001101 | 0 | 11001 | 1001 | 1011 | 101000010 | 110001 | 1001110 |
Color Harmonies of #E2AACD
Complementary color
Monochromatic Colors of #E2AACD
Black with #E2AACD
Text Example
Text Example
White with #E2AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AACD; }
p { color: rgb(226,170,205); }
H1.HeaderClassName
{
color: #E2AACD;
}
.AnyTagClassName
{
color: #E2AACD;
}
</style>
background-color css
<style>
a { background-color: #E2AACD; }
a { background-color: rgb(226,170,205); }
div.DivClassName
{
background-color: #E2AACD;
}
.BgClassName
{
background-color: #E2AACD;
}
</style>
border-color css
<style>
span { border-color: #E2AACD; }
span { border-color: rgb(226,170,205); }
td.TdClassName
{
border-color: #E2AACD;
}
.TagClassName
{
border-color: #E2AACD;
}
</style>