Shades of Sweet Pink #EF9584
Tints of Sweet Pink #EF9584
RGB
CMYK
RGB Variations
Color information
#EF9584 (or 0xEF9584) is known color: Sweet Pink. HEX triplet: EF, 95 and 84. RGB value is (239,149,132). Sum of RGB (Red+Green+Blue) = 239+149+132=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9584 is #106A7B. Grayscale: #AEAEAE. Windows color (decimal): -1075836 or 8689135. OLE color: 8689135.
HSL color Cylindrical-coordinate representation of color #EF9584: hue angle of 9.53º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF9584 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 132 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.06 |
| HSL | 9.53º | 0.77% | 0.73% | - |
| HSV(B) | 9.53º | 0.45% | 0.94% | - |
| XYZ | 50.51 | 41.51 | 27.18 | - |
| YUV | 173.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 132 | 0 | 0.38 | 0.45 | 0.06 | 9.53 | 0.77 | 0.73 |
| Hex | EF | 95 | 84 | 0 | 26 | 2D | 6 | A | 4D | 49 |
| Octal | 357 | 225 | 204 | 0 | 46 | 55 | 6 | 12 | 115 | 111 |
| Binary | 11101111 | 10010101 | 10000100 | 0 | 100110 | 101101 | 110 | 1010 | 1001101 | 1001001 |
Color Harmonies of #EF9584
Complementary color
Monochromatic Colors of #EF9584
Black with #EF9584
Text Example
Text Example
White with #EF9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9584; }
p { color: rgb(239,149,132); }
H1.HeaderClassName
{
color: #EF9584;
}
.AnyTagClassName
{
color: #EF9584;
}
</style>
background-color css
<style>
a { background-color: #EF9584; }
a { background-color: rgb(239,149,132); }
div.DivClassName
{
background-color: #EF9584;
}
.BgClassName
{
background-color: #EF9584;
}
</style>
border-color css
<style>
span { border-color: #EF9584; }
span { border-color: rgb(239,149,132); }
td.TdClassName
{
border-color: #EF9584;
}
.TagClassName
{
border-color: #EF9584;
}
</style>