Shades of Blossom #EEA8B4
Tints of Blossom #EEA8B4
RGB
CMYK
RGB Variations
Color information
#EEA8B4 (or 0xEEA8B4) is known color: Blossom. HEX triplet: EE, A8 and B4. RGB value is (238,168,180). Sum of RGB (Red+Green+Blue) = 238+168+180=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8B4 is #11574B. Grayscale: #BEBEBE. Windows color (decimal): -1136460 or 11839726. OLE color: 11839726.
HSL color Cylindrical-coordinate representation of color #EEA8B4: hue angle of 349.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8B4 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 180 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.07 |
| HSL | 349.71º | 0.67% | 0.8% | - |
| HSV(B) | 349.71º | 0.29% | 0.93% | - |
| XYZ | 57.5 | 49.48 | 49.7 | - |
| YUV | 190.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 180 | 0 | 0.29 | 0.24 | 0.07 | 349.71 | 0.67 | 0.8 |
| Hex | EE | A8 | B4 | 0 | 1D | 18 | 7 | 15E | 43 | 50 |
| Octal | 356 | 250 | 264 | 0 | 35 | 30 | 7 | 536 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10110100 | 0 | 11101 | 11000 | 111 | 101011110 | 1000011 | 1010000 |
Color Harmonies of #EEA8B4
Complementary color
Monochromatic Colors of #EEA8B4
Black with #EEA8B4
Text Example
Text Example
White with #EEA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8B4; }
p { color: rgb(238,168,180); }
H1.HeaderClassName
{
color: #EEA8B4;
}
.AnyTagClassName
{
color: #EEA8B4;
}
</style>
background-color css
<style>
a { background-color: #EEA8B4; }
a { background-color: rgb(238,168,180); }
div.DivClassName
{
background-color: #EEA8B4;
}
.BgClassName
{
background-color: #EEA8B4;
}
</style>
border-color css
<style>
span { border-color: #EEA8B4; }
span { border-color: rgb(238,168,180); }
td.TdClassName
{
border-color: #EEA8B4;
}
.TagClassName
{
border-color: #EEA8B4;
}
</style>