Shades of Twilight #EABAD5
Tints of Twilight #EABAD5
RGB
CMYK
RGB Variations
Color information
#EABAD5 (or 0xEABAD5) is known color: Twilight. HEX triplet: EA, BA and D5. RGB value is (234,186,213). Sum of RGB (Red+Green+Blue) = 234+186+213=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD5 is #15452A. Grayscale: #CBCBCB. Windows color (decimal): -1393963 or 14007018. OLE color: 14007018.
HSL color Cylindrical-coordinate representation of color #EABAD5: hue angle of 326.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAD5 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 213 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.08 |
| HSL | 326.25º | 0.53% | 0.82% | - |
| HSV(B) | 326.25º | 0.21% | 0.92% | - |
| XYZ | 63.5 | 57.41 | 70.69 | - |
| YUV | 203.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 213 | 0 | 0.21 | 0.09 | 0.08 | 326.25 | 0.53 | 0.82 |
| Hex | EA | BA | D5 | 0 | 15 | 9 | 8 | 146 | 35 | 52 |
| Octal | 352 | 272 | 325 | 0 | 25 | 11 | 10 | 506 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11010101 | 0 | 10101 | 1001 | 1000 | 101000110 | 110101 | 1010010 |
Color Harmonies of #EABAD5
Complementary color
Monochromatic Colors of #EABAD5
Black with #EABAD5
Text Example
Text Example
White with #EABAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAD5; }
p { color: rgb(234,186,213); }
H1.HeaderClassName
{
color: #EABAD5;
}
.AnyTagClassName
{
color: #EABAD5;
}
</style>
background-color css
<style>
a { background-color: #EABAD5; }
a { background-color: rgb(234,186,213); }
div.DivClassName
{
background-color: #EABAD5;
}
.BgClassName
{
background-color: #EABAD5;
}
</style>
border-color css
<style>
span { border-color: #EABAD5; }
span { border-color: rgb(234,186,213); }
td.TdClassName
{
border-color: #EABAD5;
}
.TagClassName
{
border-color: #EABAD5;
}
</style>