Shades of Sweet Pink #EEA09B
Tints of Sweet Pink #EEA09B
RGB
CMYK
RGB Variations
Color information
#EEA09B (or 0xEEA09B) is known color: Sweet Pink. HEX triplet: EE, A0 and 9B. RGB value is (238,160,155). Sum of RGB (Red+Green+Blue) = 238+160+155=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA09B is #115F64. Grayscale: #B6B6B6. Windows color (decimal): -1138533 or 10199278. OLE color: 10199278.
HSL color Cylindrical-coordinate representation of color #EEA09B: hue angle of 3.61º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA09B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 155 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.07 |
| HSL | 3.61º | 0.71% | 0.77% | - |
| HSV(B) | 3.61º | 0.35% | 0.93% | - |
| XYZ | 53.75 | 45.69 | 37 | - |
| YUV | 182.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 155 | 0 | 0.33 | 0.35 | 0.07 | 3.61 | 0.71 | 0.77 |
| Hex | EE | A0 | 9B | 0 | 21 | 23 | 7 | 4 | 47 | 4D |
| Octal | 356 | 240 | 233 | 0 | 41 | 43 | 7 | 4 | 107 | 115 |
| Binary | 11101110 | 10100000 | 10011011 | 0 | 100001 | 100011 | 111 | 100 | 1000111 | 1001101 |
Color Harmonies of #EEA09B
Complementary color
Monochromatic Colors of #EEA09B
Black with #EEA09B
Text Example
Text Example
White with #EEA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA09B; }
p { color: rgb(238,160,155); }
H1.HeaderClassName
{
color: #EEA09B;
}
.AnyTagClassName
{
color: #EEA09B;
}
</style>
background-color css
<style>
a { background-color: #EEA09B; }
a { background-color: rgb(238,160,155); }
div.DivClassName
{
background-color: #EEA09B;
}
.BgClassName
{
background-color: #EEA09B;
}
</style>
border-color css
<style>
span { border-color: #EEA09B; }
span { border-color: rgb(238,160,155); }
td.TdClassName
{
border-color: #EEA09B;
}
.TagClassName
{
border-color: #EEA09B;
}
</style>