Shades of Twilight #EAB7D1
Tints of Twilight #EAB7D1
RGB
CMYK
RGB Variations
Color information
#EAB7D1 (or 0xEAB7D1) is known color: Twilight. HEX triplet: EA, B7 and D1. RGB value is (234,183,209). Sum of RGB (Red+Green+Blue) = 234+183+209=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D1 is #15482E. Grayscale: #C9C9C9. Windows color (decimal): -1394735 or 13744106. OLE color: 13744106.
HSL color Cylindrical-coordinate representation of color #EAB7D1: hue angle of 329.41º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7D1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 209 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.08 |
| HSL | 329.41º | 0.55% | 0.82% | - |
| HSV(B) | 329.41º | 0.22% | 0.92% | - |
| XYZ | 62.37 | 55.96 | 67.84 | - |
| YUV | 201.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 209 | 0 | 0.22 | 0.11 | 0.08 | 329.41 | 0.55 | 0.82 |
| Hex | EA | B7 | D1 | 0 | 16 | B | 8 | 149 | 37 | 52 |
| Octal | 352 | 267 | 321 | 0 | 26 | 13 | 10 | 511 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11010001 | 0 | 10110 | 1011 | 1000 | 101001001 | 110111 | 1010010 |
Color Harmonies of #EAB7D1
Complementary color
Monochromatic Colors of #EAB7D1
Black with #EAB7D1
Text Example
Text Example
White with #EAB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7D1; }
p { color: rgb(234,183,209); }
H1.HeaderClassName
{
color: #EAB7D1;
}
.AnyTagClassName
{
color: #EAB7D1;
}
</style>
background-color css
<style>
a { background-color: #EAB7D1; }
a { background-color: rgb(234,183,209); }
div.DivClassName
{
background-color: #EAB7D1;
}
.BgClassName
{
background-color: #EAB7D1;
}
</style>
border-color css
<style>
span { border-color: #EAB7D1; }
span { border-color: rgb(234,183,209); }
td.TdClassName
{
border-color: #EAB7D1;
}
.TagClassName
{
border-color: #EAB7D1;
}
</style>