Shades of Sweet Pink #E7968C
Tints of Sweet Pink #E7968C
RGB
CMYK
RGB Variations
Color information
#E7968C (or 0xE7968C) is known color: Sweet Pink. HEX triplet: E7, 96 and 8C. RGB value is (231,150,140). Sum of RGB (Red+Green+Blue) = 231+150+140=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968C is #186973. Grayscale: #ADADAD. Windows color (decimal): -1599860 or 9213671. OLE color: 9213671.
HSL color Cylindrical-coordinate representation of color #E7968C: hue angle of 6.59º 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 #E7968C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 140 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.09 |
| HSL | 6.59º | 0.65% | 0.73% | - |
| HSV(B) | 6.59º | 0.39% | 0.91% | - |
| XYZ | 48.59 | 40.7 | 30.1 | - |
| YUV | 173.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 140 | 0 | 0.35 | 0.39 | 0.09 | 6.59 | 0.65 | 0.73 |
| Hex | E7 | 96 | 8C | 0 | 23 | 27 | 9 | 7 | 41 | 49 |
| Octal | 347 | 226 | 214 | 0 | 43 | 47 | 11 | 7 | 101 | 111 |
| Binary | 11100111 | 10010110 | 10001100 | 0 | 100011 | 100111 | 1001 | 111 | 1000001 | 1001001 |
Color Harmonies of #E7968C
Complementary color
Monochromatic Colors of #E7968C
Black with #E7968C
Text Example
Text Example
White with #E7968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7968C; }
p { color: rgb(231,150,140); }
H1.HeaderClassName
{
color: #E7968C;
}
.AnyTagClassName
{
color: #E7968C;
}
</style>
background-color css
<style>
a { background-color: #E7968C; }
a { background-color: rgb(231,150,140); }
div.DivClassName
{
background-color: #E7968C;
}
.BgClassName
{
background-color: #E7968C;
}
</style>
border-color css
<style>
span { border-color: #E7968C; }
span { border-color: rgb(231,150,140); }
td.TdClassName
{
border-color: #E7968C;
}
.TagClassName
{
border-color: #E7968C;
}
</style>