Shades of Twilight #E1ADCA
Tints of Twilight #E1ADCA
RGB
CMYK
RGB Variations
Color information
#E1ADCA (or 0xE1ADCA) is known color: Twilight. HEX triplet: E1, AD and CA. RGB value is (225,173,202). Sum of RGB (Red+Green+Blue) = 225+173+202=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADCA is #1E5235. Grayscale: #BFBFBF. Windows color (decimal): -1987126 or 13282785. OLE color: 13282785.
HSL color Cylindrical-coordinate representation of color #E1ADCA: hue angle of 326.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1ADCA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 202 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.12 |
| HSL | 326.54º | 0.46% | 0.78% | - |
| HSV(B) | 326.54º | 0.23% | 0.88% | - |
| XYZ | 56.66 | 50.16 | 62.57 | - |
| YUV | 191.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 202 | 0 | 0.23 | 0.10 | 0.12 | 326.54 | 0.46 | 0.78 |
| Hex | E1 | AD | CA | 0 | 17 | A | C | 147 | 2E | 4E |
| Octal | 341 | 255 | 312 | 0 | 27 | 12 | 14 | 507 | 56 | 116 |
| Binary | 11100001 | 10101101 | 11001010 | 0 | 10111 | 1010 | 1100 | 101000111 | 101110 | 1001110 |
Color Harmonies of #E1ADCA
Complementary color
Monochromatic Colors of #E1ADCA
Black with #E1ADCA
Text Example
Text Example
White with #E1ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADCA; }
p { color: rgb(225,173,202); }
H1.HeaderClassName
{
color: #E1ADCA;
}
.AnyTagClassName
{
color: #E1ADCA;
}
</style>
background-color css
<style>
a { background-color: #E1ADCA; }
a { background-color: rgb(225,173,202); }
div.DivClassName
{
background-color: #E1ADCA;
}
.BgClassName
{
background-color: #E1ADCA;
}
</style>
border-color css
<style>
span { border-color: #E1ADCA; }
span { border-color: rgb(225,173,202); }
td.TdClassName
{
border-color: #E1ADCA;
}
.TagClassName
{
border-color: #E1ADCA;
}
</style>