Shades of Blossom #EEB1B3
Tints of Blossom #EEB1B3
RGB
CMYK
RGB Variations
Color information
#EEB1B3 (or 0xEEB1B3) is known color: Blossom. HEX triplet: EE, B1 and B3. RGB value is (238,177,179). Sum of RGB (Red+Green+Blue) = 238+177+179=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1B3 is #114E4C. Grayscale: #C3C3C3. Windows color (decimal): -1134157 or 11776494. OLE color: 11776494.
HSL color Cylindrical-coordinate representation of color #EEB1B3: hue angle of 358.03º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1B3 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 179 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.07 |
| HSL | 358.03º | 0.64% | 0.81% | - |
| HSV(B) | 358.03º | 0.26% | 0.93% | - |
| XYZ | 59.12 | 52.88 | 49.74 | - |
| YUV | 195.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 179 | 0 | 0.26 | 0.25 | 0.07 | 358.03 | 0.64 | 0.81 |
| Hex | EE | B1 | B3 | 0 | 1A | 19 | 7 | 166 | 40 | 51 |
| Octal | 356 | 261 | 263 | 0 | 32 | 31 | 7 | 546 | 100 | 121 |
| Binary | 11101110 | 10110001 | 10110011 | 0 | 11010 | 11001 | 111 | 101100110 | 1000000 | 1010001 |
Color Harmonies of #EEB1B3
Complementary color
Monochromatic Colors of #EEB1B3
Black with #EEB1B3
Text Example
Text Example
White with #EEB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1B3; }
p { color: rgb(238,177,179); }
H1.HeaderClassName
{
color: #EEB1B3;
}
.AnyTagClassName
{
color: #EEB1B3;
}
</style>
background-color css
<style>
a { background-color: #EEB1B3; }
a { background-color: rgb(238,177,179); }
div.DivClassName
{
background-color: #EEB1B3;
}
.BgClassName
{
background-color: #EEB1B3;
}
</style>
border-color css
<style>
span { border-color: #EEB1B3; }
span { border-color: rgb(238,177,179); }
td.TdClassName
{
border-color: #EEB1B3;
}
.TagClassName
{
border-color: #EEB1B3;
}
</style>