Shades of Blossom #EBAEB2
Tints of Blossom #EBAEB2
RGB
CMYK
RGB Variations
Color information
#EBAEB2 (or 0xEBAEB2) is known color: Blossom. HEX triplet: EB, AE and B2. RGB value is (235,174,178). Sum of RGB (Red+Green+Blue) = 235+174+178=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB2 is #14514D. Grayscale: #C0C0C0. Windows color (decimal): -1331534 or 11710187. OLE color: 11710187.
HSL color Cylindrical-coordinate representation of color #EBAEB2: hue angle of 356.07º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEB2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 178 | - |
CMYK | 0 | 0.26 | 0.24 | 0.08 |
HSL | 356.07º | 0.6% | 0.8% | - |
HSV(B) | 356.07º | 0.26% | 0.92% | - |
XYZ | 57.43 | 51.15 | 48.97 | - |
YUV | 192.7 | 119.71 | 158.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 178 | 0 | 0.26 | 0.24 | 0.08 | 356.07 | 0.6 | 0.8 |
Hex | EB | AE | B2 | 0 | 1A | 18 | 8 | 164 | 3C | 50 |
Octal | 353 | 256 | 262 | 0 | 32 | 30 | 10 | 544 | 74 | 120 |
Binary | 11101011 | 10101110 | 10110010 | 0 | 11010 | 11000 | 1000 | 101100100 | 111100 | 1010000 |
Color Harmonies of #EBAEB2
Complementary color
Monochromatic Colors of #EBAEB2
Black with #EBAEB2
Text Example
Text Example
White with #EBAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEB2; }
p { color: rgb(235,174,178); }
H1.HeaderClassName
{
color: #EBAEB2;
}
.AnyTagClassName
{
color: #EBAEB2;
}
</style>
background-color css
<style>
a { background-color: #EBAEB2; }
a { background-color: rgb(235,174,178); }
div.DivClassName
{
background-color: #EBAEB2;
}
.BgClassName
{
background-color: #EBAEB2;
}
</style>
border-color css
<style>
span { border-color: #EBAEB2; }
span { border-color: rgb(235,174,178); }
td.TdClassName
{
border-color: #EBAEB2;
}
.TagClassName
{
border-color: #EBAEB2;
}
</style>