Shades of Blossom #E1A8B6
Tints of Blossom #E1A8B6
RGB
CMYK
RGB Variations
Color information
#E1A8B6 (or 0xE1A8B6) is known color: Blossom. HEX triplet: E1, A8 and B6. RGB value is (225,168,182). Sum of RGB (Red+Green+Blue) = 225+168+182=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8B6 is #1E5749. Grayscale: #BABABA. Windows color (decimal): -1988426 or 11970785. OLE color: 11970785.
HSL color Cylindrical-coordinate representation of color #E1A8B6: hue angle of 345.26º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8B6 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 182 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.12 |
| HSL | 345.26º | 0.49% | 0.77% | - |
| HSV(B) | 345.26º | 0.25% | 0.88% | - |
| XYZ | 53.5 | 47.39 | 50.58 | - |
| YUV | 186.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 182 | 0 | 0.25 | 0.19 | 0.12 | 345.26 | 0.49 | 0.77 |
| Hex | E1 | A8 | B6 | 0 | 19 | 13 | C | 159 | 31 | 4D |
| Octal | 341 | 250 | 266 | 0 | 31 | 23 | 14 | 531 | 61 | 115 |
| Binary | 11100001 | 10101000 | 10110110 | 0 | 11001 | 10011 | 1100 | 101011001 | 110001 | 1001101 |
Color Harmonies of #E1A8B6
Complementary color
Monochromatic Colors of #E1A8B6
Black with #E1A8B6
Text Example
Text Example
White with #E1A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8B6; }
p { color: rgb(225,168,182); }
H1.HeaderClassName
{
color: #E1A8B6;
}
.AnyTagClassName
{
color: #E1A8B6;
}
</style>
background-color css
<style>
a { background-color: #E1A8B6; }
a { background-color: rgb(225,168,182); }
div.DivClassName
{
background-color: #E1A8B6;
}
.BgClassName
{
background-color: #E1A8B6;
}
</style>
border-color css
<style>
span { border-color: #E1A8B6; }
span { border-color: rgb(225,168,182); }
td.TdClassName
{
border-color: #E1A8B6;
}
.TagClassName
{
border-color: #E1A8B6;
}
</style>