Shades of Sweet Pink #E9968D
Tints of Sweet Pink #E9968D
RGB
CMYK
RGB Variations
Color information
#E9968D (or 0xE9968D) is known color: Sweet Pink. HEX triplet: E9, 96 and 8D. RGB value is (233,150,141). Sum of RGB (Red+Green+Blue) = 233+150+141=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968D is #166972. Grayscale: #ADADAD. Windows color (decimal): -1468787 or 9279209. OLE color: 9279209.
HSL color Cylindrical-coordinate representation of color #E9968D: hue angle of 5.87º degrees, saturation: 0.68, 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 #E9968D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 141 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.09 |
| HSL | 5.87º | 0.68% | 0.73% | - |
| HSV(B) | 5.87º | 0.39% | 0.91% | - |
| XYZ | 49.32 | 41.06 | 30.53 | - |
| YUV | 173.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 141 | 0 | 0.36 | 0.39 | 0.09 | 5.87 | 0.68 | 0.73 |
| Hex | E9 | 96 | 8D | 0 | 24 | 27 | 9 | 6 | 44 | 49 |
| Octal | 351 | 226 | 215 | 0 | 44 | 47 | 11 | 6 | 104 | 111 |
| Binary | 11101001 | 10010110 | 10001101 | 0 | 100100 | 100111 | 1001 | 110 | 1000100 | 1001001 |
Color Harmonies of #E9968D
Complementary color
Monochromatic Colors of #E9968D
Black with #E9968D
Text Example
Text Example
White with #E9968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9968D; }
p { color: rgb(233,150,141); }
H1.HeaderClassName
{
color: #E9968D;
}
.AnyTagClassName
{
color: #E9968D;
}
</style>
background-color css
<style>
a { background-color: #E9968D; }
a { background-color: rgb(233,150,141); }
div.DivClassName
{
background-color: #E9968D;
}
.BgClassName
{
background-color: #E9968D;
}
</style>
border-color css
<style>
span { border-color: #E9968D; }
span { border-color: rgb(233,150,141); }
td.TdClassName
{
border-color: #E9968D;
}
.TagClassName
{
border-color: #E9968D;
}
</style>