Shades of Twilight #EAB8D2
Tints of Twilight #EAB8D2
RGB
CMYK
RGB Variations
Color information
#EAB8D2 (or 0xEAB8D2) is known color: Twilight. HEX triplet: EA, B8 and D2. RGB value is (234,184,210). Sum of RGB (Red+Green+Blue) = 234+184+210=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8D2 is #15472D. Grayscale: #C9C9C9. Windows color (decimal): -1394478 or 13809898. OLE color: 13809898.
HSL color Cylindrical-coordinate representation of color #EAB8D2: hue angle of 328.8º degrees, saturation: 0.54, 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 #EAB8D2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 210 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.08 |
| HSL | 328.8º | 0.54% | 0.82% | - |
| HSV(B) | 328.8º | 0.21% | 0.92% | - |
| XYZ | 62.71 | 56.43 | 68.56 | - |
| YUV | 201.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 210 | 0 | 0.21 | 0.10 | 0.08 | 328.8 | 0.54 | 0.82 |
| Hex | EA | B8 | D2 | 0 | 15 | A | 8 | 149 | 36 | 52 |
| Octal | 352 | 270 | 322 | 0 | 25 | 12 | 10 | 511 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11010010 | 0 | 10101 | 1010 | 1000 | 101001001 | 110110 | 1010010 |
Color Harmonies of #EAB8D2
Complementary color
Monochromatic Colors of #EAB8D2
Black with #EAB8D2
Text Example
Text Example
White with #EAB8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8D2; }
p { color: rgb(234,184,210); }
H1.HeaderClassName
{
color: #EAB8D2;
}
.AnyTagClassName
{
color: #EAB8D2;
}
</style>
background-color css
<style>
a { background-color: #EAB8D2; }
a { background-color: rgb(234,184,210); }
div.DivClassName
{
background-color: #EAB8D2;
}
.BgClassName
{
background-color: #EAB8D2;
}
</style>
border-color css
<style>
span { border-color: #EAB8D2; }
span { border-color: rgb(234,184,210); }
td.TdClassName
{
border-color: #EAB8D2;
}
.TagClassName
{
border-color: #EAB8D2;
}
</style>