Shades of Sweet Pink #EF9489
Tints of Sweet Pink #EF9489
RGB
CMYK
RGB Variations
Color information
#EF9489 (or 0xEF9489) is known color: Sweet Pink. HEX triplet: EF, 94 and 89. RGB value is (239,148,137). Sum of RGB (Red+Green+Blue) = 239+148+137=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9489 is #106B76. Grayscale: #AEAEAE. Windows color (decimal): -1076087 or 9016559. OLE color: 9016559.
HSL color Cylindrical-coordinate representation of color #EF9489: hue angle of 6.47º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF9489 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 137 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.06 |
| HSL | 6.47º | 0.76% | 0.74% | - |
| HSV(B) | 6.47º | 0.43% | 0.94% | - |
| XYZ | 50.7 | 41.34 | 28.97 | - |
| YUV | 173.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 137 | 0 | 0.38 | 0.43 | 0.06 | 6.47 | 0.76 | 0.74 |
| Hex | EF | 94 | 89 | 0 | 26 | 2B | 6 | 6 | 4C | 4A |
| Octal | 357 | 224 | 211 | 0 | 46 | 53 | 6 | 6 | 114 | 112 |
| Binary | 11101111 | 10010100 | 10001001 | 0 | 100110 | 101011 | 110 | 110 | 1001100 | 1001010 |
Color Harmonies of #EF9489
Complementary color
Monochromatic Colors of #EF9489
Black with #EF9489
Text Example
Text Example
White with #EF9489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9489; }
p { color: rgb(239,148,137); }
H1.HeaderClassName
{
color: #EF9489;
}
.AnyTagClassName
{
color: #EF9489;
}
</style>
background-color css
<style>
a { background-color: #EF9489; }
a { background-color: rgb(239,148,137); }
div.DivClassName
{
background-color: #EF9489;
}
.BgClassName
{
background-color: #EF9489;
}
</style>
border-color css
<style>
span { border-color: #EF9489; }
span { border-color: rgb(239,148,137); }
td.TdClassName
{
border-color: #EF9489;
}
.TagClassName
{
border-color: #EF9489;
}
</style>