Shades of Blossom #E5ACB5
Tints of Blossom #E5ACB5
RGB
CMYK
RGB Variations
Color information
#E5ACB5 (or 0xE5ACB5) is known color: Blossom. HEX triplet: E5, AC and B5. RGB value is (229,172,181). Sum of RGB (Red+Green+Blue) = 229+172+181=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACB5 is #1A534A. Grayscale: #BEBEBE. Windows color (decimal): -1725259 or 11906277. OLE color: 11906277.
HSL color Cylindrical-coordinate representation of color #E5ACB5: hue angle of 350.53º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACB5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 172 | 181 | - |
CMYK | 0 | 0.25 | 0.21 | 0.10 |
HSL | 350.53º | 0.52% | 0.79% | - |
HSV(B) | 350.53º | 0.25% | 0.9% | - |
XYZ | 55.41 | 49.5 | 50.35 | - |
YUV | 190.07 | 122.88 | 155.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 172 | 181 | 0 | 0.25 | 0.21 | 0.10 | 350.53 | 0.52 | 0.79 |
Hex | E5 | AC | B5 | 0 | 19 | 15 | A | 15F | 34 | 4F |
Octal | 345 | 254 | 265 | 0 | 31 | 25 | 12 | 537 | 64 | 117 |
Binary | 11100101 | 10101100 | 10110101 | 0 | 11001 | 10101 | 1010 | 101011111 | 110100 | 1001111 |
Color Harmonies of #E5ACB5
Complementary color
Monochromatic Colors of #E5ACB5
Black with #E5ACB5
Text Example
Text Example
White with #E5ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACB5; }
p { color: rgb(229,172,181); }
H1.HeaderClassName
{
color: #E5ACB5;
}
.AnyTagClassName
{
color: #E5ACB5;
}
</style>
background-color css
<style>
a { background-color: #E5ACB5; }
a { background-color: rgb(229,172,181); }
div.DivClassName
{
background-color: #E5ACB5;
}
.BgClassName
{
background-color: #E5ACB5;
}
</style>
border-color css
<style>
span { border-color: #E5ACB5; }
span { border-color: rgb(229,172,181); }
td.TdClassName
{
border-color: #E5ACB5;
}
.TagClassName
{
border-color: #E5ACB5;
}
</style>