Shades of Shocking Pink #EF1ECB
Tints of Shocking Pink #EF1ECB
RGB
CMYK
RGB Variations
Color information
#EF1ECB (or 0xEF1ECB) is known color: Shocking Pink. HEX triplet: EF, 1E and CB. RGB value is (239,30,203). Sum of RGB (Red+Green+Blue) = 239+30+203=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ECB is #10E134. Grayscale: #6F6F6F. Windows color (decimal): -1106229 or 13311727. OLE color: 13311727.
HSL color Cylindrical-coordinate representation of color #EF1ECB: hue angle of 310.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1ECB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 203 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.33º | 0.87% | 0.53% | - |
| HSV(B) | 310.33º | 0.87% | 0.94% | - |
| XYZ | 46.84 | 23.59 | 58.58 | - |
| YUV | 112.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 203 | 0 | 0.87 | 0.15 | 0.06 | 310.33 | 0.87 | 0.53 |
| Hex | EF | 1E | CB | 0 | 57 | F | 6 | 136 | 57 | 35 |
| Octal | 357 | 36 | 313 | 0 | 127 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11110 | 11001011 | 0 | 1010111 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1ECB
Complementary color
Monochromatic Colors of #EF1ECB
Black with #EF1ECB
Text Example
Text Example
White with #EF1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ECB; }
p { color: rgb(239,30,203); }
H1.HeaderClassName
{
color: #EF1ECB;
}
.AnyTagClassName
{
color: #EF1ECB;
}
</style>
background-color css
<style>
a { background-color: #EF1ECB; }
a { background-color: rgb(239,30,203); }
div.DivClassName
{
background-color: #EF1ECB;
}
.BgClassName
{
background-color: #EF1ECB;
}
</style>
border-color css
<style>
span { border-color: #EF1ECB; }
span { border-color: rgb(239,30,203); }
td.TdClassName
{
border-color: #EF1ECB;
}
.TagClassName
{
border-color: #EF1ECB;
}
</style>