Shades of Sweet Pink #EF9991
Tints of Sweet Pink #EF9991
RGB
CMYK
RGB Variations
Color information
#EF9991 (or 0xEF9991) is known color: Sweet Pink. HEX triplet: EF, 99 and 91. RGB value is (239,153,145). Sum of RGB (Red+Green+Blue) = 239+153+145=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9991 is #10666E. Grayscale: #B1B1B1. Windows color (decimal): -1074799 or 9542127. OLE color: 9542127.
HSL color Cylindrical-coordinate representation of color #EF9991: hue angle of 5.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF9991 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 145 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.06 |
| HSL | 5.11º | 0.75% | 0.75% | - |
| HSV(B) | 5.11º | 0.39% | 0.94% | - |
| XYZ | 52.1 | 43.18 | 32.38 | - |
| YUV | 177.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 145 | 0 | 0.36 | 0.39 | 0.06 | 5.11 | 0.75 | 0.75 |
| Hex | EF | 99 | 91 | 0 | 24 | 27 | 6 | 5 | 4B | 4B |
| Octal | 357 | 231 | 221 | 0 | 44 | 47 | 6 | 5 | 113 | 113 |
| Binary | 11101111 | 10011001 | 10010001 | 0 | 100100 | 100111 | 110 | 101 | 1001011 | 1001011 |
Color Harmonies of #EF9991
Complementary color
Monochromatic Colors of #EF9991
Black with #EF9991
Text Example
Text Example
White with #EF9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9991; }
p { color: rgb(239,153,145); }
H1.HeaderClassName
{
color: #EF9991;
}
.AnyTagClassName
{
color: #EF9991;
}
</style>
background-color css
<style>
a { background-color: #EF9991; }
a { background-color: rgb(239,153,145); }
div.DivClassName
{
background-color: #EF9991;
}
.BgClassName
{
background-color: #EF9991;
}
</style>
border-color css
<style>
span { border-color: #EF9991; }
span { border-color: rgb(239,153,145); }
td.TdClassName
{
border-color: #EF9991;
}
.TagClassName
{
border-color: #EF9991;
}
</style>