Shades of Sweet Pink #EE8D84
Tints of Sweet Pink #EE8D84
RGB
CMYK
RGB Variations
Color information
#EE8D84 (or 0xEE8D84) is known color: Sweet Pink. HEX triplet: EE, 8D and 84. RGB value is (238,141,132). Sum of RGB (Red+Green+Blue) = 238+141+132=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D84 is #11727B. Grayscale: #A9A9A9. Windows color (decimal): -1143420 or 8687086. OLE color: 8687086.
HSL color Cylindrical-coordinate representation of color #EE8D84: hue angle of 5.09º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8D84 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 132 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.07 |
| HSL | 5.09º | 0.76% | 0.73% | - |
| HSV(B) | 5.09º | 0.45% | 0.93% | - |
| XYZ | 48.95 | 38.89 | 26.76 | - |
| YUV | 168.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 132 | 0 | 0.41 | 0.45 | 0.07 | 5.09 | 0.76 | 0.73 |
| Hex | EE | 8D | 84 | 0 | 29 | 2D | 7 | 5 | 4C | 49 |
| Octal | 356 | 215 | 204 | 0 | 51 | 55 | 7 | 5 | 114 | 111 |
| Binary | 11101110 | 10001101 | 10000100 | 0 | 101001 | 101101 | 111 | 101 | 1001100 | 1001001 |
Color Harmonies of #EE8D84
Complementary color
Monochromatic Colors of #EE8D84
Black with #EE8D84
Text Example
Text Example
White with #EE8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D84; }
p { color: rgb(238,141,132); }
H1.HeaderClassName
{
color: #EE8D84;
}
.AnyTagClassName
{
color: #EE8D84;
}
</style>
background-color css
<style>
a { background-color: #EE8D84; }
a { background-color: rgb(238,141,132); }
div.DivClassName
{
background-color: #EE8D84;
}
.BgClassName
{
background-color: #EE8D84;
}
</style>
border-color css
<style>
span { border-color: #EE8D84; }
span { border-color: rgb(238,141,132); }
td.TdClassName
{
border-color: #EE8D84;
}
.TagClassName
{
border-color: #EE8D84;
}
</style>