Shades of Sweet Pink #EEA099
Tints of Sweet Pink #EEA099
RGB
CMYK
RGB Variations
Color information
#EEA099 (or 0xEEA099) is known color: Sweet Pink. HEX triplet: EE, A0 and 99. RGB value is (238,160,153). Sum of RGB (Red+Green+Blue) = 238+160+153=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA099 is #115F66. Grayscale: #B6B6B6. Windows color (decimal): -1138535 or 10068206. OLE color: 10068206.
HSL color Cylindrical-coordinate representation of color #EEA099: hue angle of 4.94º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA099 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 153 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.07 |
| HSL | 4.94º | 0.71% | 0.77% | - |
| HSV(B) | 4.94º | 0.36% | 0.93% | - |
| XYZ | 53.58 | 45.62 | 36.12 | - |
| YUV | 182.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 153 | 0 | 0.33 | 0.36 | 0.07 | 4.94 | 0.71 | 0.77 |
| Hex | EE | A0 | 99 | 0 | 21 | 24 | 7 | 5 | 47 | 4D |
| Octal | 356 | 240 | 231 | 0 | 41 | 44 | 7 | 5 | 107 | 115 |
| Binary | 11101110 | 10100000 | 10011001 | 0 | 100001 | 100100 | 111 | 101 | 1000111 | 1001101 |
Color Harmonies of #EEA099
Complementary color
Monochromatic Colors of #EEA099
Black with #EEA099
Text Example
Text Example
White with #EEA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA099; }
p { color: rgb(238,160,153); }
H1.HeaderClassName
{
color: #EEA099;
}
.AnyTagClassName
{
color: #EEA099;
}
</style>
background-color css
<style>
a { background-color: #EEA099; }
a { background-color: rgb(238,160,153); }
div.DivClassName
{
background-color: #EEA099;
}
.BgClassName
{
background-color: #EEA099;
}
</style>
border-color css
<style>
span { border-color: #EEA099; }
span { border-color: rgb(238,160,153); }
td.TdClassName
{
border-color: #EEA099;
}
.TagClassName
{
border-color: #EEA099;
}
</style>