Shades of Shocking Pink #EF0CB1
Tints of Shocking Pink #EF0CB1
RGB
CMYK
RGB Variations
Color information
#EF0CB1 (or 0xEF0CB1) is known color: Shocking Pink. HEX triplet: EF, 0C and B1. RGB value is (239,12,177). Sum of RGB (Red+Green+Blue) = 239+12+177=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CB1 is #10F34E. Grayscale: #626262. Windows color (decimal): -1110863 or 11603183. OLE color: 11603183.
HSL color Cylindrical-coordinate representation of color #EF0CB1: hue angle of 316.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CB1 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 177 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.06 |
| HSL | 316.39º | 0.9% | 0.49% | - |
| HSV(B) | 316.39º | 0.95% | 0.94% | - |
| XYZ | 43.66 | 21.79 | 43.5 | - |
| YUV | 98.68 | 172.21 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 177 | 0 | 0.95 | 0.26 | 0.06 | 316.39 | 0.9 | 0.49 |
| Hex | EF | C | B1 | 0 | 5F | 1A | 6 | 13C | 5A | 31 |
| Octal | 357 | 14 | 261 | 0 | 137 | 32 | 6 | 474 | 132 | 61 |
| Binary | 11101111 | 1100 | 10110001 | 0 | 1011111 | 11010 | 110 | 100111100 | 1011010 | 110001 |
Color Harmonies of #EF0CB1
Complementary color
Monochromatic Colors of #EF0CB1
Black with #EF0CB1
Text Example
Text Example
White with #EF0CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CB1; }
p { color: rgb(239,12,177); }
H1.HeaderClassName
{
color: #EF0CB1;
}
.AnyTagClassName
{
color: #EF0CB1;
}
</style>
background-color css
<style>
a { background-color: #EF0CB1; }
a { background-color: rgb(239,12,177); }
div.DivClassName
{
background-color: #EF0CB1;
}
.BgClassName
{
background-color: #EF0CB1;
}
</style>
border-color css
<style>
span { border-color: #EF0CB1; }
span { border-color: rgb(239,12,177); }
td.TdClassName
{
border-color: #EF0CB1;
}
.TagClassName
{
border-color: #EF0CB1;
}
</style>