Shades of Sweet Pink #EE9F9D
Tints of Sweet Pink #EE9F9D
RGB
CMYK
RGB Variations
Color information
#EE9F9D (or 0xEE9F9D) is known color: Sweet Pink. HEX triplet: EE, 9F and 9D. RGB value is (238,159,157). Sum of RGB (Red+Green+Blue) = 238+159+157=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9F9D is #116062. Grayscale: #B6B6B6. Windows color (decimal): -1138787 or 10330094. OLE color: 10330094.
HSL color Cylindrical-coordinate representation of color #EE9F9D: hue angle of 1.48º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9F9D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 159 | 157 | - |
CMYK | 0 | 0.33 | 0.34 | 0.07 |
HSL | 1.48º | 0.7% | 0.77% | - |
HSV(B) | 1.48º | 0.34% | 0.93% | - |
XYZ | 53.74 | 45.41 | 37.83 | - |
YUV | 182.39 | 113.67 | 167.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 159 | 157 | 0 | 0.33 | 0.34 | 0.07 | 1.48 | 0.7 | 0.77 |
Hex | EE | 9F | 9D | 0 | 21 | 22 | 7 | 1 | 46 | 4D |
Octal | 356 | 237 | 235 | 0 | 41 | 42 | 7 | 1 | 106 | 115 |
Binary | 11101110 | 10011111 | 10011101 | 0 | 100001 | 100010 | 111 | 1 | 1000110 | 1001101 |
Color Harmonies of #EE9F9D
Complementary color
Monochromatic Colors of #EE9F9D
Black with #EE9F9D
Text Example
Text Example
White with #EE9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F9D; }
p { color: rgb(238,159,157); }
H1.HeaderClassName
{
color: #EE9F9D;
}
.AnyTagClassName
{
color: #EE9F9D;
}
</style>
background-color css
<style>
a { background-color: #EE9F9D; }
a { background-color: rgb(238,159,157); }
div.DivClassName
{
background-color: #EE9F9D;
}
.BgClassName
{
background-color: #EE9F9D;
}
</style>
border-color css
<style>
span { border-color: #EE9F9D; }
span { border-color: rgb(238,159,157); }
td.TdClassName
{
border-color: #EE9F9D;
}
.TagClassName
{
border-color: #EE9F9D;
}
</style>