Shades of Sweet Pink #EF9692
Tints of Sweet Pink #EF9692
RGB
CMYK
RGB Variations
Color information
#EF9692 (or 0xEF9692) is known color: Sweet Pink. HEX triplet: EF, 96 and 92. RGB value is (239,150,146). Sum of RGB (Red+Green+Blue) = 239+150+146=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9692 is #10696D. Grayscale: #B0B0B0. Windows color (decimal): -1075566 or 9606895. OLE color: 9606895.
HSL color Cylindrical-coordinate representation of color #EF9692: hue angle of 2.58º degrees, saturation: 0.74, 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 #EF9692 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 146 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.06 |
| HSL | 2.58º | 0.74% | 0.75% | - |
| HSV(B) | 2.58º | 0.39% | 0.94% | - |
| XYZ | 51.69 | 42.24 | 32.62 | - |
| YUV | 176.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 146 | 0 | 0.37 | 0.39 | 0.06 | 2.58 | 0.74 | 0.75 |
| Hex | EF | 96 | 92 | 0 | 25 | 27 | 6 | 3 | 4A | 4B |
| Octal | 357 | 226 | 222 | 0 | 45 | 47 | 6 | 3 | 112 | 113 |
| Binary | 11101111 | 10010110 | 10010010 | 0 | 100101 | 100111 | 110 | 11 | 1001010 | 1001011 |
Color Harmonies of #EF9692
Complementary color
Monochromatic Colors of #EF9692
Black with #EF9692
Text Example
Text Example
White with #EF9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9692; }
p { color: rgb(239,150,146); }
H1.HeaderClassName
{
color: #EF9692;
}
.AnyTagClassName
{
color: #EF9692;
}
</style>
background-color css
<style>
a { background-color: #EF9692; }
a { background-color: rgb(239,150,146); }
div.DivClassName
{
background-color: #EF9692;
}
.BgClassName
{
background-color: #EF9692;
}
</style>
border-color css
<style>
span { border-color: #EF9692; }
span { border-color: rgb(239,150,146); }
td.TdClassName
{
border-color: #EF9692;
}
.TagClassName
{
border-color: #EF9692;
}
</style>