Shades of Sweet Pink #EF9284
Tints of Sweet Pink #EF9284
RGB
CMYK
RGB Variations
Color information
#EF9284 (or 0xEF9284) is known color: Sweet Pink. HEX triplet: EF, 92 and 84. RGB value is (239,146,132). Sum of RGB (Red+Green+Blue) = 239+146+132=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9284 is #106D7B. Grayscale: #ACACAC. Windows color (decimal): -1076604 or 8688367. OLE color: 8688367.
HSL color Cylindrical-coordinate representation of color #EF9284: hue angle of 7.85º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF9284 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 132 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.06 |
| HSL | 7.85º | 0.77% | 0.73% | - |
| HSV(B) | 7.85º | 0.45% | 0.94% | - |
| XYZ | 50.04 | 40.57 | 27.02 | - |
| YUV | 172.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 132 | 0 | 0.39 | 0.45 | 0.06 | 7.85 | 0.77 | 0.73 |
| Hex | EF | 92 | 84 | 0 | 27 | 2D | 6 | 8 | 4D | 49 |
| Octal | 357 | 222 | 204 | 0 | 47 | 55 | 6 | 10 | 115 | 111 |
| Binary | 11101111 | 10010010 | 10000100 | 0 | 100111 | 101101 | 110 | 1000 | 1001101 | 1001001 |
Color Harmonies of #EF9284
Complementary color
Monochromatic Colors of #EF9284
Black with #EF9284
Text Example
Text Example
White with #EF9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9284; }
p { color: rgb(239,146,132); }
H1.HeaderClassName
{
color: #EF9284;
}
.AnyTagClassName
{
color: #EF9284;
}
</style>
background-color css
<style>
a { background-color: #EF9284; }
a { background-color: rgb(239,146,132); }
div.DivClassName
{
background-color: #EF9284;
}
.BgClassName
{
background-color: #EF9284;
}
</style>
border-color css
<style>
span { border-color: #EF9284; }
span { border-color: rgb(239,146,132); }
td.TdClassName
{
border-color: #EF9284;
}
.TagClassName
{
border-color: #EF9284;
}
</style>