Shades of Blossom #E2AEB5
Tints of Blossom #E2AEB5
RGB
CMYK
RGB Variations
Color information
#E2AEB5 (or 0xE2AEB5) is known color: Blossom. HEX triplet: E2, AE and B5. RGB value is (226,174,181). Sum of RGB (Red+Green+Blue) = 226+174+181=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEB5 is #1D514A. Grayscale: #BEBEBE. Windows color (decimal): -1921355 or 11906786. OLE color: 11906786.
HSL color Cylindrical-coordinate representation of color #E2AEB5: hue angle of 351.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEB5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 174 | 181 | - |
CMYK | 0 | 0.23 | 0.20 | 0.11 |
HSL | 351.92º | 0.47% | 0.78% | - |
HSV(B) | 351.92º | 0.23% | 0.89% | - |
XYZ | 54.84 | 49.78 | 50.43 | - |
YUV | 190.35 | 122.73 | 153.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 174 | 181 | 0 | 0.23 | 0.20 | 0.11 | 351.92 | 0.47 | 0.78 |
Hex | E2 | AE | B5 | 0 | 17 | 14 | B | 160 | 2F | 4E |
Octal | 342 | 256 | 265 | 0 | 27 | 24 | 13 | 540 | 57 | 116 |
Binary | 11100010 | 10101110 | 10110101 | 0 | 10111 | 10100 | 1011 | 101100000 | 101111 | 1001110 |
Color Harmonies of #E2AEB5
Complementary color
Monochromatic Colors of #E2AEB5
Black with #E2AEB5
Text Example
Text Example
White with #E2AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEB5; }
p { color: rgb(226,174,181); }
H1.HeaderClassName
{
color: #E2AEB5;
}
.AnyTagClassName
{
color: #E2AEB5;
}
</style>
background-color css
<style>
a { background-color: #E2AEB5; }
a { background-color: rgb(226,174,181); }
div.DivClassName
{
background-color: #E2AEB5;
}
.BgClassName
{
background-color: #E2AEB5;
}
</style>
border-color css
<style>
span { border-color: #E2AEB5; }
span { border-color: rgb(226,174,181); }
td.TdClassName
{
border-color: #E2AEB5;
}
.TagClassName
{
border-color: #E2AEB5;
}
</style>