Shades of Sweet Pink #EF928B
Tints of Sweet Pink #EF928B
RGB
CMYK
RGB Variations
Color information
#EF928B (or 0xEF928B) is known color: Sweet Pink. HEX triplet: EF, 92 and 8B. RGB value is (239,146,139). Sum of RGB (Red+Green+Blue) = 239+146+139=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928B is #106D74. Grayscale: #ADADAD. Windows color (decimal): -1076597 or 9147119. OLE color: 9147119.
HSL color Cylindrical-coordinate representation of color #EF928B: hue angle of 4.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF928B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 139 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.06 |
| HSL | 4.2º | 0.76% | 0.74% | - |
| HSV(B) | 4.2º | 0.42% | 0.94% | - |
| XYZ | 50.54 | 40.77 | 29.63 | - |
| YUV | 173.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 139 | 0 | 0.39 | 0.42 | 0.06 | 4.2 | 0.76 | 0.74 |
| Hex | EF | 92 | 8B | 0 | 27 | 2A | 6 | 4 | 4C | 4A |
| Octal | 357 | 222 | 213 | 0 | 47 | 52 | 6 | 4 | 114 | 112 |
| Binary | 11101111 | 10010010 | 10001011 | 0 | 100111 | 101010 | 110 | 100 | 1001100 | 1001010 |
Color Harmonies of #EF928B
Complementary color
Monochromatic Colors of #EF928B
Black with #EF928B
Text Example
Text Example
White with #EF928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF928B; }
p { color: rgb(239,146,139); }
H1.HeaderClassName
{
color: #EF928B;
}
.AnyTagClassName
{
color: #EF928B;
}
</style>
background-color css
<style>
a { background-color: #EF928B; }
a { background-color: rgb(239,146,139); }
div.DivClassName
{
background-color: #EF928B;
}
.BgClassName
{
background-color: #EF928B;
}
</style>
border-color css
<style>
span { border-color: #EF928B; }
span { border-color: rgb(239,146,139); }
td.TdClassName
{
border-color: #EF928B;
}
.TagClassName
{
border-color: #EF928B;
}
</style>