Shades of Sweet Pink #EE9082
Tints of Sweet Pink #EE9082
RGB
CMYK
RGB Variations
Color information
#EE9082 (or 0xEE9082) is known color: Sweet Pink. HEX triplet: EE, 90 and 82. RGB value is (238,144,130). Sum of RGB (Red+Green+Blue) = 238+144+130=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9082 is #116F7D. Grayscale: #AAAAAA. Windows color (decimal): -1142654 or 8556782. OLE color: 8556782.
HSL color Cylindrical-coordinate representation of color #EE9082: hue angle of 7.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9082 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 130 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.07 |
| HSL | 7.78º | 0.76% | 0.72% | - |
| HSV(B) | 7.78º | 0.45% | 0.93% | - |
| XYZ | 49.26 | 39.74 | 26.19 | - |
| YUV | 170.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 130 | 0 | 0.39 | 0.45 | 0.07 | 7.78 | 0.76 | 0.72 |
| Hex | EE | 90 | 82 | 0 | 27 | 2D | 7 | 8 | 4C | 48 |
| Octal | 356 | 220 | 202 | 0 | 47 | 55 | 7 | 10 | 114 | 110 |
| Binary | 11101110 | 10010000 | 10000010 | 0 | 100111 | 101101 | 111 | 1000 | 1001100 | 1001000 |
Color Harmonies of #EE9082
Complementary color
Monochromatic Colors of #EE9082
Black with #EE9082
Text Example
Text Example
White with #EE9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9082; }
p { color: rgb(238,144,130); }
H1.HeaderClassName
{
color: #EE9082;
}
.AnyTagClassName
{
color: #EE9082;
}
</style>
background-color css
<style>
a { background-color: #EE9082; }
a { background-color: rgb(238,144,130); }
div.DivClassName
{
background-color: #EE9082;
}
.BgClassName
{
background-color: #EE9082;
}
</style>
border-color css
<style>
span { border-color: #EE9082; }
span { border-color: rgb(238,144,130); }
td.TdClassName
{
border-color: #EE9082;
}
.TagClassName
{
border-color: #EE9082;
}
</style>