Shades of Shocking Pink #EF1AC9
Tints of Shocking Pink #EF1AC9
RGB
CMYK
RGB Variations
Color information
#EF1AC9 (or 0xEF1AC9) is known color: Shocking Pink. HEX triplet: EF, 1A and C9. RGB value is (239,26,201). Sum of RGB (Red+Green+Blue) = 239+26+201=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AC9 is #10E536. Grayscale: #6D6D6D. Windows color (decimal): -1107255 or 13179631. OLE color: 13179631.
HSL color Cylindrical-coordinate representation of color #EF1AC9: hue angle of 310.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AC9 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 201 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.06 |
| HSL | 310.7º | 0.87% | 0.52% | - |
| HSV(B) | 310.7º | 0.89% | 0.94% | - |
| XYZ | 46.51 | 23.31 | 57.31 | - |
| YUV | 109.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 201 | 0 | 0.89 | 0.16 | 0.06 | 310.7 | 0.87 | 0.52 |
| Hex | EF | 1A | C9 | 0 | 59 | 10 | 6 | 137 | 57 | 34 |
| Octal | 357 | 32 | 311 | 0 | 131 | 20 | 6 | 467 | 127 | 64 |
| Binary | 11101111 | 11010 | 11001001 | 0 | 1011001 | 10000 | 110 | 100110111 | 1010111 | 110100 |
Color Harmonies of #EF1AC9
Complementary color
Monochromatic Colors of #EF1AC9
Black with #EF1AC9
Text Example
Text Example
White with #EF1AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AC9; }
p { color: rgb(239,26,201); }
H1.HeaderClassName
{
color: #EF1AC9;
}
.AnyTagClassName
{
color: #EF1AC9;
}
</style>
background-color css
<style>
a { background-color: #EF1AC9; }
a { background-color: rgb(239,26,201); }
div.DivClassName
{
background-color: #EF1AC9;
}
.BgClassName
{
background-color: #EF1AC9;
}
</style>
border-color css
<style>
span { border-color: #EF1AC9; }
span { border-color: rgb(239,26,201); }
td.TdClassName
{
border-color: #EF1AC9;
}
.TagClassName
{
border-color: #EF1AC9;
}
</style>