Shades of Sweet Pink #EE9484
Tints of Sweet Pink #EE9484
RGB
CMYK
RGB Variations
Color information
#EE9484 (or 0xEE9484) is known color: Sweet Pink. HEX triplet: EE, 94 and 84. RGB value is (238,148,132). Sum of RGB (Red+Green+Blue) = 238+148+132=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9484 is #116B7B. Grayscale: #ADADAD. Windows color (decimal): -1141628 or 8688878. OLE color: 8688878.
HSL color Cylindrical-coordinate representation of color #EE9484: hue angle of 9.06º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9484 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 132 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.07 |
| HSL | 9.06º | 0.76% | 0.73% | - |
| HSV(B) | 9.06º | 0.45% | 0.93% | - |
| XYZ | 50.01 | 41.02 | 27.11 | - |
| YUV | 173.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 132 | 0 | 0.38 | 0.45 | 0.07 | 9.06 | 0.76 | 0.73 |
| Hex | EE | 94 | 84 | 0 | 26 | 2D | 7 | 9 | 4C | 49 |
| Octal | 356 | 224 | 204 | 0 | 46 | 55 | 7 | 11 | 114 | 111 |
| Binary | 11101110 | 10010100 | 10000100 | 0 | 100110 | 101101 | 111 | 1001 | 1001100 | 1001001 |
Color Harmonies of #EE9484
Complementary color
Monochromatic Colors of #EE9484
Black with #EE9484
Text Example
Text Example
White with #EE9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9484; }
p { color: rgb(238,148,132); }
H1.HeaderClassName
{
color: #EE9484;
}
.AnyTagClassName
{
color: #EE9484;
}
</style>
background-color css
<style>
a { background-color: #EE9484; }
a { background-color: rgb(238,148,132); }
div.DivClassName
{
background-color: #EE9484;
}
.BgClassName
{
background-color: #EE9484;
}
</style>
border-color css
<style>
span { border-color: #EE9484; }
span { border-color: rgb(238,148,132); }
td.TdClassName
{
border-color: #EE9484;
}
.TagClassName
{
border-color: #EE9484;
}
</style>