Shades of Sweet Pink #EF908C
Tints of Sweet Pink #EF908C
RGB
CMYK
RGB Variations
Color information
#EF908C (or 0xEF908C) is known color: Sweet Pink. HEX triplet: EF, 90 and 8C. RGB value is (239,144,140). Sum of RGB (Red+Green+Blue) = 239+144+140=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908C is #106F73. Grayscale: #ACACAC. Windows color (decimal): -1077108 or 9212143. OLE color: 9212143.
HSL color Cylindrical-coordinate representation of color #EF908C: hue angle of 2.42º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF908C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 140 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.06 |
| HSL | 2.42º | 0.76% | 0.74% | - |
| HSV(B) | 2.42º | 0.41% | 0.94% | - |
| XYZ | 50.3 | 40.19 | 29.92 | - |
| YUV | 171.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 140 | 0 | 0.40 | 0.41 | 0.06 | 2.42 | 0.76 | 0.74 |
| Hex | EF | 90 | 8C | 0 | 28 | 29 | 6 | 2 | 4C | 4A |
| Octal | 357 | 220 | 214 | 0 | 50 | 51 | 6 | 2 | 114 | 112 |
| Binary | 11101111 | 10010000 | 10001100 | 0 | 101000 | 101001 | 110 | 10 | 1001100 | 1001010 |
Color Harmonies of #EF908C
Complementary color
Monochromatic Colors of #EF908C
Black with #EF908C
Text Example
Text Example
White with #EF908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF908C; }
p { color: rgb(239,144,140); }
H1.HeaderClassName
{
color: #EF908C;
}
.AnyTagClassName
{
color: #EF908C;
}
</style>
background-color css
<style>
a { background-color: #EF908C; }
a { background-color: rgb(239,144,140); }
div.DivClassName
{
background-color: #EF908C;
}
.BgClassName
{
background-color: #EF908C;
}
</style>
border-color css
<style>
span { border-color: #EF908C; }
span { border-color: rgb(239,144,140); }
td.TdClassName
{
border-color: #EF908C;
}
.TagClassName
{
border-color: #EF908C;
}
</style>