Shades of Sweet Pink #EE9A95
Tints of Sweet Pink #EE9A95
RGB
CMYK
RGB Variations
Color information
#EE9A95 (or 0xEE9A95) is known color: Sweet Pink. HEX triplet: EE, 9A and 95. RGB value is (238,154,149). Sum of RGB (Red+Green+Blue) = 238+154+149=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A95 is #11656A. Grayscale: #B2B2B2. Windows color (decimal): -1140075 or 9804526. OLE color: 9804526.
HSL color Cylindrical-coordinate representation of color #EE9A95: hue angle of 3.37º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9A95 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 149 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.07 |
| HSL | 3.37º | 0.72% | 0.76% | - |
| HSV(B) | 3.37º | 0.37% | 0.93% | - |
| XYZ | 52.24 | 43.46 | 34.07 | - |
| YUV | 178.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 149 | 0 | 0.35 | 0.37 | 0.07 | 3.37 | 0.72 | 0.76 |
| Hex | EE | 9A | 95 | 0 | 23 | 25 | 7 | 3 | 48 | 4C |
| Octal | 356 | 232 | 225 | 0 | 43 | 45 | 7 | 3 | 110 | 114 |
| Binary | 11101110 | 10011010 | 10010101 | 0 | 100011 | 100101 | 111 | 11 | 1001000 | 1001100 |
Color Harmonies of #EE9A95
Complementary color
Monochromatic Colors of #EE9A95
Black with #EE9A95
Text Example
Text Example
White with #EE9A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A95; }
p { color: rgb(238,154,149); }
H1.HeaderClassName
{
color: #EE9A95;
}
.AnyTagClassName
{
color: #EE9A95;
}
</style>
background-color css
<style>
a { background-color: #EE9A95; }
a { background-color: rgb(238,154,149); }
div.DivClassName
{
background-color: #EE9A95;
}
.BgClassName
{
background-color: #EE9A95;
}
</style>
border-color css
<style>
span { border-color: #EE9A95; }
span { border-color: rgb(238,154,149); }
td.TdClassName
{
border-color: #EE9A95;
}
.TagClassName
{
border-color: #EE9A95;
}
</style>