Shades of Blossom #E1A6B3
Tints of Blossom #E1A6B3
RGB
CMYK
RGB Variations
Color information
#E1A6B3 (or 0xE1A6B3) is known color: Blossom. HEX triplet: E1, A6 and B3. RGB value is (225,166,179). Sum of RGB (Red+Green+Blue) = 225+166+179=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6B3 is #1E594C. Grayscale: #B9B9B9. Windows color (decimal): -1988941 or 11773665. OLE color: 11773665.
HSL color Cylindrical-coordinate representation of color #E1A6B3: hue angle of 346.78º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6B3 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 179 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.12 |
| HSL | 346.78º | 0.5% | 0.77% | - |
| HSV(B) | 346.78º | 0.26% | 0.88% | - |
| XYZ | 52.82 | 46.53 | 48.85 | - |
| YUV | 185.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 179 | 0 | 0.26 | 0.20 | 0.12 | 346.78 | 0.5 | 0.77 |
| Hex | E1 | A6 | B3 | 0 | 1A | 14 | C | 15B | 32 | 4D |
| Octal | 341 | 246 | 263 | 0 | 32 | 24 | 14 | 533 | 62 | 115 |
| Binary | 11100001 | 10100110 | 10110011 | 0 | 11010 | 10100 | 1100 | 101011011 | 110010 | 1001101 |
Color Harmonies of #E1A6B3
Complementary color
Monochromatic Colors of #E1A6B3
Black with #E1A6B3
Text Example
Text Example
White with #E1A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6B3; }
p { color: rgb(225,166,179); }
H1.HeaderClassName
{
color: #E1A6B3;
}
.AnyTagClassName
{
color: #E1A6B3;
}
</style>
background-color css
<style>
a { background-color: #E1A6B3; }
a { background-color: rgb(225,166,179); }
div.DivClassName
{
background-color: #E1A6B3;
}
.BgClassName
{
background-color: #E1A6B3;
}
</style>
border-color css
<style>
span { border-color: #E1A6B3; }
span { border-color: rgb(225,166,179); }
td.TdClassName
{
border-color: #E1A6B3;
}
.TagClassName
{
border-color: #E1A6B3;
}
</style>