Shades of Shocking Pink #EF0AB6
Tints of Shocking Pink #EF0AB6
RGB
CMYK
RGB Variations
Color information
#EF0AB6 (or 0xEF0AB6) is known color: Shocking Pink. HEX triplet: EF, 0A and B6. RGB value is (239,10,182). Sum of RGB (Red+Green+Blue) = 239+10+182=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AB6 is #10F549. Grayscale: #616161. Windows color (decimal): -1111370 or 11930351. OLE color: 11930351.
HSL color Cylindrical-coordinate representation of color #EF0AB6: hue angle of 314.93º degrees, saturation: 0.92, 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 #EF0AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 182 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.06 |
| HSL | 314.93º | 0.92% | 0.49% | - |
| HSV(B) | 314.93º | 0.96% | 0.94% | - |
| XYZ | 44.15 | 21.95 | 46.16 | - |
| YUV | 98.08 | 175.37 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 182 | 0 | 0.96 | 0.24 | 0.06 | 314.93 | 0.92 | 0.49 |
| Hex | EF | A | B6 | 0 | 60 | 18 | 6 | 13B | 5C | 31 |
| Octal | 357 | 12 | 266 | 0 | 140 | 30 | 6 | 473 | 134 | 61 |
| Binary | 11101111 | 1010 | 10110110 | 0 | 1100000 | 11000 | 110 | 100111011 | 1011100 | 110001 |
Color Harmonies of #EF0AB6
Complementary color
Monochromatic Colors of #EF0AB6
Black with #EF0AB6
Text Example
Text Example
White with #EF0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AB6; }
p { color: rgb(239,10,182); }
H1.HeaderClassName
{
color: #EF0AB6;
}
.AnyTagClassName
{
color: #EF0AB6;
}
</style>
background-color css
<style>
a { background-color: #EF0AB6; }
a { background-color: rgb(239,10,182); }
div.DivClassName
{
background-color: #EF0AB6;
}
.BgClassName
{
background-color: #EF0AB6;
}
</style>
border-color css
<style>
span { border-color: #EF0AB6; }
span { border-color: rgb(239,10,182); }
td.TdClassName
{
border-color: #EF0AB6;
}
.TagClassName
{
border-color: #EF0AB6;
}
</style>