Shades of Sweet Pink #EE988E
Tints of Sweet Pink #EE988E
RGB
CMYK
RGB Variations
Color information
#EE988E (or 0xEE988E) is known color: Sweet Pink. HEX triplet: EE, 98 and 8E. RGB value is (238,152,142). Sum of RGB (Red+Green+Blue) = 238+152+142=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE988E is #116771. Grayscale: #B0B0B0. Windows color (decimal): -1140594 or 9345262. OLE color: 9345262.
HSL color Cylindrical-coordinate representation of color #EE988E: hue angle of 6.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE988E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 142 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.07 |
| HSL | 6.25º | 0.74% | 0.75% | - |
| HSV(B) | 6.25º | 0.4% | 0.93% | - |
| XYZ | 51.37 | 42.59 | 31.1 | - |
| YUV | 176.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 142 | 0 | 0.36 | 0.40 | 0.07 | 6.25 | 0.74 | 0.75 |
| Hex | EE | 98 | 8E | 0 | 24 | 28 | 7 | 6 | 4A | 4B |
| Octal | 356 | 230 | 216 | 0 | 44 | 50 | 7 | 6 | 112 | 113 |
| Binary | 11101110 | 10011000 | 10001110 | 0 | 100100 | 101000 | 111 | 110 | 1001010 | 1001011 |
Color Harmonies of #EE988E
Complementary color
Monochromatic Colors of #EE988E
Black with #EE988E
Text Example
Text Example
White with #EE988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE988E; }
p { color: rgb(238,152,142); }
H1.HeaderClassName
{
color: #EE988E;
}
.AnyTagClassName
{
color: #EE988E;
}
</style>
background-color css
<style>
a { background-color: #EE988E; }
a { background-color: rgb(238,152,142); }
div.DivClassName
{
background-color: #EE988E;
}
.BgClassName
{
background-color: #EE988E;
}
</style>
border-color css
<style>
span { border-color: #EE988E; }
span { border-color: rgb(238,152,142); }
td.TdClassName
{
border-color: #EE988E;
}
.TagClassName
{
border-color: #EE988E;
}
</style>