Shades of Shocking Pink #EF0ABB
Tints of Shocking Pink #EF0ABB
RGB
CMYK
RGB Variations
Color information
#EF0ABB (or 0xEF0ABB) is known color: Shocking Pink. HEX triplet: EF, 0A and BB. RGB value is (239,10,187). Sum of RGB (Red+Green+Blue) = 239+10+187=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ABB is #10F544. Grayscale: #626262. Windows color (decimal): -1111365 or 12258031. OLE color: 12258031.
HSL color Cylindrical-coordinate representation of color #EF0ABB: hue angle of 313.62º 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 #EF0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.06 |
| HSL | 313.62º | 0.92% | 0.49% | - |
| HSV(B) | 313.62º | 0.96% | 0.94% | - |
| XYZ | 44.67 | 22.16 | 48.94 | - |
| YUV | 98.65 | 177.87 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 187 | 0 | 0.96 | 0.22 | 0.06 | 313.62 | 0.92 | 0.49 |
| Hex | EF | A | BB | 0 | 60 | 16 | 6 | 13A | 5C | 31 |
| Octal | 357 | 12 | 273 | 0 | 140 | 26 | 6 | 472 | 134 | 61 |
| Binary | 11101111 | 1010 | 10111011 | 0 | 1100000 | 10110 | 110 | 100111010 | 1011100 | 110001 |
Color Harmonies of #EF0ABB
Complementary color
Monochromatic Colors of #EF0ABB
Black with #EF0ABB
Text Example
Text Example
White with #EF0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ABB; }
p { color: rgb(239,10,187); }
H1.HeaderClassName
{
color: #EF0ABB;
}
.AnyTagClassName
{
color: #EF0ABB;
}
</style>
background-color css
<style>
a { background-color: #EF0ABB; }
a { background-color: rgb(239,10,187); }
div.DivClassName
{
background-color: #EF0ABB;
}
.BgClassName
{
background-color: #EF0ABB;
}
</style>
border-color css
<style>
span { border-color: #EF0ABB; }
span { border-color: rgb(239,10,187); }
td.TdClassName
{
border-color: #EF0ABB;
}
.TagClassName
{
border-color: #EF0ABB;
}
</style>