Shades of Sweet Pink #EF908E
Tints of Sweet Pink #EF908E
RGB
CMYK
RGB Variations
Color information
#EF908E (or 0xEF908E) is known color: Sweet Pink. HEX triplet: EF, 90 and 8E. RGB value is (239,144,142). Sum of RGB (Red+Green+Blue) = 239+144+142=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908E is #106F71. Grayscale: #ACACAC. Windows color (decimal): -1077106 or 9343215. OLE color: 9343215.
HSL color Cylindrical-coordinate representation of color #EF908E: hue angle of 1.24º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF908E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 142 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.06 |
| HSL | 1.24º | 0.75% | 0.75% | - |
| HSV(B) | 1.24º | 0.41% | 0.94% | - |
| XYZ | 50.45 | 40.25 | 30.7 | - |
| YUV | 172.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 142 | 0 | 0.40 | 0.41 | 0.06 | 1.24 | 0.75 | 0.75 |
| Hex | EF | 90 | 8E | 0 | 28 | 29 | 6 | 1 | 4B | 4B |
| Octal | 357 | 220 | 216 | 0 | 50 | 51 | 6 | 1 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10001110 | 0 | 101000 | 101001 | 110 | 1 | 1001011 | 1001011 |
Color Harmonies of #EF908E
Complementary color
Monochromatic Colors of #EF908E
Black with #EF908E
Text Example
Text Example
White with #EF908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF908E; }
p { color: rgb(239,144,142); }
H1.HeaderClassName
{
color: #EF908E;
}
.AnyTagClassName
{
color: #EF908E;
}
</style>
background-color css
<style>
a { background-color: #EF908E; }
a { background-color: rgb(239,144,142); }
div.DivClassName
{
background-color: #EF908E;
}
.BgClassName
{
background-color: #EF908E;
}
</style>
border-color css
<style>
span { border-color: #EF908E; }
span { border-color: rgb(239,144,142); }
td.TdClassName
{
border-color: #EF908E;
}
.TagClassName
{
border-color: #EF908E;
}
</style>