Shades of Sweet Pink #EEA09A
Tints of Sweet Pink #EEA09A
RGB
CMYK
RGB Variations
Color information
#EEA09A (or 0xEEA09A) is known color: Sweet Pink. HEX triplet: EE, A0 and 9A. RGB value is (238,160,154). Sum of RGB (Red+Green+Blue) = 238+160+154=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA09A is #115F65. Grayscale: #B6B6B6. Windows color (decimal): -1138534 or 10133742. OLE color: 10133742.
HSL color Cylindrical-coordinate representation of color #EEA09A: hue angle of 4.29º 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 #EEA09A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 154 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.07 |
| HSL | 4.29º | 0.71% | 0.77% | - |
| HSV(B) | 4.29º | 0.35% | 0.93% | - |
| XYZ | 53.66 | 45.65 | 36.56 | - |
| YUV | 182.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 154 | 0 | 0.33 | 0.35 | 0.07 | 4.29 | 0.71 | 0.77 |
| Hex | EE | A0 | 9A | 0 | 21 | 23 | 7 | 4 | 47 | 4D |
| Octal | 356 | 240 | 232 | 0 | 41 | 43 | 7 | 4 | 107 | 115 |
| Binary | 11101110 | 10100000 | 10011010 | 0 | 100001 | 100011 | 111 | 100 | 1000111 | 1001101 |
Color Harmonies of #EEA09A
Complementary color
Monochromatic Colors of #EEA09A
Black with #EEA09A
Text Example
Text Example
White with #EEA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA09A; }
p { color: rgb(238,160,154); }
H1.HeaderClassName
{
color: #EEA09A;
}
.AnyTagClassName
{
color: #EEA09A;
}
</style>
background-color css
<style>
a { background-color: #EEA09A; }
a { background-color: rgb(238,160,154); }
div.DivClassName
{
background-color: #EEA09A;
}
.BgClassName
{
background-color: #EEA09A;
}
</style>
border-color css
<style>
span { border-color: #EEA09A; }
span { border-color: rgb(238,160,154); }
td.TdClassName
{
border-color: #EEA09A;
}
.TagClassName
{
border-color: #EEA09A;
}
</style>