Shades of Sweet Pink #EF9A90
Tints of Sweet Pink #EF9A90
RGB
CMYK
RGB Variations
Color information
#EF9A90 (or 0xEF9A90) is known color: Sweet Pink. HEX triplet: EF, 9A and 90. RGB value is (239,154,144). Sum of RGB (Red+Green+Blue) = 239+154+144=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A90 is #10656F. Grayscale: #B2B2B2. Windows color (decimal): -1074544 or 9476847. OLE color: 9476847.
HSL color Cylindrical-coordinate representation of color #EF9A90: hue angle of 6.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF9A90 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 144 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.06 |
| HSL | 6.32º | 0.75% | 0.75% | - |
| HSV(B) | 6.32º | 0.4% | 0.94% | - |
| XYZ | 52.19 | 43.48 | 32.03 | - |
| YUV | 178.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 144 | 0 | 0.36 | 0.40 | 0.06 | 6.32 | 0.75 | 0.75 |
| Hex | EF | 9A | 90 | 0 | 24 | 28 | 6 | 6 | 4B | 4B |
| Octal | 357 | 232 | 220 | 0 | 44 | 50 | 6 | 6 | 113 | 113 |
| Binary | 11101111 | 10011010 | 10010000 | 0 | 100100 | 101000 | 110 | 110 | 1001011 | 1001011 |
Color Harmonies of #EF9A90
Complementary color
Monochromatic Colors of #EF9A90
Black with #EF9A90
Text Example
Text Example
White with #EF9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A90; }
p { color: rgb(239,154,144); }
H1.HeaderClassName
{
color: #EF9A90;
}
.AnyTagClassName
{
color: #EF9A90;
}
</style>
background-color css
<style>
a { background-color: #EF9A90; }
a { background-color: rgb(239,154,144); }
div.DivClassName
{
background-color: #EF9A90;
}
.BgClassName
{
background-color: #EF9A90;
}
</style>
border-color css
<style>
span { border-color: #EF9A90; }
span { border-color: rgb(239,154,144); }
td.TdClassName
{
border-color: #EF9A90;
}
.TagClassName
{
border-color: #EF9A90;
}
</style>