Shades of Shocking Pink #EF09BA
Tints of Shocking Pink #EF09BA
RGB
CMYK
RGB Variations
Color information
#EF09BA (or 0xEF09BA) is known color: Shocking Pink. HEX triplet: EF, 09 and BA. RGB value is (239,9,186). Sum of RGB (Red+Green+Blue) = 239+9+186=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09BA is #10F645. Grayscale: #616161. Windows color (decimal): -1111622 or 12192239. OLE color: 12192239.
HSL color Cylindrical-coordinate representation of color #EF09BA: hue angle of 313.83º 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 #EF09BA is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.06 |
| HSL | 313.83º | 0.93% | 0.49% | - |
| HSV(B) | 313.83º | 0.96% | 0.94% | - |
| XYZ | 44.56 | 22.09 | 48.37 | - |
| YUV | 97.95 | 177.7 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 186 | 0 | 0.96 | 0.22 | 0.06 | 313.83 | 0.93 | 0.49 |
| Hex | EF | 9 | BA | 0 | 60 | 16 | 6 | 13A | 5D | 31 |
| Octal | 357 | 11 | 272 | 0 | 140 | 26 | 6 | 472 | 135 | 61 |
| Binary | 11101111 | 1001 | 10111010 | 0 | 1100000 | 10110 | 110 | 100111010 | 1011101 | 110001 |
Color Harmonies of #EF09BA
Complementary color
Monochromatic Colors of #EF09BA
Black with #EF09BA
Text Example
Text Example
White with #EF09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09BA; }
p { color: rgb(239,9,186); }
H1.HeaderClassName
{
color: #EF09BA;
}
.AnyTagClassName
{
color: #EF09BA;
}
</style>
background-color css
<style>
a { background-color: #EF09BA; }
a { background-color: rgb(239,9,186); }
div.DivClassName
{
background-color: #EF09BA;
}
.BgClassName
{
background-color: #EF09BA;
}
</style>
border-color css
<style>
span { border-color: #EF09BA; }
span { border-color: rgb(239,9,186); }
td.TdClassName
{
border-color: #EF09BA;
}
.TagClassName
{
border-color: #EF09BA;
}
</style>