Shades of Blossom #EAB8BC
Tints of Blossom #EAB8BC
RGB
CMYK
RGB Variations
Color information
#EAB8BC (or 0xEAB8BC) is known color: Blossom. HEX triplet: EA, B8 and BC. RGB value is (234,184,188). Sum of RGB (Red+Green+Blue) = 234+184+188=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8BC is #154743. Grayscale: #C7C7C7. Windows color (decimal): -1394500 or 12368106. OLE color: 12368106.
HSL color Cylindrical-coordinate representation of color #EAB8BC: hue angle of 355.2º 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 #EAB8BC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 188 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.08 |
| HSL | 355.2º | 0.54% | 0.82% | - |
| HSV(B) | 355.2º | 0.21% | 0.92% | - |
| XYZ | 60.15 | 55.4 | 55.1 | - |
| YUV | 199.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 188 | 0 | 0.21 | 0.20 | 0.08 | 355.2 | 0.54 | 0.82 |
| Hex | EA | B8 | BC | 0 | 15 | 14 | 8 | 163 | 36 | 52 |
| Octal | 352 | 270 | 274 | 0 | 25 | 24 | 10 | 543 | 66 | 122 |
| Binary | 11101010 | 10111000 | 10111100 | 0 | 10101 | 10100 | 1000 | 101100011 | 110110 | 1010010 |
Color Harmonies of #EAB8BC
Complementary color
Monochromatic Colors of #EAB8BC
Black with #EAB8BC
Text Example
Text Example
White with #EAB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8BC; }
p { color: rgb(234,184,188); }
H1.HeaderClassName
{
color: #EAB8BC;
}
.AnyTagClassName
{
color: #EAB8BC;
}
</style>
background-color css
<style>
a { background-color: #EAB8BC; }
a { background-color: rgb(234,184,188); }
div.DivClassName
{
background-color: #EAB8BC;
}
.BgClassName
{
background-color: #EAB8BC;
}
</style>
border-color css
<style>
span { border-color: #EAB8BC; }
span { border-color: rgb(234,184,188); }
td.TdClassName
{
border-color: #EAB8BC;
}
.TagClassName
{
border-color: #EAB8BC;
}
</style>