Shades of Blossom #E2ABB6
Tints of Blossom #E2ABB6
RGB
CMYK
RGB Variations
Color information
#E2ABB6 (or 0xE2ABB6) is known color: Blossom. HEX triplet: E2, AB and B6. RGB value is (226,171,182). Sum of RGB (Red+Green+Blue) = 226+171+182=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABB6 is #1D5449. Grayscale: #BCBCBC. Windows color (decimal): -1922122 or 11971554. OLE color: 11971554.
HSL color Cylindrical-coordinate representation of color #E2ABB6: hue angle of 348º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABB6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 182 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.11 |
| HSL | 348º | 0.49% | 0.78% | - |
| HSV(B) | 348º | 0.24% | 0.89% | - |
| XYZ | 54.37 | 48.67 | 50.78 | - |
| YUV | 188.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 182 | 0 | 0.24 | 0.19 | 0.11 | 348 | 0.49 | 0.78 |
| Hex | E2 | AB | B6 | 0 | 18 | 13 | B | 15C | 31 | 4E |
| Octal | 342 | 253 | 266 | 0 | 30 | 23 | 13 | 534 | 61 | 116 |
| Binary | 11100010 | 10101011 | 10110110 | 0 | 11000 | 10011 | 1011 | 101011100 | 110001 | 1001110 |
Color Harmonies of #E2ABB6
Complementary color
Monochromatic Colors of #E2ABB6
Black with #E2ABB6
Text Example
Text Example
White with #E2ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABB6; }
p { color: rgb(226,171,182); }
H1.HeaderClassName
{
color: #E2ABB6;
}
.AnyTagClassName
{
color: #E2ABB6;
}
</style>
background-color css
<style>
a { background-color: #E2ABB6; }
a { background-color: rgb(226,171,182); }
div.DivClassName
{
background-color: #E2ABB6;
}
.BgClassName
{
background-color: #E2ABB6;
}
</style>
border-color css
<style>
span { border-color: #E2ABB6; }
span { border-color: rgb(226,171,182); }
td.TdClassName
{
border-color: #E2ABB6;
}
.TagClassName
{
border-color: #E2ABB6;
}
</style>