Shades of Blossom #EAB2B5
Tints of Blossom #EAB2B5
RGB
CMYK
RGB Variations
Color information
#EAB2B5 (or 0xEAB2B5) is known color: Blossom. HEX triplet: EA, B2 and B5. RGB value is (234,178,181). Sum of RGB (Red+Green+Blue) = 234+178+181=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2B5 is #154D4A. Grayscale: #C3C3C3. Windows color (decimal): -1396043 or 11907818. OLE color: 11907818.
HSL color Cylindrical-coordinate representation of color #EAB2B5: hue angle of 356.79º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2B5 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 178 | 181 | - |
CMYK | 0 | 0.24 | 0.23 | 0.08 |
HSL | 356.79º | 0.57% | 0.81% | - |
HSV(B) | 356.79º | 0.24% | 0.92% | - |
XYZ | 58.19 | 52.67 | 50.82 | - |
YUV | 195.09 | 120.05 | 155.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 178 | 181 | 0 | 0.24 | 0.23 | 0.08 | 356.79 | 0.57 | 0.81 |
Hex | EA | B2 | B5 | 0 | 18 | 17 | 8 | 165 | 39 | 51 |
Octal | 352 | 262 | 265 | 0 | 30 | 27 | 10 | 545 | 71 | 121 |
Binary | 11101010 | 10110010 | 10110101 | 0 | 11000 | 10111 | 1000 | 101100101 | 111001 | 1010001 |
Color Harmonies of #EAB2B5
Complementary color
Monochromatic Colors of #EAB2B5
Black with #EAB2B5
Text Example
Text Example
White with #EAB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2B5; }
p { color: rgb(234,178,181); }
H1.HeaderClassName
{
color: #EAB2B5;
}
.AnyTagClassName
{
color: #EAB2B5;
}
</style>
background-color css
<style>
a { background-color: #EAB2B5; }
a { background-color: rgb(234,178,181); }
div.DivClassName
{
background-color: #EAB2B5;
}
.BgClassName
{
background-color: #EAB2B5;
}
</style>
border-color css
<style>
span { border-color: #EAB2B5; }
span { border-color: rgb(234,178,181); }
td.TdClassName
{
border-color: #EAB2B5;
}
.TagClassName
{
border-color: #EAB2B5;
}
</style>