Shades of Sweet Pink #E7968D
Tints of Sweet Pink #E7968D
RGB
CMYK
RGB Variations
Color information
#E7968D (or 0xE7968D) is known color: Sweet Pink. HEX triplet: E7, 96 and 8D. RGB value is (231,150,141). Sum of RGB (Red+Green+Blue) = 231+150+141=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968D is #186972. Grayscale: #ADADAD. Windows color (decimal): -1599859 or 9279207. OLE color: 9279207.
HSL color Cylindrical-coordinate representation of color #E7968D: hue angle of 6º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7968D is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 141 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.09 |
| HSL | 6º | 0.65% | 0.73% | - |
| HSV(B) | 6º | 0.39% | 0.91% | - |
| XYZ | 48.67 | 40.72 | 30.49 | - |
| YUV | 173.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 141 | 0 | 0.35 | 0.39 | 0.09 | 6 | 0.65 | 0.73 |
| Hex | E7 | 96 | 8D | 0 | 23 | 27 | 9 | 6 | 41 | 49 |
| Octal | 347 | 226 | 215 | 0 | 43 | 47 | 11 | 6 | 101 | 111 |
| Binary | 11100111 | 10010110 | 10001101 | 0 | 100011 | 100111 | 1001 | 110 | 1000001 | 1001001 |
Color Harmonies of #E7968D
Complementary color
Monochromatic Colors of #E7968D
Black with #E7968D
Text Example
Text Example
White with #E7968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7968D; }
p { color: rgb(231,150,141); }
H1.HeaderClassName
{
color: #E7968D;
}
.AnyTagClassName
{
color: #E7968D;
}
</style>
background-color css
<style>
a { background-color: #E7968D; }
a { background-color: rgb(231,150,141); }
div.DivClassName
{
background-color: #E7968D;
}
.BgClassName
{
background-color: #E7968D;
}
</style>
border-color css
<style>
span { border-color: #E7968D; }
span { border-color: rgb(231,150,141); }
td.TdClassName
{
border-color: #E7968D;
}
.TagClassName
{
border-color: #E7968D;
}
</style>