Shades of Blossom #EAABB4
Tints of Blossom #EAABB4
RGB
CMYK
RGB Variations
Color information
#EAABB4 (or 0xEAABB4) is known color: Blossom. HEX triplet: EA, AB and B4. RGB value is (234,171,180). Sum of RGB (Red+Green+Blue) = 234+171+180=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB4 is #15544B. Grayscale: #BEBEBE. Windows color (decimal): -1397836 or 11840490. OLE color: 11840490.
HSL color Cylindrical-coordinate representation of color #EAABB4: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABB4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 180 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.08 |
| HSL | 351.43º | 0.6% | 0.79% | - |
| HSV(B) | 351.43º | 0.27% | 0.92% | - |
| XYZ | 56.73 | 49.91 | 49.82 | - |
| YUV | 190.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 180 | 0 | 0.27 | 0.23 | 0.08 | 351.43 | 0.6 | 0.79 |
| Hex | EA | AB | B4 | 0 | 1B | 17 | 8 | 15F | 3C | 4F |
| Octal | 352 | 253 | 264 | 0 | 33 | 27 | 10 | 537 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10110100 | 0 | 11011 | 10111 | 1000 | 101011111 | 111100 | 1001111 |
Color Harmonies of #EAABB4
Complementary color
Monochromatic Colors of #EAABB4
Black with #EAABB4
Text Example
Text Example
White with #EAABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABB4; }
p { color: rgb(234,171,180); }
H1.HeaderClassName
{
color: #EAABB4;
}
.AnyTagClassName
{
color: #EAABB4;
}
</style>
background-color css
<style>
a { background-color: #EAABB4; }
a { background-color: rgb(234,171,180); }
div.DivClassName
{
background-color: #EAABB4;
}
.BgClassName
{
background-color: #EAABB4;
}
</style>
border-color css
<style>
span { border-color: #EAABB4; }
span { border-color: rgb(234,171,180); }
td.TdClassName
{
border-color: #EAABB4;
}
.TagClassName
{
border-color: #EAABB4;
}
</style>