Shades of Blossom #EAB5BC
Tints of Blossom #EAB5BC
RGB
CMYK
RGB Variations
Color information
#EAB5BC (or 0xEAB5BC) is known color: Blossom. HEX triplet: EA, B5 and BC. RGB value is (234,181,188). Sum of RGB (Red+Green+Blue) = 234+181+188=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5BC is #154A43. Grayscale: #C5C5C5. Windows color (decimal): -1395268 or 12367338. OLE color: 12367338.
HSL color Cylindrical-coordinate representation of color #EAB5BC: hue angle of 352.08º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5BC is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 188 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.08 |
| HSL | 352.08º | 0.56% | 0.81% | - |
| HSV(B) | 352.08º | 0.23% | 0.92% | - |
| XYZ | 59.53 | 54.17 | 54.9 | - |
| YUV | 197.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 188 | 0 | 0.23 | 0.20 | 0.08 | 352.08 | 0.56 | 0.81 |
| Hex | EA | B5 | BC | 0 | 17 | 14 | 8 | 160 | 38 | 51 |
| Octal | 352 | 265 | 274 | 0 | 27 | 24 | 10 | 540 | 70 | 121 |
| Binary | 11101010 | 10110101 | 10111100 | 0 | 10111 | 10100 | 1000 | 101100000 | 111000 | 1010001 |
Color Harmonies of #EAB5BC
Complementary color
Monochromatic Colors of #EAB5BC
Black with #EAB5BC
Text Example
Text Example
White with #EAB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5BC; }
p { color: rgb(234,181,188); }
H1.HeaderClassName
{
color: #EAB5BC;
}
.AnyTagClassName
{
color: #EAB5BC;
}
</style>
background-color css
<style>
a { background-color: #EAB5BC; }
a { background-color: rgb(234,181,188); }
div.DivClassName
{
background-color: #EAB5BC;
}
.BgClassName
{
background-color: #EAB5BC;
}
</style>
border-color css
<style>
span { border-color: #EAB5BC; }
span { border-color: rgb(234,181,188); }
td.TdClassName
{
border-color: #EAB5BC;
}
.TagClassName
{
border-color: #EAB5BC;
}
</style>