Shades of Sweet Pink #E9948C
Tints of Sweet Pink #E9948C
RGB
CMYK
RGB Variations
Color information
#E9948C (or 0xE9948C) is known color: Sweet Pink. HEX triplet: E9, 94 and 8C. RGB value is (233,148,140). Sum of RGB (Red+Green+Blue) = 233+148+140=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9948C is #166B73. Grayscale: #ACACAC. Windows color (decimal): -1469300 or 9213161. OLE color: 9213161.
HSL color Cylindrical-coordinate representation of color #E9948C: hue angle of 5.16º 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 #E9948C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 140 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.09 |
| HSL | 5.16º | 0.68% | 0.73% | - |
| HSV(B) | 5.16º | 0.4% | 0.91% | - |
| XYZ | 48.93 | 40.4 | 30.03 | - |
| YUV | 172.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 140 | 0 | 0.36 | 0.40 | 0.09 | 5.16 | 0.68 | 0.73 |
| Hex | E9 | 94 | 8C | 0 | 24 | 28 | 9 | 5 | 44 | 49 |
| Octal | 351 | 224 | 214 | 0 | 44 | 50 | 11 | 5 | 104 | 111 |
| Binary | 11101001 | 10010100 | 10001100 | 0 | 100100 | 101000 | 1001 | 101 | 1000100 | 1001001 |
Color Harmonies of #E9948C
Complementary color
Monochromatic Colors of #E9948C
Black with #E9948C
Text Example
Text Example
White with #E9948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9948C; }
p { color: rgb(233,148,140); }
H1.HeaderClassName
{
color: #E9948C;
}
.AnyTagClassName
{
color: #E9948C;
}
</style>
background-color css
<style>
a { background-color: #E9948C; }
a { background-color: rgb(233,148,140); }
div.DivClassName
{
background-color: #E9948C;
}
.BgClassName
{
background-color: #E9948C;
}
</style>
border-color css
<style>
span { border-color: #E9948C; }
span { border-color: rgb(233,148,140); }
td.TdClassName
{
border-color: #E9948C;
}
.TagClassName
{
border-color: #E9948C;
}
</style>