Shades of Blossom #E1A7B4
Tints of Blossom #E1A7B4
RGB
CMYK
RGB Variations
Color information
#E1A7B4 (or 0xE1A7B4) is known color: Blossom. HEX triplet: E1, A7 and B4. RGB value is (225,167,180). Sum of RGB (Red+Green+Blue) = 225+167+180=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7B4 is #1E584B. Grayscale: #B9B9B9. Windows color (decimal): -1988684 or 11839457. OLE color: 11839457.
HSL color Cylindrical-coordinate representation of color #E1A7B4: hue angle of 346.55º degrees, saturation: 0.49, 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 #E1A7B4 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 180 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.12 |
| HSL | 346.55º | 0.49% | 0.77% | - |
| HSV(B) | 346.55º | 0.26% | 0.88% | - |
| XYZ | 53.11 | 46.94 | 49.44 | - |
| YUV | 185.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 180 | 0 | 0.26 | 0.2 | 0.12 | 346.55 | 0.49 | 0.77 |
| Hex | E1 | A7 | B4 | 0 | 1A | 14 | C | 15B | 31 | 4D |
| Octal | 341 | 247 | 264 | 0 | 32 | 24 | 14 | 533 | 61 | 115 |
| Binary | 11100001 | 10100111 | 10110100 | 0 | 11010 | 10100 | 1100 | 101011011 | 110001 | 1001101 |
Color Harmonies of #E1A7B4
Complementary color
Monochromatic Colors of #E1A7B4
Black with #E1A7B4
Text Example
Text Example
White with #E1A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A7B4; }
p { color: rgb(225,167,180); }
H1.HeaderClassName
{
color: #E1A7B4;
}
.AnyTagClassName
{
color: #E1A7B4;
}
</style>
background-color css
<style>
a { background-color: #E1A7B4; }
a { background-color: rgb(225,167,180); }
div.DivClassName
{
background-color: #E1A7B4;
}
.BgClassName
{
background-color: #E1A7B4;
}
</style>
border-color css
<style>
span { border-color: #E1A7B4; }
span { border-color: rgb(225,167,180); }
td.TdClassName
{
border-color: #E1A7B4;
}
.TagClassName
{
border-color: #E1A7B4;
}
</style>