Shades of Blossom #EAADB3
Tints of Blossom #EAADB3
RGB
CMYK
RGB Variations
Color information
#EAADB3 (or 0xEAADB3) is known color: Blossom. HEX triplet: EA, AD and B3. RGB value is (234,173,179). Sum of RGB (Red+Green+Blue) = 234+173+179=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB3 is #15524C. Grayscale: #BFBFBF. Windows color (decimal): -1397325 or 11775466. OLE color: 11775466.
HSL color Cylindrical-coordinate representation of color #EAADB3: hue angle of 354.1º degrees, saturation: 0.59, 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 #EAADB3 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 179 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.08 |
| HSL | 354.1º | 0.59% | 0.8% | - |
| HSV(B) | 354.1º | 0.26% | 0.92% | - |
| XYZ | 57.01 | 50.63 | 49.42 | - |
| YUV | 191.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 179 | 0 | 0.26 | 0.24 | 0.08 | 354.1 | 0.59 | 0.8 |
| Hex | EA | AD | B3 | 0 | 1A | 18 | 8 | 162 | 3B | 50 |
| Octal | 352 | 255 | 263 | 0 | 32 | 30 | 10 | 542 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10110011 | 0 | 11010 | 11000 | 1000 | 101100010 | 111011 | 1010000 |
Color Harmonies of #EAADB3
Complementary color
Monochromatic Colors of #EAADB3
Black with #EAADB3
Text Example
Text Example
White with #EAADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADB3; }
p { color: rgb(234,173,179); }
H1.HeaderClassName
{
color: #EAADB3;
}
.AnyTagClassName
{
color: #EAADB3;
}
</style>
background-color css
<style>
a { background-color: #EAADB3; }
a { background-color: rgb(234,173,179); }
div.DivClassName
{
background-color: #EAADB3;
}
.BgClassName
{
background-color: #EAADB3;
}
</style>
border-color css
<style>
span { border-color: #EAADB3; }
span { border-color: rgb(234,173,179); }
td.TdClassName
{
border-color: #EAADB3;
}
.TagClassName
{
border-color: #EAADB3;
}
</style>