Shades of Sweet Pink #EE958D
Tints of Sweet Pink #EE958D
RGB
CMYK
RGB Variations
Color information
#EE958D (or 0xEE958D) is known color: Sweet Pink. HEX triplet: EE, 95 and 8D. RGB value is (238,149,141). Sum of RGB (Red+Green+Blue) = 238+149+141=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE958D is #116A72. Grayscale: #AEAEAE. Windows color (decimal): -1141363 or 9278958. OLE color: 9278958.
HSL color Cylindrical-coordinate representation of color #EE958D: hue angle of 4.95º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE958D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 141 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.07 |
| HSL | 4.95º | 0.74% | 0.74% | - |
| HSV(B) | 4.95º | 0.41% | 0.93% | - |
| XYZ | 50.82 | 41.6 | 30.55 | - |
| YUV | 174.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 141 | 0 | 0.37 | 0.41 | 0.07 | 4.95 | 0.74 | 0.74 |
| Hex | EE | 95 | 8D | 0 | 25 | 29 | 7 | 5 | 4A | 4A |
| Octal | 356 | 225 | 215 | 0 | 45 | 51 | 7 | 5 | 112 | 112 |
| Binary | 11101110 | 10010101 | 10001101 | 0 | 100101 | 101001 | 111 | 101 | 1001010 | 1001010 |
Color Harmonies of #EE958D
Complementary color
Monochromatic Colors of #EE958D
Black with #EE958D
Text Example
Text Example
White with #EE958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE958D; }
p { color: rgb(238,149,141); }
H1.HeaderClassName
{
color: #EE958D;
}
.AnyTagClassName
{
color: #EE958D;
}
</style>
background-color css
<style>
a { background-color: #EE958D; }
a { background-color: rgb(238,149,141); }
div.DivClassName
{
background-color: #EE958D;
}
.BgClassName
{
background-color: #EE958D;
}
</style>
border-color css
<style>
span { border-color: #EE958D; }
span { border-color: rgb(238,149,141); }
td.TdClassName
{
border-color: #EE958D;
}
.TagClassName
{
border-color: #EE958D;
}
</style>