Shades of Shocking Pink #EF0ECB
Tints of Shocking Pink #EF0ECB
RGB
CMYK
RGB Variations
Color information
#EF0ECB (or 0xEF0ECB) is known color: Shocking Pink. HEX triplet: EF, 0E and CB. RGB value is (239,14,203). Sum of RGB (Red+Green+Blue) = 239+14+203=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ECB is #10F134. Grayscale: #666666. Windows color (decimal): -1110325 or 13307631. OLE color: 13307631.
HSL color Cylindrical-coordinate representation of color #EF0ECB: hue angle of 309.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.06 |
| HSL | 309.6º | 0.89% | 0.5% | - |
| HSV(B) | 309.6º | 0.94% | 0.94% | - |
| XYZ | 46.53 | 22.98 | 58.48 | - |
| YUV | 102.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 203 | 0 | 0.94 | 0.15 | 0.06 | 309.6 | 0.89 | 0.5 |
| Hex | EF | E | CB | 0 | 5E | F | 6 | 136 | 59 | 32 |
| Octal | 357 | 16 | 313 | 0 | 136 | 17 | 6 | 466 | 131 | 62 |
| Binary | 11101111 | 1110 | 11001011 | 0 | 1011110 | 1111 | 110 | 100110110 | 1011001 | 110010 |
Color Harmonies of #EF0ECB
Complementary color
Monochromatic Colors of #EF0ECB
Black with #EF0ECB
Text Example
Text Example
White with #EF0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ECB; }
p { color: rgb(239,14,203); }
H1.HeaderClassName
{
color: #EF0ECB;
}
.AnyTagClassName
{
color: #EF0ECB;
}
</style>
background-color css
<style>
a { background-color: #EF0ECB; }
a { background-color: rgb(239,14,203); }
div.DivClassName
{
background-color: #EF0ECB;
}
.BgClassName
{
background-color: #EF0ECB;
}
</style>
border-color css
<style>
span { border-color: #EF0ECB; }
span { border-color: rgb(239,14,203); }
td.TdClassName
{
border-color: #EF0ECB;
}
.TagClassName
{
border-color: #EF0ECB;
}
</style>