Shades of Twilight #EAB7D0
Tints of Twilight #EAB7D0
RGB
CMYK
RGB Variations
Color information
#EAB7D0 (or 0xEAB7D0) is known color: Twilight. HEX triplet: EA, B7 and D0. RGB value is (234,183,208). Sum of RGB (Red+Green+Blue) = 234+183+208=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D0 is #15482F. Grayscale: #C9C9C9. Windows color (decimal): -1394736 or 13678570. OLE color: 13678570.
HSL color Cylindrical-coordinate representation of color #EAB7D0: hue angle of 330.59º 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 #EAB7D0 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 208 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.08 |
| HSL | 330.59º | 0.55% | 0.82% | - |
| HSV(B) | 330.59º | 0.22% | 0.92% | - |
| XYZ | 62.25 | 55.91 | 67.19 | - |
| YUV | 201.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 208 | 0 | 0.22 | 0.11 | 0.08 | 330.59 | 0.55 | 0.82 |
| Hex | EA | B7 | D0 | 0 | 16 | B | 8 | 14B | 37 | 52 |
| Octal | 352 | 267 | 320 | 0 | 26 | 13 | 10 | 513 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11010000 | 0 | 10110 | 1011 | 1000 | 101001011 | 110111 | 1010010 |
Color Harmonies of #EAB7D0
Complementary color
Monochromatic Colors of #EAB7D0
Black with #EAB7D0
Text Example
Text Example
White with #EAB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7D0; }
p { color: rgb(234,183,208); }
H1.HeaderClassName
{
color: #EAB7D0;
}
.AnyTagClassName
{
color: #EAB7D0;
}
</style>
background-color css
<style>
a { background-color: #EAB7D0; }
a { background-color: rgb(234,183,208); }
div.DivClassName
{
background-color: #EAB7D0;
}
.BgClassName
{
background-color: #EAB7D0;
}
</style>
border-color css
<style>
span { border-color: #EAB7D0; }
span { border-color: rgb(234,183,208); }
td.TdClassName
{
border-color: #EAB7D0;
}
.TagClassName
{
border-color: #EAB7D0;
}
</style>