Shades of Sweet Pink #EEA098
Tints of Sweet Pink #EEA098
RGB
CMYK
RGB Variations
Color information
#EEA098 (or 0xEEA098) is known color: Sweet Pink. HEX triplet: EE, A0 and 98. RGB value is (238,160,152). Sum of RGB (Red+Green+Blue) = 238+160+152=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA098 is #115F67. Grayscale: #B6B6B6. Windows color (decimal): -1138536 or 10002670. OLE color: 10002670.
HSL color Cylindrical-coordinate representation of color #EEA098: hue angle of 5.58º 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 #EEA098 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 152 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.07 |
| HSL | 5.58º | 0.72% | 0.76% | - |
| HSV(B) | 5.58º | 0.36% | 0.93% | - |
| XYZ | 53.5 | 45.59 | 35.69 | - |
| YUV | 182.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 152 | 0 | 0.33 | 0.36 | 0.07 | 5.58 | 0.72 | 0.76 |
| Hex | EE | A0 | 98 | 0 | 21 | 24 | 7 | 6 | 48 | 4C |
| Octal | 356 | 240 | 230 | 0 | 41 | 44 | 7 | 6 | 110 | 114 |
| Binary | 11101110 | 10100000 | 10011000 | 0 | 100001 | 100100 | 111 | 110 | 1001000 | 1001100 |
Color Harmonies of #EEA098
Complementary color
Monochromatic Colors of #EEA098
Black with #EEA098
Text Example
Text Example
White with #EEA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA098; }
p { color: rgb(238,160,152); }
H1.HeaderClassName
{
color: #EEA098;
}
.AnyTagClassName
{
color: #EEA098;
}
</style>
background-color css
<style>
a { background-color: #EEA098; }
a { background-color: rgb(238,160,152); }
div.DivClassName
{
background-color: #EEA098;
}
.BgClassName
{
background-color: #EEA098;
}
</style>
border-color css
<style>
span { border-color: #EEA098; }
span { border-color: rgb(238,160,152); }
td.TdClassName
{
border-color: #EEA098;
}
.TagClassName
{
border-color: #EEA098;
}
</style>