Shades of Blossom #EAAAB4
Tints of Blossom #EAAAB4
RGB
CMYK
RGB Variations
Color information
#EAAAB4 (or 0xEAAAB4) is known color: Blossom. HEX triplet: EA, AA and B4. RGB value is (234,170,180). Sum of RGB (Red+Green+Blue) = 234+170+180=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB4 is #15554B. Grayscale: #BEBEBE. Windows color (decimal): -1398092 or 11840234. OLE color: 11840234.
HSL color Cylindrical-coordinate representation of color #EAAAB4: hue angle of 350.62º 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 #EAAAB4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 180 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.08 |
| HSL | 350.63º | 0.6% | 0.79% | - |
| HSV(B) | 350.63º | 0.27% | 0.92% | - |
| XYZ | 56.54 | 49.54 | 49.76 | - |
| YUV | 190.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 180 | 0 | 0.27 | 0.23 | 0.08 | 350.63 | 0.6 | 0.79 |
| Hex | EA | AA | B4 | 0 | 1B | 17 | 8 | 15F | 3C | 4F |
| Octal | 352 | 252 | 264 | 0 | 33 | 27 | 10 | 537 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110100 | 0 | 11011 | 10111 | 1000 | 101011111 | 111100 | 1001111 |
Color Harmonies of #EAAAB4
Complementary color
Monochromatic Colors of #EAAAB4
Black with #EAAAB4
Text Example
Text Example
White with #EAAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB4; }
p { color: rgb(234,170,180); }
H1.HeaderClassName
{
color: #EAAAB4;
}
.AnyTagClassName
{
color: #EAAAB4;
}
</style>
background-color css
<style>
a { background-color: #EAAAB4; }
a { background-color: rgb(234,170,180); }
div.DivClassName
{
background-color: #EAAAB4;
}
.BgClassName
{
background-color: #EAAAB4;
}
</style>
border-color css
<style>
span { border-color: #EAAAB4; }
span { border-color: rgb(234,170,180); }
td.TdClassName
{
border-color: #EAAAB4;
}
.TagClassName
{
border-color: #EAAAB4;
}
</style>