Shades of Sweet Pink #EBA19B
Tints of Sweet Pink #EBA19B
RGB
CMYK
RGB Variations
Color information
#EBA19B (or 0xEBA19B) is known color: Sweet Pink. HEX triplet: EB, A1 and 9B. RGB value is (235,161,155). Sum of RGB (Red+Green+Blue) = 235+161+155=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA19B is #145E64. Grayscale: #B6B6B6. Windows color (decimal): -1334885 or 10199531. OLE color: 10199531.
HSL color Cylindrical-coordinate representation of color #EBA19B: hue angle of 4.5º 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 #EBA19B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 155 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.08 |
| HSL | 4.5º | 0.67% | 0.76% | - |
| HSV(B) | 4.5º | 0.34% | 0.92% | - |
| XYZ | 52.92 | 45.52 | 37.01 | - |
| YUV | 182.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 155 | 0 | 0.31 | 0.34 | 0.08 | 4.5 | 0.67 | 0.76 |
| Hex | EB | A1 | 9B | 0 | 1F | 22 | 8 | 4 | 43 | 4C |
| Octal | 353 | 241 | 233 | 0 | 37 | 42 | 10 | 4 | 103 | 114 |
| Binary | 11101011 | 10100001 | 10011011 | 0 | 11111 | 100010 | 1000 | 100 | 1000011 | 1001100 |
Color Harmonies of #EBA19B
Complementary color
Monochromatic Colors of #EBA19B
Black with #EBA19B
Text Example
Text Example
White with #EBA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA19B; }
p { color: rgb(235,161,155); }
H1.HeaderClassName
{
color: #EBA19B;
}
.AnyTagClassName
{
color: #EBA19B;
}
</style>
background-color css
<style>
a { background-color: #EBA19B; }
a { background-color: rgb(235,161,155); }
div.DivClassName
{
background-color: #EBA19B;
}
.BgClassName
{
background-color: #EBA19B;
}
</style>
border-color css
<style>
span { border-color: #EBA19B; }
span { border-color: rgb(235,161,155); }
td.TdClassName
{
border-color: #EBA19B;
}
.TagClassName
{
border-color: #EBA19B;
}
</style>