Shades of Sweet Pink #EF8A8A
Tints of Sweet Pink #EF8A8A
RGB
CMYK
RGB Variations
Color information
#EF8A8A (or 0xEF8A8A) is known color: Sweet Pink. HEX triplet: EF, 8A and 8A. RGB value is (239,138,138). Sum of RGB (Red+Green+Blue) = 239+138+138=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8A is #107575. Grayscale: #A8A8A8. Windows color (decimal): -1078646 or 9079535. OLE color: 9079535.
HSL color Cylindrical-coordinate representation of color #EF8A8A: 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.42%. Process color model (Four color, CMYK) of #EF8A8A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 138 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.06 |
| HSL | 0º | 0.76% | 0.74% | - |
| HSV(B) | 0º | 0.42% | 0.94% | - |
| XYZ | 49.27 | 38.36 | 28.85 | - |
| YUV | 168.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 138 | 0 | 0.42 | 0.42 | 0.06 | 0 | 0.76 | 0.74 |
| Hex | EF | 8A | 8A | 0 | 2A | 2A | 6 | 0 | 4C | 4A |
| Octal | 357 | 212 | 212 | 0 | 52 | 52 | 6 | 0 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10001010 | 0 | 101010 | 101010 | 110 | 0 | 1001100 | 1001010 |
Color Harmonies of #EF8A8A
Complementary color
Monochromatic Colors of #EF8A8A
Black with #EF8A8A
Text Example
Text Example
White with #EF8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A8A; }
p { color: rgb(239,138,138); }
H1.HeaderClassName
{
color: #EF8A8A;
}
.AnyTagClassName
{
color: #EF8A8A;
}
</style>
background-color css
<style>
a { background-color: #EF8A8A; }
a { background-color: rgb(239,138,138); }
div.DivClassName
{
background-color: #EF8A8A;
}
.BgClassName
{
background-color: #EF8A8A;
}
</style>
border-color css
<style>
span { border-color: #EF8A8A; }
span { border-color: rgb(239,138,138); }
td.TdClassName
{
border-color: #EF8A8A;
}
.TagClassName
{
border-color: #EF8A8A;
}
</style>