Shades of Sweet Pink #EF908A
Tints of Sweet Pink #EF908A
RGB
CMYK
RGB Variations
Color information
#EF908A (or 0xEF908A) is known color: Sweet Pink. HEX triplet: EF, 90 and 8A. RGB value is (239,144,138). Sum of RGB (Red+Green+Blue) = 239+144+138=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908A is #106F75. Grayscale: #ABABAB. Windows color (decimal): -1077110 or 9081071. OLE color: 9081071.
HSL color Cylindrical-coordinate representation of color #EF908A: hue angle of 3.56º 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 #EF908A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 138 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.06 |
| HSL | 3.56º | 0.76% | 0.74% | - |
| HSV(B) | 3.56º | 0.42% | 0.94% | - |
| XYZ | 50.16 | 40.13 | 29.15 | - |
| YUV | 171.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 138 | 0 | 0.40 | 0.42 | 0.06 | 3.56 | 0.76 | 0.74 |
| Hex | EF | 90 | 8A | 0 | 28 | 2A | 6 | 4 | 4C | 4A |
| Octal | 357 | 220 | 212 | 0 | 50 | 52 | 6 | 4 | 114 | 112 |
| Binary | 11101111 | 10010000 | 10001010 | 0 | 101000 | 101010 | 110 | 100 | 1001100 | 1001010 |
Color Harmonies of #EF908A
Complementary color
Monochromatic Colors of #EF908A
Black with #EF908A
Text Example
Text Example
White with #EF908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF908A; }
p { color: rgb(239,144,138); }
H1.HeaderClassName
{
color: #EF908A;
}
.AnyTagClassName
{
color: #EF908A;
}
</style>
background-color css
<style>
a { background-color: #EF908A; }
a { background-color: rgb(239,144,138); }
div.DivClassName
{
background-color: #EF908A;
}
.BgClassName
{
background-color: #EF908A;
}
</style>
border-color css
<style>
span { border-color: #EF908A; }
span { border-color: rgb(239,144,138); }
td.TdClassName
{
border-color: #EF908A;
}
.TagClassName
{
border-color: #EF908A;
}
</style>