Shades of Sweet Pink #EF9085
Tints of Sweet Pink #EF9085
RGB
CMYK
RGB Variations
Color information
#EF9085 (or 0xEF9085) is known color: Sweet Pink. HEX triplet: EF, 90 and 85. RGB value is (239,144,133). Sum of RGB (Red+Green+Blue) = 239+144+133=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9085 is #106F7A. Grayscale: #ABABAB. Windows color (decimal): -1077115 or 8753391. OLE color: 8753391.
HSL color Cylindrical-coordinate representation of color #EF9085: hue angle of 6.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF9085 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 133 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.06 |
| HSL | 6.23º | 0.77% | 0.73% | - |
| HSV(B) | 6.23º | 0.44% | 0.94% | - |
| XYZ | 49.8 | 39.99 | 27.28 | - |
| YUV | 171.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 133 | 0 | 0.40 | 0.44 | 0.06 | 6.23 | 0.77 | 0.73 |
| Hex | EF | 90 | 85 | 0 | 28 | 2C | 6 | 6 | 4D | 49 |
| Octal | 357 | 220 | 205 | 0 | 50 | 54 | 6 | 6 | 115 | 111 |
| Binary | 11101111 | 10010000 | 10000101 | 0 | 101000 | 101100 | 110 | 110 | 1001101 | 1001001 |
Color Harmonies of #EF9085
Complementary color
Monochromatic Colors of #EF9085
Black with #EF9085
Text Example
Text Example
White with #EF9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9085; }
p { color: rgb(239,144,133); }
H1.HeaderClassName
{
color: #EF9085;
}
.AnyTagClassName
{
color: #EF9085;
}
</style>
background-color css
<style>
a { background-color: #EF9085; }
a { background-color: rgb(239,144,133); }
div.DivClassName
{
background-color: #EF9085;
}
.BgClassName
{
background-color: #EF9085;
}
</style>
border-color css
<style>
span { border-color: #EF9085; }
span { border-color: rgb(239,144,133); }
td.TdClassName
{
border-color: #EF9085;
}
.TagClassName
{
border-color: #EF9085;
}
</style>