Shades of Sweet Pink #E7958B
Tints of Sweet Pink #E7958B
RGB
CMYK
RGB Variations
Color information
#E7958B (or 0xE7958B) is known color: Sweet Pink. HEX triplet: E7, 95 and 8B. RGB value is (231,149,139). Sum of RGB (Red+Green+Blue) = 231+149+139=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7958B is #186A74. Grayscale: #ACACAC. Windows color (decimal): -1600117 or 9147879. OLE color: 9147879.
HSL color Cylindrical-coordinate representation of color #E7958B: hue angle of 6.52º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7958B is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 139 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.09 |
| HSL | 6.52º | 0.66% | 0.73% | - |
| HSV(B) | 6.52º | 0.4% | 0.91% | - |
| XYZ | 48.36 | 40.35 | 29.67 | - |
| YUV | 172.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 139 | 0 | 0.35 | 0.40 | 0.09 | 6.52 | 0.66 | 0.73 |
| Hex | E7 | 95 | 8B | 0 | 23 | 28 | 9 | 7 | 42 | 49 |
| Octal | 347 | 225 | 213 | 0 | 43 | 50 | 11 | 7 | 102 | 111 |
| Binary | 11100111 | 10010101 | 10001011 | 0 | 100011 | 101000 | 1001 | 111 | 1000010 | 1001001 |
Color Harmonies of #E7958B
Complementary color
Monochromatic Colors of #E7958B
Black with #E7958B
Text Example
Text Example
White with #E7958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7958B; }
p { color: rgb(231,149,139); }
H1.HeaderClassName
{
color: #E7958B;
}
.AnyTagClassName
{
color: #E7958B;
}
</style>
background-color css
<style>
a { background-color: #E7958B; }
a { background-color: rgb(231,149,139); }
div.DivClassName
{
background-color: #E7958B;
}
.BgClassName
{
background-color: #E7958B;
}
</style>
border-color css
<style>
span { border-color: #E7958B; }
span { border-color: rgb(231,149,139); }
td.TdClassName
{
border-color: #E7958B;
}
.TagClassName
{
border-color: #E7958B;
}
</style>