Shades of Deep Pink #EF169C
Tints of Deep Pink #EF169C
RGB
CMYK
RGB Variations
Color information
#EF169C (or 0xEF169C) is known color: Deep Pink. HEX triplet: EF, 16 and 9C. RGB value is (239,22,156). Sum of RGB (Red+Green+Blue) = 239+22+156=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF169C is #10E963. Grayscale: #656565. Windows color (decimal): -1108324 or 10229487. OLE color: 10229487.
HSL color Cylindrical-coordinate representation of color #EF169C: hue angle of 322.95º 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 #EF169C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 156 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.06 |
| HSL | 322.95º | 0.87% | 0.51% | - |
| HSV(B) | 322.95º | 0.91% | 0.94% | - |
| XYZ | 41.88 | 21.32 | 33.36 | - |
| YUV | 102.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 156 | 0 | 0.91 | 0.35 | 0.06 | 322.95 | 0.87 | 0.51 |
| Hex | EF | 16 | 9C | 0 | 5B | 23 | 6 | 143 | 57 | 33 |
| Octal | 357 | 26 | 234 | 0 | 133 | 43 | 6 | 503 | 127 | 63 |
| Binary | 11101111 | 10110 | 10011100 | 0 | 1011011 | 100011 | 110 | 101000011 | 1010111 | 110011 |
Color Harmonies of #EF169C
Complementary color
Monochromatic Colors of #EF169C
Black with #EF169C
Text Example
Text Example
White with #EF169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF169C; }
p { color: rgb(239,22,156); }
H1.HeaderClassName
{
color: #EF169C;
}
.AnyTagClassName
{
color: #EF169C;
}
</style>
background-color css
<style>
a { background-color: #EF169C; }
a { background-color: rgb(239,22,156); }
div.DivClassName
{
background-color: #EF169C;
}
.BgClassName
{
background-color: #EF169C;
}
</style>
border-color css
<style>
span { border-color: #EF169C; }
span { border-color: rgb(239,22,156); }
td.TdClassName
{
border-color: #EF169C;
}
.TagClassName
{
border-color: #EF169C;
}
</style>