Shades of Sweet Pink #E7968F
Tints of Sweet Pink #E7968F
RGB
CMYK
RGB Variations
Color information
#E7968F (or 0xE7968F) is known color: Sweet Pink. HEX triplet: E7, 96 and 8F. RGB value is (231,150,143). Sum of RGB (Red+Green+Blue) = 231+150+143=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968F is #186970. Grayscale: #ADADAD. Windows color (decimal): -1599857 or 9410279. OLE color: 9410279.
HSL color Cylindrical-coordinate representation of color #E7968F: hue angle of 4.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7968F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 143 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.09 |
| HSL | 4.77º | 0.65% | 0.73% | - |
| HSV(B) | 4.77º | 0.38% | 0.91% | - |
| XYZ | 48.82 | 40.78 | 31.29 | - |
| YUV | 173.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 143 | 0 | 0.35 | 0.38 | 0.09 | 4.77 | 0.65 | 0.73 |
| Hex | E7 | 96 | 8F | 0 | 23 | 26 | 9 | 5 | 41 | 49 |
| Octal | 347 | 226 | 217 | 0 | 43 | 46 | 11 | 5 | 101 | 111 |
| Binary | 11100111 | 10010110 | 10001111 | 0 | 100011 | 100110 | 1001 | 101 | 1000001 | 1001001 |
Color Harmonies of #E7968F
Complementary color
Monochromatic Colors of #E7968F
Black with #E7968F
Text Example
Text Example
White with #E7968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7968F; }
p { color: rgb(231,150,143); }
H1.HeaderClassName
{
color: #E7968F;
}
.AnyTagClassName
{
color: #E7968F;
}
</style>
background-color css
<style>
a { background-color: #E7968F; }
a { background-color: rgb(231,150,143); }
div.DivClassName
{
background-color: #E7968F;
}
.BgClassName
{
background-color: #E7968F;
}
</style>
border-color css
<style>
span { border-color: #E7968F; }
span { border-color: rgb(231,150,143); }
td.TdClassName
{
border-color: #E7968F;
}
.TagClassName
{
border-color: #E7968F;
}
</style>