Shades of Sweet Pink #EF9E9E
Tints of Sweet Pink #EF9E9E
RGB
CMYK
RGB Variations
Color information
#EF9E9E (or 0xEF9E9E) is known color: Sweet Pink. HEX triplet: EF, 9E and 9E. RGB value is (239,158,158). Sum of RGB (Red+Green+Blue) = 239+158+158=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E9E is #106161. Grayscale: #B6B6B6. Windows color (decimal): -1073506 or 10395375. OLE color: 10395375.
HSL color Cylindrical-coordinate representation of color #EF9E9E: hue angle of 0º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9E9E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 158 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.06 |
| HSL | 0º | 0.72% | 0.78% | - |
| HSV(B) | 0º | 0.34% | 0.94% | - |
| XYZ | 54 | 45.27 | 38.24 | - |
| YUV | 182.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 158 | 0 | 0.34 | 0.34 | 0.06 | 0 | 0.72 | 0.78 |
| Hex | EF | 9E | 9E | 0 | 22 | 22 | 6 | 0 | 48 | 4E |
| Octal | 357 | 236 | 236 | 0 | 42 | 42 | 6 | 0 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10011110 | 0 | 100010 | 100010 | 110 | 0 | 1001000 | 1001110 |
Color Harmonies of #EF9E9E
Complementary color
Monochromatic Colors of #EF9E9E
Black with #EF9E9E
Text Example
Text Example
White with #EF9E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E9E; }
p { color: rgb(239,158,158); }
H1.HeaderClassName
{
color: #EF9E9E;
}
.AnyTagClassName
{
color: #EF9E9E;
}
</style>
background-color css
<style>
a { background-color: #EF9E9E; }
a { background-color: rgb(239,158,158); }
div.DivClassName
{
background-color: #EF9E9E;
}
.BgClassName
{
background-color: #EF9E9E;
}
</style>
border-color css
<style>
span { border-color: #EF9E9E; }
span { border-color: rgb(239,158,158); }
td.TdClassName
{
border-color: #EF9E9E;
}
.TagClassName
{
border-color: #EF9E9E;
}
</style>