Shades of Twilight #EAB7D3
Tints of Twilight #EAB7D3
RGB
CMYK
RGB Variations
Color information
#EAB7D3 (or 0xEAB7D3) is known color: Twilight. HEX triplet: EA, B7 and D3. RGB value is (234,183,211). Sum of RGB (Red+Green+Blue) = 234+183+211=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D3 is #15482C. Grayscale: #C9C9C9. Windows color (decimal): -1394733 or 13875178. OLE color: 13875178.
HSL color Cylindrical-coordinate representation of color #EAB7D3: hue angle of 327.06º 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 #EAB7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 211 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.08 |
| HSL | 327.06º | 0.55% | 0.82% | - |
| HSV(B) | 327.06º | 0.22% | 0.92% | - |
| XYZ | 62.62 | 56.06 | 69.15 | - |
| YUV | 201.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 211 | 0 | 0.22 | 0.10 | 0.08 | 327.06 | 0.55 | 0.82 |
| Hex | EA | B7 | D3 | 0 | 16 | A | 8 | 147 | 37 | 52 |
| Octal | 352 | 267 | 323 | 0 | 26 | 12 | 10 | 507 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11010011 | 0 | 10110 | 1010 | 1000 | 101000111 | 110111 | 1010010 |
Color Harmonies of #EAB7D3
Complementary color
Monochromatic Colors of #EAB7D3
Black with #EAB7D3
Text Example
Text Example
White with #EAB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7D3; }
p { color: rgb(234,183,211); }
H1.HeaderClassName
{
color: #EAB7D3;
}
.AnyTagClassName
{
color: #EAB7D3;
}
</style>
background-color css
<style>
a { background-color: #EAB7D3; }
a { background-color: rgb(234,183,211); }
div.DivClassName
{
background-color: #EAB7D3;
}
.BgClassName
{
background-color: #EAB7D3;
}
</style>
border-color css
<style>
span { border-color: #EAB7D3; }
span { border-color: rgb(234,183,211); }
td.TdClassName
{
border-color: #EAB7D3;
}
.TagClassName
{
border-color: #EAB7D3;
}
</style>