Shades of Sweet Pink #EBA09A
Tints of Sweet Pink #EBA09A
RGB
CMYK
RGB Variations
Color information
#EBA09A (or 0xEBA09A) is known color: Sweet Pink. HEX triplet: EB, A0 and 9A. RGB value is (235,160,154). Sum of RGB (Red+Green+Blue) = 235+160+154=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA09A is #145F65. Grayscale: #B5B5B5. Windows color (decimal): -1335142 or 10133739. OLE color: 10133739.
HSL color Cylindrical-coordinate representation of color #EBA09A: hue angle of 4.44º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA09A is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 154 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.08 |
| HSL | 4.44º | 0.67% | 0.76% | - |
| HSV(B) | 4.44º | 0.34% | 0.92% | - |
| XYZ | 52.66 | 45.14 | 36.51 | - |
| YUV | 181.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 154 | 0 | 0.32 | 0.34 | 0.08 | 4.44 | 0.67 | 0.76 |
| Hex | EB | A0 | 9A | 0 | 20 | 22 | 8 | 4 | 43 | 4C |
| Octal | 353 | 240 | 232 | 0 | 40 | 42 | 10 | 4 | 103 | 114 |
| Binary | 11101011 | 10100000 | 10011010 | 0 | 100000 | 100010 | 1000 | 100 | 1000011 | 1001100 |
Color Harmonies of #EBA09A
Complementary color
Monochromatic Colors of #EBA09A
Black with #EBA09A
Text Example
Text Example
White with #EBA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA09A; }
p { color: rgb(235,160,154); }
H1.HeaderClassName
{
color: #EBA09A;
}
.AnyTagClassName
{
color: #EBA09A;
}
</style>
background-color css
<style>
a { background-color: #EBA09A; }
a { background-color: rgb(235,160,154); }
div.DivClassName
{
background-color: #EBA09A;
}
.BgClassName
{
background-color: #EBA09A;
}
</style>
border-color css
<style>
span { border-color: #EBA09A; }
span { border-color: rgb(235,160,154); }
td.TdClassName
{
border-color: #EBA09A;
}
.TagClassName
{
border-color: #EBA09A;
}
</style>