Shades of Sweet Pink #EE9385
Tints of Sweet Pink #EE9385
RGB
CMYK
RGB Variations
Color information
#EE9385 (or 0xEE9385) is known color: Sweet Pink. HEX triplet: EE, 93 and 85. RGB value is (238,147,133). Sum of RGB (Red+Green+Blue) = 238+147+133=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9385 is #116C7A. Grayscale: #ACACAC. Windows color (decimal): -1141883 or 8754158. OLE color: 8754158.
HSL color Cylindrical-coordinate representation of color #EE9385: hue angle of 8º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE9385 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 133 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.07 |
| HSL | 8º | 0.76% | 0.73% | - |
| HSV(B) | 8º | 0.44% | 0.93% | - |
| XYZ | 49.93 | 40.74 | 27.42 | - |
| YUV | 172.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 133 | 0 | 0.38 | 0.44 | 0.07 | 8 | 0.76 | 0.73 |
| Hex | EE | 93 | 85 | 0 | 26 | 2C | 7 | 8 | 4C | 49 |
| Octal | 356 | 223 | 205 | 0 | 46 | 54 | 7 | 10 | 114 | 111 |
| Binary | 11101110 | 10010011 | 10000101 | 0 | 100110 | 101100 | 111 | 1000 | 1001100 | 1001001 |
Color Harmonies of #EE9385
Complementary color
Monochromatic Colors of #EE9385
Black with #EE9385
Text Example
Text Example
White with #EE9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9385; }
p { color: rgb(238,147,133); }
H1.HeaderClassName
{
color: #EE9385;
}
.AnyTagClassName
{
color: #EE9385;
}
</style>
background-color css
<style>
a { background-color: #EE9385; }
a { background-color: rgb(238,147,133); }
div.DivClassName
{
background-color: #EE9385;
}
.BgClassName
{
background-color: #EE9385;
}
</style>
border-color css
<style>
span { border-color: #EE9385; }
span { border-color: rgb(238,147,133); }
td.TdClassName
{
border-color: #EE9385;
}
.TagClassName
{
border-color: #EE9385;
}
</style>