Shades of Sweet Pink #EE988D
Tints of Sweet Pink #EE988D
RGB
CMYK
RGB Variations
Color information
#EE988D (or 0xEE988D) is known color: Sweet Pink. HEX triplet: EE, 98 and 8D. RGB value is (238,152,141). Sum of RGB (Red+Green+Blue) = 238+152+141=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE988D is #116772. Grayscale: #B0B0B0. Windows color (decimal): -1140595 or 9279726. OLE color: 9279726.
HSL color Cylindrical-coordinate representation of color #EE988D: hue angle of 6.8º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE988D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 141 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.07 |
| HSL | 6.8º | 0.74% | 0.74% | - |
| HSV(B) | 6.8º | 0.41% | 0.93% | - |
| XYZ | 51.3 | 42.56 | 30.71 | - |
| YUV | 176.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 141 | 0 | 0.36 | 0.41 | 0.07 | 6.8 | 0.74 | 0.74 |
| Hex | EE | 98 | 8D | 0 | 24 | 29 | 7 | 7 | 4A | 4A |
| Octal | 356 | 230 | 215 | 0 | 44 | 51 | 7 | 7 | 112 | 112 |
| Binary | 11101110 | 10011000 | 10001101 | 0 | 100100 | 101001 | 111 | 111 | 1001010 | 1001010 |
Color Harmonies of #EE988D
Complementary color
Monochromatic Colors of #EE988D
Black with #EE988D
Text Example
Text Example
White with #EE988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE988D; }
p { color: rgb(238,152,141); }
H1.HeaderClassName
{
color: #EE988D;
}
.AnyTagClassName
{
color: #EE988D;
}
</style>
background-color css
<style>
a { background-color: #EE988D; }
a { background-color: rgb(238,152,141); }
div.DivClassName
{
background-color: #EE988D;
}
.BgClassName
{
background-color: #EE988D;
}
</style>
border-color css
<style>
span { border-color: #EE988D; }
span { border-color: rgb(238,152,141); }
td.TdClassName
{
border-color: #EE988D;
}
.TagClassName
{
border-color: #EE988D;
}
</style>