Shades of Sweet Pink #EF948A
Tints of Sweet Pink #EF948A
RGB
CMYK
RGB Variations
Color information
#EF948A (or 0xEF948A) is known color: Sweet Pink. HEX triplet: EF, 94 and 8A. RGB value is (239,148,138). Sum of RGB (Red+Green+Blue) = 239+148+138=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948A is #106B75. Grayscale: #AEAEAE. Windows color (decimal): -1076086 or 9082095. OLE color: 9082095.
HSL color Cylindrical-coordinate representation of color #EF948A: hue angle of 5.94º 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 #EF948A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.06 |
| HSL | 5.94º | 0.76% | 0.74% | - |
| HSV(B) | 5.94º | 0.42% | 0.94% | - |
| XYZ | 50.77 | 41.37 | 29.35 | - |
| YUV | 174.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 138 | 0 | 0.38 | 0.42 | 0.06 | 5.94 | 0.76 | 0.74 |
| Hex | EF | 94 | 8A | 0 | 26 | 2A | 6 | 6 | 4C | 4A |
| Octal | 357 | 224 | 212 | 0 | 46 | 52 | 6 | 6 | 114 | 112 |
| Binary | 11101111 | 10010100 | 10001010 | 0 | 100110 | 101010 | 110 | 110 | 1001100 | 1001010 |
Color Harmonies of #EF948A
Complementary color
Monochromatic Colors of #EF948A
Black with #EF948A
Text Example
Text Example
White with #EF948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF948A; }
p { color: rgb(239,148,138); }
H1.HeaderClassName
{
color: #EF948A;
}
.AnyTagClassName
{
color: #EF948A;
}
</style>
background-color css
<style>
a { background-color: #EF948A; }
a { background-color: rgb(239,148,138); }
div.DivClassName
{
background-color: #EF948A;
}
.BgClassName
{
background-color: #EF948A;
}
</style>
border-color css
<style>
span { border-color: #EF948A; }
span { border-color: rgb(239,148,138); }
td.TdClassName
{
border-color: #EF948A;
}
.TagClassName
{
border-color: #EF948A;
}
</style>