Shades of Sweet Pink #E9968B
Tints of Sweet Pink #E9968B
RGB
CMYK
RGB Variations
Color information
#E9968B (or 0xE9968B) is known color: Sweet Pink. HEX triplet: E9, 96 and 8B. RGB value is (233,150,139). Sum of RGB (Red+Green+Blue) = 233+150+139=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968B is #166974. Grayscale: #ADADAD. Windows color (decimal): -1468789 or 9148137. OLE color: 9148137.
HSL color Cylindrical-coordinate representation of color #E9968B: hue angle of 7.02º degrees, saturation: 0.68, 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 #E9968B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 139 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.09 |
| HSL | 7.02º | 0.68% | 0.73% | - |
| HSV(B) | 7.02º | 0.4% | 0.91% | - |
| XYZ | 49.17 | 41 | 29.75 | - |
| YUV | 173.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 139 | 0 | 0.36 | 0.40 | 0.09 | 7.02 | 0.68 | 0.73 |
| Hex | E9 | 96 | 8B | 0 | 24 | 28 | 9 | 7 | 44 | 49 |
| Octal | 351 | 226 | 213 | 0 | 44 | 50 | 11 | 7 | 104 | 111 |
| Binary | 11101001 | 10010110 | 10001011 | 0 | 100100 | 101000 | 1001 | 111 | 1000100 | 1001001 |
Color Harmonies of #E9968B
Complementary color
Monochromatic Colors of #E9968B
Black with #E9968B
Text Example
Text Example
White with #E9968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9968B; }
p { color: rgb(233,150,139); }
H1.HeaderClassName
{
color: #E9968B;
}
.AnyTagClassName
{
color: #E9968B;
}
</style>
background-color css
<style>
a { background-color: #E9968B; }
a { background-color: rgb(233,150,139); }
div.DivClassName
{
background-color: #E9968B;
}
.BgClassName
{
background-color: #E9968B;
}
</style>
border-color css
<style>
span { border-color: #E9968B; }
span { border-color: rgb(233,150,139); }
td.TdClassName
{
border-color: #E9968B;
}
.TagClassName
{
border-color: #E9968B;
}
</style>