Shades of Twilight #EAB7D4
Tints of Twilight #EAB7D4
RGB
CMYK
RGB Variations
Color information
#EAB7D4 (or 0xEAB7D4) is known color: Twilight. HEX triplet: EA, B7 and D4. RGB value is (234,183,212). Sum of RGB (Red+Green+Blue) = 234+183+212=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D4 is #15482B. Grayscale: #C9C9C9. Windows color (decimal): -1394732 or 13940714. OLE color: 13940714.
HSL color Cylindrical-coordinate representation of color #EAB7D4: hue angle of 325.88º 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 #EAB7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 183 | 212 | - |
CMYK | 0 | 0.22 | 0.09 | 0.08 |
HSL | 325.88º | 0.55% | 0.82% | - |
HSV(B) | 325.88º | 0.22% | 0.92% | - |
XYZ | 62.75 | 56.11 | 69.81 | - |
YUV | 201.56 | 133.9 | 151.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 183 | 212 | 0 | 0.22 | 0.09 | 0.08 | 325.88 | 0.55 | 0.82 |
Hex | EA | B7 | D4 | 0 | 16 | 9 | 8 | 146 | 37 | 52 |
Octal | 352 | 267 | 324 | 0 | 26 | 11 | 10 | 506 | 67 | 122 |
Binary | 11101010 | 10110111 | 11010100 | 0 | 10110 | 1001 | 1000 | 101000110 | 110111 | 1010010 |
Color Harmonies of #EAB7D4
Complementary color
Monochromatic Colors of #EAB7D4
Black with #EAB7D4
Text Example
Text Example
White with #EAB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7D4; }
p { color: rgb(234,183,212); }
H1.HeaderClassName
{
color: #EAB7D4;
}
.AnyTagClassName
{
color: #EAB7D4;
}
</style>
background-color css
<style>
a { background-color: #EAB7D4; }
a { background-color: rgb(234,183,212); }
div.DivClassName
{
background-color: #EAB7D4;
}
.BgClassName
{
background-color: #EAB7D4;
}
</style>
border-color css
<style>
span { border-color: #EAB7D4; }
span { border-color: rgb(234,183,212); }
td.TdClassName
{
border-color: #EAB7D4;
}
.TagClassName
{
border-color: #EAB7D4;
}
</style>