Shades of Blossom #E4ABB6
Tints of Blossom #E4ABB6
RGB
CMYK
RGB Variations
Color information
#E4ABB6 (or 0xE4ABB6) is known color: Blossom. HEX triplet: E4, AB and B6. RGB value is (228,171,182). Sum of RGB (Red+Green+Blue) = 228+171+182=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ABB6 is #1B5449. Grayscale: #BDBDBD. Windows color (decimal): -1791050 or 11971556. OLE color: 11971556.
HSL color Cylindrical-coordinate representation of color #E4ABB6: hue angle of 348.42º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ABB6 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 171 | 182 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.11 |
| HSL | 348.42º | 0.51% | 0.78% | - |
| HSV(B) | 348.42º | 0.25% | 0.89% | - |
| XYZ | 55 | 49 | 50.81 | - |
| YUV | 189.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 171 | 182 | 0 | 0.25 | 0.20 | 0.11 | 348.42 | 0.51 | 0.78 |
| Hex | E4 | AB | B6 | 0 | 19 | 14 | B | 15C | 33 | 4E |
| Octal | 344 | 253 | 266 | 0 | 31 | 24 | 13 | 534 | 63 | 116 |
| Binary | 11100100 | 10101011 | 10110110 | 0 | 11001 | 10100 | 1011 | 101011100 | 110011 | 1001110 |
Color Harmonies of #E4ABB6
Complementary color
Monochromatic Colors of #E4ABB6
Black with #E4ABB6
Text Example
Text Example
White with #E4ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ABB6; }
p { color: rgb(228,171,182); }
H1.HeaderClassName
{
color: #E4ABB6;
}
.AnyTagClassName
{
color: #E4ABB6;
}
</style>
background-color css
<style>
a { background-color: #E4ABB6; }
a { background-color: rgb(228,171,182); }
div.DivClassName
{
background-color: #E4ABB6;
}
.BgClassName
{
background-color: #E4ABB6;
}
</style>
border-color css
<style>
span { border-color: #E4ABB6; }
span { border-color: rgb(228,171,182); }
td.TdClassName
{
border-color: #E4ABB6;
}
.TagClassName
{
border-color: #E4ABB6;
}
</style>