Shades of Shocking Pink #EF1BD1
Tints of Shocking Pink #EF1BD1
RGB
CMYK
RGB Variations
Color information
#EF1BD1 (or 0xEF1BD1) is known color: Shocking Pink. HEX triplet: EF, 1B and D1. RGB value is (239,27,209). Sum of RGB (Red+Green+Blue) = 239+27+209=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BD1 is #10E42E. Grayscale: #6E6E6E. Windows color (decimal): -1106991 or 13704175. OLE color: 13704175.
HSL color Cylindrical-coordinate representation of color #EF1BD1: hue angle of 308.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BD1 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 209 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.06 |
| HSL | 308.49º | 0.87% | 0.52% | - |
| HSV(B) | 308.49º | 0.89% | 0.94% | - |
| XYZ | 47.5 | 23.74 | 62.4 | - |
| YUV | 111.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 209 | 0 | 0.89 | 0.13 | 0.06 | 308.49 | 0.87 | 0.52 |
| Hex | EF | 1B | D1 | 0 | 59 | D | 6 | 134 | 57 | 34 |
| Octal | 357 | 33 | 321 | 0 | 131 | 15 | 6 | 464 | 127 | 64 |
| Binary | 11101111 | 11011 | 11010001 | 0 | 1011001 | 1101 | 110 | 100110100 | 1010111 | 110100 |
Color Harmonies of #EF1BD1
Complementary color
Monochromatic Colors of #EF1BD1
Black with #EF1BD1
Text Example
Text Example
White with #EF1BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BD1; }
p { color: rgb(239,27,209); }
H1.HeaderClassName
{
color: #EF1BD1;
}
.AnyTagClassName
{
color: #EF1BD1;
}
</style>
background-color css
<style>
a { background-color: #EF1BD1; }
a { background-color: rgb(239,27,209); }
div.DivClassName
{
background-color: #EF1BD1;
}
.BgClassName
{
background-color: #EF1BD1;
}
</style>
border-color css
<style>
span { border-color: #EF1BD1; }
span { border-color: rgb(239,27,209); }
td.TdClassName
{
border-color: #EF1BD1;
}
.TagClassName
{
border-color: #EF1BD1;
}
</style>