Shades of Blossom #EEA8B3
Tints of Blossom #EEA8B3
RGB
CMYK
RGB Variations
Color information
#EEA8B3 (or 0xEEA8B3) is known color: Blossom. HEX triplet: EE, A8 and B3. RGB value is (238,168,179). Sum of RGB (Red+Green+Blue) = 238+168+179=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8B3 is #11574C. Grayscale: #BEBEBE. Windows color (decimal): -1136461 or 11774190. OLE color: 11774190.
HSL color Cylindrical-coordinate representation of color #EEA8B3: hue angle of 350.57º 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 #EEA8B3 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 179 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.07 |
| HSL | 350.57º | 0.67% | 0.8% | - |
| HSV(B) | 350.57º | 0.29% | 0.93% | - |
| XYZ | 57.4 | 49.44 | 49.16 | - |
| YUV | 190.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 179 | 0 | 0.29 | 0.25 | 0.07 | 350.57 | 0.67 | 0.8 |
| Hex | EE | A8 | B3 | 0 | 1D | 19 | 7 | 15F | 43 | 50 |
| Octal | 356 | 250 | 263 | 0 | 35 | 31 | 7 | 537 | 103 | 120 |
| Binary | 11101110 | 10101000 | 10110011 | 0 | 11101 | 11001 | 111 | 101011111 | 1000011 | 1010000 |
Color Harmonies of #EEA8B3
Complementary color
Monochromatic Colors of #EEA8B3
Black with #EEA8B3
Text Example
Text Example
White with #EEA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8B3; }
p { color: rgb(238,168,179); }
H1.HeaderClassName
{
color: #EEA8B3;
}
.AnyTagClassName
{
color: #EEA8B3;
}
</style>
background-color css
<style>
a { background-color: #EEA8B3; }
a { background-color: rgb(238,168,179); }
div.DivClassName
{
background-color: #EEA8B3;
}
.BgClassName
{
background-color: #EEA8B3;
}
</style>
border-color css
<style>
span { border-color: #EEA8B3; }
span { border-color: rgb(238,168,179); }
td.TdClassName
{
border-color: #EEA8B3;
}
.TagClassName
{
border-color: #EEA8B3;
}
</style>