Shades of Sweet Pink #EE9A94
Tints of Sweet Pink #EE9A94
RGB
CMYK
RGB Variations
Color information
#EE9A94 (or 0xEE9A94) is known color: Sweet Pink. HEX triplet: EE, 9A and 94. RGB value is (238,154,148). Sum of RGB (Red+Green+Blue) = 238+154+148=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A94 is #11656B. Grayscale: #B2B2B2. Windows color (decimal): -1140076 or 9738990. OLE color: 9738990.
HSL color Cylindrical-coordinate representation of color #EE9A94: hue angle of 4º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9A94 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 148 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.07 |
| HSL | 4º | 0.73% | 0.76% | - |
| HSV(B) | 4º | 0.38% | 0.93% | - |
| XYZ | 52.16 | 43.43 | 33.65 | - |
| YUV | 178.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 148 | 0 | 0.35 | 0.38 | 0.07 | 4 | 0.73 | 0.76 |
| Hex | EE | 9A | 94 | 0 | 23 | 26 | 7 | 4 | 49 | 4C |
| Octal | 356 | 232 | 224 | 0 | 43 | 46 | 7 | 4 | 111 | 114 |
| Binary | 11101110 | 10011010 | 10010100 | 0 | 100011 | 100110 | 111 | 100 | 1001001 | 1001100 |
Color Harmonies of #EE9A94
Complementary color
Monochromatic Colors of #EE9A94
Black with #EE9A94
Text Example
Text Example
White with #EE9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A94; }
p { color: rgb(238,154,148); }
H1.HeaderClassName
{
color: #EE9A94;
}
.AnyTagClassName
{
color: #EE9A94;
}
</style>
background-color css
<style>
a { background-color: #EE9A94; }
a { background-color: rgb(238,154,148); }
div.DivClassName
{
background-color: #EE9A94;
}
.BgClassName
{
background-color: #EE9A94;
}
</style>
border-color css
<style>
span { border-color: #EE9A94; }
span { border-color: rgb(238,154,148); }
td.TdClassName
{
border-color: #EE9A94;
}
.TagClassName
{
border-color: #EE9A94;
}
</style>