Shades of Sweet Pink #EF938B
Tints of Sweet Pink #EF938B
RGB
CMYK
RGB Variations
Color information
#EF938B (or 0xEF938B) is known color: Sweet Pink. HEX triplet: EF, 93 and 8B. RGB value is (239,147,139). Sum of RGB (Red+Green+Blue) = 239+147+139=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF938B is #106C74. Grayscale: #ADADAD. Windows color (decimal): -1076341 or 9147375. OLE color: 9147375.
HSL color Cylindrical-coordinate representation of color #EF938B: hue angle of 4.8º 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 #EF938B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 139 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.06 |
| HSL | 4.8º | 0.76% | 0.74% | - |
| HSV(B) | 4.8º | 0.42% | 0.94% | - |
| XYZ | 50.69 | 41.08 | 29.68 | - |
| YUV | 173.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 139 | 0 | 0.38 | 0.42 | 0.06 | 4.8 | 0.76 | 0.74 |
| Hex | EF | 93 | 8B | 0 | 26 | 2A | 6 | 5 | 4C | 4A |
| Octal | 357 | 223 | 213 | 0 | 46 | 52 | 6 | 5 | 114 | 112 |
| Binary | 11101111 | 10010011 | 10001011 | 0 | 100110 | 101010 | 110 | 101 | 1001100 | 1001010 |
Color Harmonies of #EF938B
Complementary color
Monochromatic Colors of #EF938B
Black with #EF938B
Text Example
Text Example
White with #EF938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF938B; }
p { color: rgb(239,147,139); }
H1.HeaderClassName
{
color: #EF938B;
}
.AnyTagClassName
{
color: #EF938B;
}
</style>
background-color css
<style>
a { background-color: #EF938B; }
a { background-color: rgb(239,147,139); }
div.DivClassName
{
background-color: #EF938B;
}
.BgClassName
{
background-color: #EF938B;
}
</style>
border-color css
<style>
span { border-color: #EF938B; }
span { border-color: rgb(239,147,139); }
td.TdClassName
{
border-color: #EF938B;
}
.TagClassName
{
border-color: #EF938B;
}
</style>