Shades of Sweet Pink #EB918B
Tints of Sweet Pink #EB918B
RGB
CMYK
RGB Variations
Color information
#EB918B (or 0xEB918B) is known color: Sweet Pink. HEX triplet: EB, 91 and 8B. RGB value is (235,145,139). Sum of RGB (Red+Green+Blue) = 235+145+139=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918B is #146E74. Grayscale: #ABABAB. Windows color (decimal): -1338997 or 9146859. OLE color: 9146859.
HSL color Cylindrical-coordinate representation of color #EB918B: hue angle of 3.75º 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 #EB918B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 139 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.08 |
| HSL | 3.75º | 0.71% | 0.73% | - |
| HSV(B) | 3.75º | 0.41% | 0.92% | - |
| XYZ | 49.05 | 39.78 | 29.52 | - |
| YUV | 171.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 139 | 0 | 0.38 | 0.41 | 0.08 | 3.75 | 0.71 | 0.73 |
| Hex | EB | 91 | 8B | 0 | 26 | 29 | 8 | 4 | 47 | 49 |
| Octal | 353 | 221 | 213 | 0 | 46 | 51 | 10 | 4 | 107 | 111 |
| Binary | 11101011 | 10010001 | 10001011 | 0 | 100110 | 101001 | 1000 | 100 | 1000111 | 1001001 |
Color Harmonies of #EB918B
Complementary color
Monochromatic Colors of #EB918B
Black with #EB918B
Text Example
Text Example
White with #EB918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB918B; }
p { color: rgb(235,145,139); }
H1.HeaderClassName
{
color: #EB918B;
}
.AnyTagClassName
{
color: #EB918B;
}
</style>
background-color css
<style>
a { background-color: #EB918B; }
a { background-color: rgb(235,145,139); }
div.DivClassName
{
background-color: #EB918B;
}
.BgClassName
{
background-color: #EB918B;
}
</style>
border-color css
<style>
span { border-color: #EB918B; }
span { border-color: rgb(235,145,139); }
td.TdClassName
{
border-color: #EB918B;
}
.TagClassName
{
border-color: #EB918B;
}
</style>