Shades of Sweet Pink #EF908D
Tints of Sweet Pink #EF908D
RGB
CMYK
RGB Variations
Color information
#EF908D (or 0xEF908D) is known color: Sweet Pink. HEX triplet: EF, 90 and 8D. RGB value is (239,144,141). Sum of RGB (Red+Green+Blue) = 239+144+141=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908D is #106F72. Grayscale: #ACACAC. Windows color (decimal): -1077107 or 9277679. OLE color: 9277679.
HSL color Cylindrical-coordinate representation of color #EF908D: hue angle of 1.84º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF908D is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 141 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.06 |
| HSL | 1.84º | 0.75% | 0.75% | - |
| HSV(B) | 1.84º | 0.41% | 0.94% | - |
| XYZ | 50.38 | 40.22 | 30.31 | - |
| YUV | 172.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 141 | 0 | 0.40 | 0.41 | 0.06 | 1.84 | 0.75 | 0.75 |
| Hex | EF | 90 | 8D | 0 | 28 | 29 | 6 | 2 | 4B | 4B |
| Octal | 357 | 220 | 215 | 0 | 50 | 51 | 6 | 2 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10001101 | 0 | 101000 | 101001 | 110 | 10 | 1001011 | 1001011 |
Color Harmonies of #EF908D
Complementary color
Monochromatic Colors of #EF908D
Black with #EF908D
Text Example
Text Example
White with #EF908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF908D; }
p { color: rgb(239,144,141); }
H1.HeaderClassName
{
color: #EF908D;
}
.AnyTagClassName
{
color: #EF908D;
}
</style>
background-color css
<style>
a { background-color: #EF908D; }
a { background-color: rgb(239,144,141); }
div.DivClassName
{
background-color: #EF908D;
}
.BgClassName
{
background-color: #EF908D;
}
</style>
border-color css
<style>
span { border-color: #EF908D; }
span { border-color: rgb(239,144,141); }
td.TdClassName
{
border-color: #EF908D;
}
.TagClassName
{
border-color: #EF908D;
}
</style>