Shades of Shocking Pink #EF01B8
Tints of Shocking Pink #EF01B8
RGB
CMYK
RGB Variations
Color information
#EF01B8 (or 0xEF01B8) is known color: Shocking Pink. HEX triplet: EF, 01 and B8. RGB value is (239,1,184). Sum of RGB (Red+Green+Blue) = 239+1+184=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01B8 is #10FE47. Grayscale: #5C5C5C. Windows color (decimal): -1113672 or 12059119. OLE color: 12059119.
HSL color Cylindrical-coordinate representation of color #EF01B8: hue angle of 313.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01B8 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.06 |
| HSL | 313.87º | 0.99% | 0.47% | - |
| HSV(B) | 313.87º | 1% | 0.94% | - |
| XYZ | 44.26 | 21.83 | 47.23 | - |
| YUV | 93.02 | 179.35 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 184 | 0 | 1.00 | 0.23 | 0.06 | 313.87 | 0.99 | 0.47 |
| Hex | EF | 1 | B8 | 0 | 64 | 17 | 6 | 13A | 63 | 2F |
| Octal | 357 | 1 | 270 | 0 | 144 | 27 | 6 | 472 | 143 | 57 |
| Binary | 11101111 | 1 | 10111000 | 0 | 1100100 | 10111 | 110 | 100111010 | 1100011 | 101111 |
Color Harmonies of #EF01B8
Complementary color
Monochromatic Colors of #EF01B8
Black with #EF01B8
Text Example
Text Example
White with #EF01B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01B8; }
p { color: rgb(239,1,184); }
H1.HeaderClassName
{
color: #EF01B8;
}
.AnyTagClassName
{
color: #EF01B8;
}
</style>
background-color css
<style>
a { background-color: #EF01B8; }
a { background-color: rgb(239,1,184); }
div.DivClassName
{
background-color: #EF01B8;
}
.BgClassName
{
background-color: #EF01B8;
}
</style>
border-color css
<style>
span { border-color: #EF01B8; }
span { border-color: rgb(239,1,184); }
td.TdClassName
{
border-color: #EF01B8;
}
.TagClassName
{
border-color: #EF01B8;
}
</style>