Shades of Blossom #E4ADB2
Tints of Blossom #E4ADB2
RGB
CMYK
RGB Variations
Color information
#E4ADB2 (or 0xE4ADB2) is known color: Blossom. HEX triplet: E4, AD and B2. RGB value is (228,173,178). Sum of RGB (Red+Green+Blue) = 228+173+178=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4ADB2 is #1B524D. Grayscale: #BEBEBE. Windows color (decimal): -1790542 or 11709924. OLE color: 11709924.
HSL color Cylindrical-coordinate representation of color #E4ADB2: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4ADB2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 178 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.11 |
| HSL | 354.55º | 0.5% | 0.79% | - |
| HSV(B) | 354.55º | 0.24% | 0.89% | - |
| XYZ | 54.97 | 49.6 | 48.79 | - |
| YUV | 190.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 178 | 0 | 0.24 | 0.22 | 0.11 | 354.55 | 0.5 | 0.79 |
| Hex | E4 | AD | B2 | 0 | 18 | 16 | B | 163 | 32 | 4F |
| Octal | 344 | 255 | 262 | 0 | 30 | 26 | 13 | 543 | 62 | 117 |
| Binary | 11100100 | 10101101 | 10110010 | 0 | 11000 | 10110 | 1011 | 101100011 | 110010 | 1001111 |
Color Harmonies of #E4ADB2
Complementary color
Monochromatic Colors of #E4ADB2
Black with #E4ADB2
Text Example
Text Example
White with #E4ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADB2; }
p { color: rgb(228,173,178); }
H1.HeaderClassName
{
color: #E4ADB2;
}
.AnyTagClassName
{
color: #E4ADB2;
}
</style>
background-color css
<style>
a { background-color: #E4ADB2; }
a { background-color: rgb(228,173,178); }
div.DivClassName
{
background-color: #E4ADB2;
}
.BgClassName
{
background-color: #E4ADB2;
}
</style>
border-color css
<style>
span { border-color: #E4ADB2; }
span { border-color: rgb(228,173,178); }
td.TdClassName
{
border-color: #E4ADB2;
}
.TagClassName
{
border-color: #E4ADB2;
}
</style>