Shades of Blossom #E4A6B4
Tints of Blossom #E4A6B4
RGB
CMYK
RGB Variations
Color information
#E4A6B4 (or 0xE4A6B4) is known color: Blossom. HEX triplet: E4, A6 and B4. RGB value is (228,166,180). Sum of RGB (Red+Green+Blue) = 228+166+180=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A6B4 is #1B594B. Grayscale: #BABABA. Windows color (decimal): -1792332 or 11839204. OLE color: 11839204.
HSL color Cylindrical-coordinate representation of color #E4A6B4: hue angle of 346.45º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4A6B4 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 180 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.11 |
| HSL | 346.45º | 0.53% | 0.77% | - |
| HSV(B) | 346.45º | 0.27% | 0.89% | - |
| XYZ | 53.87 | 47.06 | 49.42 | - |
| YUV | 186.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 180 | 0 | 0.27 | 0.21 | 0.11 | 346.45 | 0.53 | 0.77 |
| Hex | E4 | A6 | B4 | 0 | 1B | 15 | B | 15A | 35 | 4D |
| Octal | 344 | 246 | 264 | 0 | 33 | 25 | 13 | 532 | 65 | 115 |
| Binary | 11100100 | 10100110 | 10110100 | 0 | 11011 | 10101 | 1011 | 101011010 | 110101 | 1001101 |
Color Harmonies of #E4A6B4
Complementary color
Monochromatic Colors of #E4A6B4
Black with #E4A6B4
Text Example
Text Example
White with #E4A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A6B4; }
p { color: rgb(228,166,180); }
H1.HeaderClassName
{
color: #E4A6B4;
}
.AnyTagClassName
{
color: #E4A6B4;
}
</style>
background-color css
<style>
a { background-color: #E4A6B4; }
a { background-color: rgb(228,166,180); }
div.DivClassName
{
background-color: #E4A6B4;
}
.BgClassName
{
background-color: #E4A6B4;
}
</style>
border-color css
<style>
span { border-color: #E4A6B4; }
span { border-color: rgb(228,166,180); }
td.TdClassName
{
border-color: #E4A6B4;
}
.TagClassName
{
border-color: #E4A6B4;
}
</style>