Shades of Sweet Pink #EF8B8B
Tints of Sweet Pink #EF8B8B
RGB
CMYK
RGB Variations
Color information
#EF8B8B (or 0xEF8B8B) is known color: Sweet Pink. HEX triplet: EF, 8B and 8B. RGB value is (239,139,139). Sum of RGB (Red+Green+Blue) = 239+139+139=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B8B is #107474. Grayscale: #A8A8A8. Windows color (decimal): -1078389 or 9145327. OLE color: 9145327.
HSL color Cylindrical-coordinate representation of color #EF8B8B: hue angle of 0º 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 #EF8B8B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 139 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.06 |
| HSL | 0º | 0.76% | 0.74% | - |
| HSV(B) | 0º | 0.42% | 0.94% | - |
| XYZ | 49.49 | 38.68 | 29.28 | - |
| YUV | 168.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 139 | 0 | 0.42 | 0.42 | 0.06 | 0 | 0.76 | 0.74 |
| Hex | EF | 8B | 8B | 0 | 2A | 2A | 6 | 0 | 4C | 4A |
| Octal | 357 | 213 | 213 | 0 | 52 | 52 | 6 | 0 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10001011 | 0 | 101010 | 101010 | 110 | 0 | 1001100 | 1001010 |
Color Harmonies of #EF8B8B
Complementary color
Monochromatic Colors of #EF8B8B
Black with #EF8B8B
Text Example
Text Example
White with #EF8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B8B; }
p { color: rgb(239,139,139); }
H1.HeaderClassName
{
color: #EF8B8B;
}
.AnyTagClassName
{
color: #EF8B8B;
}
</style>
background-color css
<style>
a { background-color: #EF8B8B; }
a { background-color: rgb(239,139,139); }
div.DivClassName
{
background-color: #EF8B8B;
}
.BgClassName
{
background-color: #EF8B8B;
}
</style>
border-color css
<style>
span { border-color: #EF8B8B; }
span { border-color: rgb(239,139,139); }
td.TdClassName
{
border-color: #EF8B8B;
}
.TagClassName
{
border-color: #EF8B8B;
}
</style>