Shades of Sweet Pink #EE998C
Tints of Sweet Pink #EE998C
RGB
CMYK
RGB Variations
Color information
#EE998C (or 0xEE998C) is known color: Sweet Pink. HEX triplet: EE, 99 and 8C. RGB value is (238,153,140). Sum of RGB (Red+Green+Blue) = 238+153+140=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE998C is #116673. Grayscale: #B1B1B1. Windows color (decimal): -1140340 or 9214446. OLE color: 9214446.
HSL color Cylindrical-coordinate representation of color #EE998C: hue angle of 7.96º 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 #EE998C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 140 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.07 |
| HSL | 7.96º | 0.74% | 0.74% | - |
| HSV(B) | 7.96º | 0.41% | 0.93% | - |
| XYZ | 51.38 | 42.85 | 30.37 | - |
| YUV | 176.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 140 | 0 | 0.36 | 0.41 | 0.07 | 7.96 | 0.74 | 0.74 |
| Hex | EE | 99 | 8C | 0 | 24 | 29 | 7 | 8 | 4A | 4A |
| Octal | 356 | 231 | 214 | 0 | 44 | 51 | 7 | 10 | 112 | 112 |
| Binary | 11101110 | 10011001 | 10001100 | 0 | 100100 | 101001 | 111 | 1000 | 1001010 | 1001010 |
Color Harmonies of #EE998C
Complementary color
Monochromatic Colors of #EE998C
Black with #EE998C
Text Example
Text Example
White with #EE998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE998C; }
p { color: rgb(238,153,140); }
H1.HeaderClassName
{
color: #EE998C;
}
.AnyTagClassName
{
color: #EE998C;
}
</style>
background-color css
<style>
a { background-color: #EE998C; }
a { background-color: rgb(238,153,140); }
div.DivClassName
{
background-color: #EE998C;
}
.BgClassName
{
background-color: #EE998C;
}
</style>
border-color css
<style>
span { border-color: #EE998C; }
span { border-color: rgb(238,153,140); }
td.TdClassName
{
border-color: #EE998C;
}
.TagClassName
{
border-color: #EE998C;
}
</style>