Shades of Sweet Pink #EF9488
Tints of Sweet Pink #EF9488
RGB
CMYK
RGB Variations
Color information
#EF9488 (or 0xEF9488) is known color: Sweet Pink. HEX triplet: EF, 94 and 88. RGB value is (239,148,136). Sum of RGB (Red+Green+Blue) = 239+148+136=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9488 is #106B77. Grayscale: #ADADAD. Windows color (decimal): -1076088 or 8951023. OLE color: 8951023.
HSL color Cylindrical-coordinate representation of color #EF9488: hue angle of 6.99º 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 #EF9488 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 136 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.06 |
| HSL | 6.99º | 0.76% | 0.74% | - |
| HSV(B) | 6.99º | 0.43% | 0.94% | - |
| XYZ | 50.63 | 41.31 | 28.6 | - |
| YUV | 173.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 136 | 0 | 0.38 | 0.43 | 0.06 | 6.99 | 0.76 | 0.74 |
| Hex | EF | 94 | 88 | 0 | 26 | 2B | 6 | 7 | 4C | 4A |
| Octal | 357 | 224 | 210 | 0 | 46 | 53 | 6 | 7 | 114 | 112 |
| Binary | 11101111 | 10010100 | 10001000 | 0 | 100110 | 101011 | 110 | 111 | 1001100 | 1001010 |
Color Harmonies of #EF9488
Complementary color
Monochromatic Colors of #EF9488
Black with #EF9488
Text Example
Text Example
White with #EF9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9488; }
p { color: rgb(239,148,136); }
H1.HeaderClassName
{
color: #EF9488;
}
.AnyTagClassName
{
color: #EF9488;
}
</style>
background-color css
<style>
a { background-color: #EF9488; }
a { background-color: rgb(239,148,136); }
div.DivClassName
{
background-color: #EF9488;
}
.BgClassName
{
background-color: #EF9488;
}
</style>
border-color css
<style>
span { border-color: #EF9488; }
span { border-color: rgb(239,148,136); }
td.TdClassName
{
border-color: #EF9488;
}
.TagClassName
{
border-color: #EF9488;
}
</style>