Shades of Sweet Pink #EE958E
Tints of Sweet Pink #EE958E
RGB
CMYK
RGB Variations
Color information
#EE958E (or 0xEE958E) is known color: Sweet Pink. HEX triplet: EE, 95 and 8E. RGB value is (238,149,142). Sum of RGB (Red+Green+Blue) = 238+149+142=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE958E is #116A71. Grayscale: #AEAEAE. Windows color (decimal): -1141362 or 9344494. OLE color: 9344494.
HSL color Cylindrical-coordinate representation of color #EE958E: hue angle of 4.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE958E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 142 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 4.38º | 0.74% | 0.75% | - |
| HSV(B) | 4.38º | 0.4% | 0.93% | - |
| XYZ | 50.89 | 41.63 | 30.94 | - |
| YUV | 174.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 142 | 0 | 0.37 | 0.40 | 0.07 | 4.38 | 0.74 | 0.75 |
| Hex | EE | 95 | 8E | 0 | 25 | 28 | 7 | 4 | 4A | 4B |
| Octal | 356 | 225 | 216 | 0 | 45 | 50 | 7 | 4 | 112 | 113 |
| Binary | 11101110 | 10010101 | 10001110 | 0 | 100101 | 101000 | 111 | 100 | 1001010 | 1001011 |
Color Harmonies of #EE958E
Complementary color
Monochromatic Colors of #EE958E
Black with #EE958E
Text Example
Text Example
White with #EE958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE958E; }
p { color: rgb(238,149,142); }
H1.HeaderClassName
{
color: #EE958E;
}
.AnyTagClassName
{
color: #EE958E;
}
</style>
background-color css
<style>
a { background-color: #EE958E; }
a { background-color: rgb(238,149,142); }
div.DivClassName
{
background-color: #EE958E;
}
.BgClassName
{
background-color: #EE958E;
}
</style>
border-color css
<style>
span { border-color: #EE958E; }
span { border-color: rgb(238,149,142); }
td.TdClassName
{
border-color: #EE958E;
}
.TagClassName
{
border-color: #EE958E;
}
</style>