Shades of Sweet Pink #EF9898
Tints of Sweet Pink #EF9898
RGB
CMYK
RGB Variations
Color information
#EF9898 (or 0xEF9898) is known color: Sweet Pink. HEX triplet: EF, 98 and 98. RGB value is (239,152,152). Sum of RGB (Red+Green+Blue) = 239+152+152=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9898 is #106767. Grayscale: #B2B2B2. Windows color (decimal): -1075048 or 10000623. OLE color: 10000623.
HSL color Cylindrical-coordinate representation of color #EF9898: hue angle of 0º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9898 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 152 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.06 |
| HSL | 0º | 0.73% | 0.77% | - |
| HSV(B) | 0º | 0.36% | 0.94% | - |
| XYZ | 52.49 | 43.07 | 35.25 | - |
| YUV | 178.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 152 | 0 | 0.36 | 0.36 | 0.06 | 0 | 0.73 | 0.77 |
| Hex | EF | 98 | 98 | 0 | 24 | 24 | 6 | 0 | 49 | 4D |
| Octal | 357 | 230 | 230 | 0 | 44 | 44 | 6 | 0 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10011000 | 0 | 100100 | 100100 | 110 | 0 | 1001001 | 1001101 |
Color Harmonies of #EF9898
Complementary color
Monochromatic Colors of #EF9898
Black with #EF9898
Text Example
Text Example
White with #EF9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9898; }
p { color: rgb(239,152,152); }
H1.HeaderClassName
{
color: #EF9898;
}
.AnyTagClassName
{
color: #EF9898;
}
</style>
background-color css
<style>
a { background-color: #EF9898; }
a { background-color: rgb(239,152,152); }
div.DivClassName
{
background-color: #EF9898;
}
.BgClassName
{
background-color: #EF9898;
}
</style>
border-color css
<style>
span { border-color: #EF9898; }
span { border-color: rgb(239,152,152); }
td.TdClassName
{
border-color: #EF9898;
}
.TagClassName
{
border-color: #EF9898;
}
</style>