Shades of Blossom #EAB7BD
Tints of Blossom #EAB7BD
RGB
CMYK
RGB Variations
Color information
#EAB7BD (or 0xEAB7BD) is known color: Blossom. HEX triplet: EA, B7 and BD. RGB value is (234,183,189). Sum of RGB (Red+Green+Blue) = 234+183+189=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7BD is #154842. Grayscale: #C6C6C6. Windows color (decimal): -1394755 or 12433386. OLE color: 12433386.
HSL color Cylindrical-coordinate representation of color #EAB7BD: hue angle of 352.94º 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 #EAB7BD is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 189 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.08 |
| HSL | 352.94º | 0.55% | 0.82% | - |
| HSV(B) | 352.94º | 0.22% | 0.92% | - |
| XYZ | 60.05 | 55.03 | 55.6 | - |
| YUV | 198.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 189 | 0 | 0.22 | 0.19 | 0.08 | 352.94 | 0.55 | 0.82 |
| Hex | EA | B7 | BD | 0 | 16 | 13 | 8 | 161 | 37 | 52 |
| Octal | 352 | 267 | 275 | 0 | 26 | 23 | 10 | 541 | 67 | 122 |
| Binary | 11101010 | 10110111 | 10111101 | 0 | 10110 | 10011 | 1000 | 101100001 | 110111 | 1010010 |
Color Harmonies of #EAB7BD
Complementary color
Monochromatic Colors of #EAB7BD
Black with #EAB7BD
Text Example
Text Example
White with #EAB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7BD; }
p { color: rgb(234,183,189); }
H1.HeaderClassName
{
color: #EAB7BD;
}
.AnyTagClassName
{
color: #EAB7BD;
}
</style>
background-color css
<style>
a { background-color: #EAB7BD; }
a { background-color: rgb(234,183,189); }
div.DivClassName
{
background-color: #EAB7BD;
}
.BgClassName
{
background-color: #EAB7BD;
}
</style>
border-color css
<style>
span { border-color: #EAB7BD; }
span { border-color: rgb(234,183,189); }
td.TdClassName
{
border-color: #EAB7BD;
}
.TagClassName
{
border-color: #EAB7BD;
}
</style>