Shades of Blossom #EEB5BA
Tints of Blossom #EEB5BA
RGB
CMYK
RGB Variations
Color information
#EEB5BA (or 0xEEB5BA) is known color: Blossom. HEX triplet: EE, B5 and BA. RGB value is (238,181,186). Sum of RGB (Red+Green+Blue) = 238+181+186=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5BA is #114A45. Grayscale: #C6C6C6. Windows color (decimal): -1133126 or 12236270. OLE color: 12236270.
HSL color Cylindrical-coordinate representation of color #EEB5BA: hue angle of 354.74º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB5BA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 181 | 186 | - |
CMYK | 0 | 0.24 | 0.22 | 0.07 |
HSL | 354.74º | 0.63% | 0.82% | - |
HSV(B) | 354.74º | 0.24% | 0.93% | - |
XYZ | 60.65 | 54.77 | 53.83 | - |
YUV | 198.61 | 120.88 | 156.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 181 | 186 | 0 | 0.24 | 0.22 | 0.07 | 354.74 | 0.63 | 0.82 |
Hex | EE | B5 | BA | 0 | 18 | 16 | 7 | 163 | 3F | 52 |
Octal | 356 | 265 | 272 | 0 | 30 | 26 | 7 | 543 | 77 | 122 |
Binary | 11101110 | 10110101 | 10111010 | 0 | 11000 | 10110 | 111 | 101100011 | 111111 | 1010010 |
Color Harmonies of #EEB5BA
Complementary color
Monochromatic Colors of #EEB5BA
Black with #EEB5BA
Text Example
Text Example
White with #EEB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5BA; }
p { color: rgb(238,181,186); }
H1.HeaderClassName
{
color: #EEB5BA;
}
.AnyTagClassName
{
color: #EEB5BA;
}
</style>
background-color css
<style>
a { background-color: #EEB5BA; }
a { background-color: rgb(238,181,186); }
div.DivClassName
{
background-color: #EEB5BA;
}
.BgClassName
{
background-color: #EEB5BA;
}
</style>
border-color css
<style>
span { border-color: #EEB5BA; }
span { border-color: rgb(238,181,186); }
td.TdClassName
{
border-color: #EEB5BA;
}
.TagClassName
{
border-color: #EEB5BA;
}
</style>