Shades of Deep Pink #EF098B
Tints of Deep Pink #EF098B
RGB
CMYK
RGB Variations
Color information
#EF098B (or 0xEF098B) is known color: Deep Pink. HEX triplet: EF, 09 and 8B. RGB value is (239,9,139). Sum of RGB (Red+Green+Blue) = 239+9+139=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF098B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF098B is #10F674. Grayscale: #5C5C5C. Windows color (decimal): -1111669 or 9112047. OLE color: 9112047.
HSL color Cylindrical-coordinate representation of color #EF098B: hue angle of 326.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF098B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.06 |
| HSL | 326.09º | 0.93% | 0.49% | - |
| HSV(B) | 326.09º | 0.96% | 0.94% | - |
| XYZ | 40.35 | 20.41 | 26.24 | - |
| YUV | 92.59 | 154.2 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 139 | 0 | 0.96 | 0.42 | 0.06 | 326.09 | 0.93 | 0.49 |
| Hex | EF | 9 | 8B | 0 | 60 | 2A | 6 | 146 | 5D | 31 |
| Octal | 357 | 11 | 213 | 0 | 140 | 52 | 6 | 506 | 135 | 61 |
| Binary | 11101111 | 1001 | 10001011 | 0 | 1100000 | 101010 | 110 | 101000110 | 1011101 | 110001 |
Color Harmonies of #EF098B
Complementary color
Monochromatic Colors of #EF098B
Black with #EF098B
Text Example
Text Example
White with #EF098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF098B; }
p { color: rgb(239,9,139); }
H1.HeaderClassName
{
color: #EF098B;
}
.AnyTagClassName
{
color: #EF098B;
}
</style>
background-color css
<style>
a { background-color: #EF098B; }
a { background-color: rgb(239,9,139); }
div.DivClassName
{
background-color: #EF098B;
}
.BgClassName
{
background-color: #EF098B;
}
</style>
border-color css
<style>
span { border-color: #EF098B; }
span { border-color: rgb(239,9,139); }
td.TdClassName
{
border-color: #EF098B;
}
.TagClassName
{
border-color: #EF098B;
}
</style>