Shades of Sweet Pink #EB908B
Tints of Sweet Pink #EB908B
RGB
CMYK
RGB Variations
Color information
#EB908B (or 0xEB908B) is known color: Sweet Pink. HEX triplet: EB, 90 and 8B. RGB value is (235,144,139). Sum of RGB (Red+Green+Blue) = 235+144+139=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB908B is #146F74. Grayscale: #AAAAAA. Windows color (decimal): -1339253 or 9146603. OLE color: 9146603.
HSL color Cylindrical-coordinate representation of color #EB908B: hue angle of 3.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB908B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 139 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.08 |
| HSL | 3.13º | 0.71% | 0.73% | - |
| HSV(B) | 3.13º | 0.41% | 0.92% | - |
| XYZ | 48.89 | 39.47 | 29.47 | - |
| YUV | 170.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 139 | 0 | 0.39 | 0.41 | 0.08 | 3.13 | 0.71 | 0.73 |
| Hex | EB | 90 | 8B | 0 | 27 | 29 | 8 | 3 | 47 | 49 |
| Octal | 353 | 220 | 213 | 0 | 47 | 51 | 10 | 3 | 107 | 111 |
| Binary | 11101011 | 10010000 | 10001011 | 0 | 100111 | 101001 | 1000 | 11 | 1000111 | 1001001 |
Color Harmonies of #EB908B
Complementary color
Monochromatic Colors of #EB908B
Black with #EB908B
Text Example
Text Example
White with #EB908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB908B; }
p { color: rgb(235,144,139); }
H1.HeaderClassName
{
color: #EB908B;
}
.AnyTagClassName
{
color: #EB908B;
}
</style>
background-color css
<style>
a { background-color: #EB908B; }
a { background-color: rgb(235,144,139); }
div.DivClassName
{
background-color: #EB908B;
}
.BgClassName
{
background-color: #EB908B;
}
</style>
border-color css
<style>
span { border-color: #EB908B; }
span { border-color: rgb(235,144,139); }
td.TdClassName
{
border-color: #EB908B;
}
.TagClassName
{
border-color: #EB908B;
}
</style>