Shades of Sweet Pink #EF8888
Tints of Sweet Pink #EF8888
RGB
CMYK
RGB Variations
Color information
#EF8888 (or 0xEF8888) is known color: Sweet Pink. HEX triplet: EF, 88 and 88. RGB value is (239,136,136). Sum of RGB (Red+Green+Blue) = 239+136+136=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8888 is #107777. Grayscale: #A6A6A6. Windows color (decimal): -1079160 or 8947951. OLE color: 8947951.
HSL color Cylindrical-coordinate representation of color #EF8888: hue angle of 0º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8888 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 136 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.06 |
| HSL | 0º | 0.76% | 0.74% | - |
| HSV(B) | 0º | 0.43% | 0.94% | - |
| XYZ | 48.84 | 37.74 | 28 | - |
| YUV | 166.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 136 | 0 | 0.43 | 0.43 | 0.06 | 0 | 0.76 | 0.74 |
| Hex | EF | 88 | 88 | 0 | 2B | 2B | 6 | 0 | 4C | 4A |
| Octal | 357 | 210 | 210 | 0 | 53 | 53 | 6 | 0 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10001000 | 0 | 101011 | 101011 | 110 | 0 | 1001100 | 1001010 |
Color Harmonies of #EF8888
Complementary color
Monochromatic Colors of #EF8888
Black with #EF8888
Text Example
Text Example
White with #EF8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8888; }
p { color: rgb(239,136,136); }
H1.HeaderClassName
{
color: #EF8888;
}
.AnyTagClassName
{
color: #EF8888;
}
</style>
background-color css
<style>
a { background-color: #EF8888; }
a { background-color: rgb(239,136,136); }
div.DivClassName
{
background-color: #EF8888;
}
.BgClassName
{
background-color: #EF8888;
}
</style>
border-color css
<style>
span { border-color: #EF8888; }
span { border-color: rgb(239,136,136); }
td.TdClassName
{
border-color: #EF8888;
}
.TagClassName
{
border-color: #EF8888;
}
</style>