Shades of Sweet Pink #EF8D8D
Tints of Sweet Pink #EF8D8D
RGB
CMYK
RGB Variations
Color information
#EF8D8D (or 0xEF8D8D) is known color: Sweet Pink. HEX triplet: EF, 8D and 8D. RGB value is (239,141,141). Sum of RGB (Red+Green+Blue) = 239+141+141=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D8D is #107272. Grayscale: #AAAAAA. Windows color (decimal): -1077875 or 9276911. OLE color: 9276911.
HSL color Cylindrical-coordinate representation of color #EF8D8D: hue angle of 0º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D8D is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 141 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.06 |
| HSL | 0º | 0.75% | 0.75% | - |
| HSV(B) | 0º | 0.41% | 0.94% | - |
| XYZ | 49.93 | 39.32 | 30.16 | - |
| YUV | 170.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 141 | 0 | 0.41 | 0.41 | 0.06 | 0 | 0.75 | 0.75 |
| Hex | EF | 8D | 8D | 0 | 29 | 29 | 6 | 0 | 4B | 4B |
| Octal | 357 | 215 | 215 | 0 | 51 | 51 | 6 | 0 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10001101 | 0 | 101001 | 101001 | 110 | 0 | 1001011 | 1001011 |
Color Harmonies of #EF8D8D
Complementary color
Monochromatic Colors of #EF8D8D
Black with #EF8D8D
Text Example
Text Example
White with #EF8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D8D; }
p { color: rgb(239,141,141); }
H1.HeaderClassName
{
color: #EF8D8D;
}
.AnyTagClassName
{
color: #EF8D8D;
}
</style>
background-color css
<style>
a { background-color: #EF8D8D; }
a { background-color: rgb(239,141,141); }
div.DivClassName
{
background-color: #EF8D8D;
}
.BgClassName
{
background-color: #EF8D8D;
}
</style>
border-color css
<style>
span { border-color: #EF8D8D; }
span { border-color: rgb(239,141,141); }
td.TdClassName
{
border-color: #EF8D8D;
}
.TagClassName
{
border-color: #EF8D8D;
}
</style>