Shades of Sweet Pink #E99486
Tints of Sweet Pink #E99486
RGB
CMYK
RGB Variations
Color information
#E99486 (or 0xE99486) is known color: Sweet Pink. HEX triplet: E9, 94 and 86. RGB value is (233,148,134). Sum of RGB (Red+Green+Blue) = 233+148+134=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E99486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99486 is #166B79. Grayscale: #ABABAB. Windows color (decimal): -1469306 or 8819945. OLE color: 8819945.
HSL color Cylindrical-coordinate representation of color #E99486: hue angle of 8.48º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E99486 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 134 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.09 |
| HSL | 8.48º | 0.69% | 0.72% | - |
| HSV(B) | 8.48º | 0.42% | 0.91% | - |
| XYZ | 48.5 | 40.22 | 27.76 | - |
| YUV | 171.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 134 | 0 | 0.36 | 0.42 | 0.09 | 8.48 | 0.69 | 0.72 |
| Hex | E9 | 94 | 86 | 0 | 24 | 2A | 9 | 8 | 45 | 48 |
| Octal | 351 | 224 | 206 | 0 | 44 | 52 | 11 | 10 | 105 | 110 |
| Binary | 11101001 | 10010100 | 10000110 | 0 | 100100 | 101010 | 1001 | 1000 | 1000101 | 1001000 |
Color Harmonies of #E99486
Complementary color
Monochromatic Colors of #E99486
Black with #E99486
Text Example
Text Example
White with #E99486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99486; }
p { color: rgb(233,148,134); }
H1.HeaderClassName
{
color: #E99486;
}
.AnyTagClassName
{
color: #E99486;
}
</style>
background-color css
<style>
a { background-color: #E99486; }
a { background-color: rgb(233,148,134); }
div.DivClassName
{
background-color: #E99486;
}
.BgClassName
{
background-color: #E99486;
}
</style>
border-color css
<style>
span { border-color: #E99486; }
span { border-color: rgb(233,148,134); }
td.TdClassName
{
border-color: #E99486;
}
.TagClassName
{
border-color: #E99486;
}
</style>