Shades of Shocking Pink #EF0ABF
Tints of Shocking Pink #EF0ABF
RGB
CMYK
RGB Variations
Color information
#EF0ABF (or 0xEF0ABF) is known color: Shocking Pink. HEX triplet: EF, 0A and BF. RGB value is (239,10,191). Sum of RGB (Red+Green+Blue) = 239+10+191=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ABF is #10F540. Grayscale: #626262. Windows color (decimal): -1111361 or 12520175. OLE color: 12520175.
HSL color Cylindrical-coordinate representation of color #EF0ABF: hue angle of 312.58º 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 #EF0ABF is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.06 |
| HSL | 312.58º | 0.92% | 0.49% | - |
| HSV(B) | 312.58º | 0.96% | 0.94% | - |
| XYZ | 45.11 | 22.33 | 51.22 | - |
| YUV | 99.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 191 | 0 | 0.96 | 0.20 | 0.06 | 312.58 | 0.92 | 0.49 |
| Hex | EF | A | BF | 0 | 60 | 14 | 6 | 139 | 5C | 31 |
| Octal | 357 | 12 | 277 | 0 | 140 | 24 | 6 | 471 | 134 | 61 |
| Binary | 11101111 | 1010 | 10111111 | 0 | 1100000 | 10100 | 110 | 100111001 | 1011100 | 110001 |
Color Harmonies of #EF0ABF
Complementary color
Monochromatic Colors of #EF0ABF
Black with #EF0ABF
Text Example
Text Example
White with #EF0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ABF; }
p { color: rgb(239,10,191); }
H1.HeaderClassName
{
color: #EF0ABF;
}
.AnyTagClassName
{
color: #EF0ABF;
}
</style>
background-color css
<style>
a { background-color: #EF0ABF; }
a { background-color: rgb(239,10,191); }
div.DivClassName
{
background-color: #EF0ABF;
}
.BgClassName
{
background-color: #EF0ABF;
}
</style>
border-color css
<style>
span { border-color: #EF0ABF; }
span { border-color: rgb(239,10,191); }
td.TdClassName
{
border-color: #EF0ABF;
}
.TagClassName
{
border-color: #EF0ABF;
}
</style>