Shades of Deep Pink #EF158A
Tints of Deep Pink #EF158A
RGB
CMYK
RGB Variations
Color information
#EF158A (or 0xEF158A) is known color: Deep Pink. HEX triplet: EF, 15 and 8A. RGB value is (239,21,138). Sum of RGB (Red+Green+Blue) = 239+21+138=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158A is #10EA75. Grayscale: #636363. Windows color (decimal): -1108598 or 9049583. OLE color: 9049583.
HSL color Cylindrical-coordinate representation of color #EF158A: hue angle of 327.8º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF158A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 138 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.06 |
| HSL | 327.8º | 0.87% | 0.51% | - |
| HSV(B) | 327.8º | 0.91% | 0.94% | - |
| XYZ | 40.45 | 20.72 | 25.91 | - |
| YUV | 99.52 | 149.72 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 138 | 0 | 0.91 | 0.42 | 0.06 | 327.8 | 0.87 | 0.51 |
| Hex | EF | 15 | 8A | 0 | 5B | 2A | 6 | 148 | 57 | 33 |
| Octal | 357 | 25 | 212 | 0 | 133 | 52 | 6 | 510 | 127 | 63 |
| Binary | 11101111 | 10101 | 10001010 | 0 | 1011011 | 101010 | 110 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EF158A
Complementary color
Monochromatic Colors of #EF158A
Black with #EF158A
Text Example
Text Example
White with #EF158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF158A; }
p { color: rgb(239,21,138); }
H1.HeaderClassName
{
color: #EF158A;
}
.AnyTagClassName
{
color: #EF158A;
}
</style>
background-color css
<style>
a { background-color: #EF158A; }
a { background-color: rgb(239,21,138); }
div.DivClassName
{
background-color: #EF158A;
}
.BgClassName
{
background-color: #EF158A;
}
</style>
border-color css
<style>
span { border-color: #EF158A; }
span { border-color: rgb(239,21,138); }
td.TdClassName
{
border-color: #EF158A;
}
.TagClassName
{
border-color: #EF158A;
}
</style>