Shades of Sweet Pink #EE8B84
Tints of Sweet Pink #EE8B84
RGB
CMYK
RGB Variations
Color information
#EE8B84 (or 0xEE8B84) is known color: Sweet Pink. HEX triplet: EE, 8B and 84. RGB value is (238,139,132). Sum of RGB (Red+Green+Blue) = 238+139+132=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B84 is #11747B. Grayscale: #A7A7A7. Windows color (decimal): -1143932 or 8686574. OLE color: 8686574.
HSL color Cylindrical-coordinate representation of color #EE8B84: hue angle of 3.96º 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 #EE8B84 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 132 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 3.96º | 0.76% | 0.73% | - |
| HSV(B) | 3.96º | 0.45% | 0.93% | - |
| XYZ | 48.66 | 38.31 | 26.66 | - |
| YUV | 167.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 132 | 0 | 0.42 | 0.45 | 0.07 | 3.96 | 0.76 | 0.73 |
| Hex | EE | 8B | 84 | 0 | 2A | 2D | 7 | 4 | 4C | 49 |
| Octal | 356 | 213 | 204 | 0 | 52 | 55 | 7 | 4 | 114 | 111 |
| Binary | 11101110 | 10001011 | 10000100 | 0 | 101010 | 101101 | 111 | 100 | 1001100 | 1001001 |
Color Harmonies of #EE8B84
Complementary color
Monochromatic Colors of #EE8B84
Black with #EE8B84
Text Example
Text Example
White with #EE8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B84; }
p { color: rgb(238,139,132); }
H1.HeaderClassName
{
color: #EE8B84;
}
.AnyTagClassName
{
color: #EE8B84;
}
</style>
background-color css
<style>
a { background-color: #EE8B84; }
a { background-color: rgb(238,139,132); }
div.DivClassName
{
background-color: #EE8B84;
}
.BgClassName
{
background-color: #EE8B84;
}
</style>
border-color css
<style>
span { border-color: #EE8B84; }
span { border-color: rgb(238,139,132); }
td.TdClassName
{
border-color: #EE8B84;
}
.TagClassName
{
border-color: #EE8B84;
}
</style>