Shades of Shocking Pink #EF01BD
Tints of Shocking Pink #EF01BD
RGB
CMYK
RGB Variations
Color information
#EF01BD (or 0xEF01BD) is known color: Shocking Pink. HEX triplet: EF, 01 and BD. RGB value is (239,1,189). Sum of RGB (Red+Green+Blue) = 239+1+189=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BD is #10FE42. Grayscale: #5D5D5D. Windows color (decimal): -1113667 or 12386799. OLE color: 12386799.
HSL color Cylindrical-coordinate representation of color #EF01BD: hue angle of 312.61º 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 #EF01BD is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.06 |
| HSL | 312.61º | 0.99% | 0.47% | - |
| HSV(B) | 312.61º | 1% | 0.94% | - |
| XYZ | 44.79 | 22.05 | 50.04 | - |
| YUV | 93.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 189 | 0 | 1.00 | 0.21 | 0.06 | 312.61 | 0.99 | 0.47 |
| Hex | EF | 1 | BD | 0 | 64 | 15 | 6 | 139 | 63 | 2F |
| Octal | 357 | 1 | 275 | 0 | 144 | 25 | 6 | 471 | 143 | 57 |
| Binary | 11101111 | 1 | 10111101 | 0 | 1100100 | 10101 | 110 | 100111001 | 1100011 | 101111 |
Color Harmonies of #EF01BD
Complementary color
Monochromatic Colors of #EF01BD
Black with #EF01BD
Text Example
Text Example
White with #EF01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01BD; }
p { color: rgb(239,1,189); }
H1.HeaderClassName
{
color: #EF01BD;
}
.AnyTagClassName
{
color: #EF01BD;
}
</style>
background-color css
<style>
a { background-color: #EF01BD; }
a { background-color: rgb(239,1,189); }
div.DivClassName
{
background-color: #EF01BD;
}
.BgClassName
{
background-color: #EF01BD;
}
</style>
border-color css
<style>
span { border-color: #EF01BD; }
span { border-color: rgb(239,1,189); }
td.TdClassName
{
border-color: #EF01BD;
}
.TagClassName
{
border-color: #EF01BD;
}
</style>