Shades of Sweet Pink #EE9898
Tints of Sweet Pink #EE9898
RGB
CMYK
RGB Variations
Color information
#EE9898 (or 0xEE9898) is known color: Sweet Pink. HEX triplet: EE, 98 and 98. RGB value is (238,152,152). Sum of RGB (Red+Green+Blue) = 238+152+152=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9898 is #116767. Grayscale: #B1B1B1. Windows color (decimal): -1140584 or 10000622. OLE color: 10000622.
HSL color Cylindrical-coordinate representation of color #EE9898: hue angle of 0º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE9898 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 152 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.07 |
| HSL | 0º | 0.72% | 0.76% | - |
| HSV(B) | 0º | 0.36% | 0.93% | - |
| XYZ | 52.16 | 42.9 | 35.24 | - |
| YUV | 177.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 152 | 0 | 0.36 | 0.36 | 0.07 | 0 | 0.72 | 0.76 |
| Hex | EE | 98 | 98 | 0 | 24 | 24 | 7 | 0 | 48 | 4C |
| Octal | 356 | 230 | 230 | 0 | 44 | 44 | 7 | 0 | 110 | 114 |
| Binary | 11101110 | 10011000 | 10011000 | 0 | 100100 | 100100 | 111 | 0 | 1001000 | 1001100 |
Color Harmonies of #EE9898
Complementary color
Monochromatic Colors of #EE9898
Black with #EE9898
Text Example
Text Example
White with #EE9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9898; }
p { color: rgb(238,152,152); }
H1.HeaderClassName
{
color: #EE9898;
}
.AnyTagClassName
{
color: #EE9898;
}
</style>
background-color css
<style>
a { background-color: #EE9898; }
a { background-color: rgb(238,152,152); }
div.DivClassName
{
background-color: #EE9898;
}
.BgClassName
{
background-color: #EE9898;
}
</style>
border-color css
<style>
span { border-color: #EE9898; }
span { border-color: rgb(238,152,152); }
td.TdClassName
{
border-color: #EE9898;
}
.TagClassName
{
border-color: #EE9898;
}
</style>