Shades of Shocking Pink #EF1ACB
Tints of Shocking Pink #EF1ACB
RGB
CMYK
RGB Variations
Color information
#EF1ACB (or 0xEF1ACB) is known color: Shocking Pink. HEX triplet: EF, 1A and CB. RGB value is (239,26,203). Sum of RGB (Red+Green+Blue) = 239+26+203=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ACB is #10E534. Grayscale: #6D6D6D. Windows color (decimal): -1107253 or 13310703. OLE color: 13310703.
HSL color Cylindrical-coordinate representation of color #EF1ACB: hue angle of 310.14º 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 #EF1ACB is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.06 |
| HSL | 310.14º | 0.87% | 0.52% | - |
| HSV(B) | 310.14º | 0.89% | 0.94% | - |
| XYZ | 46.75 | 23.4 | 58.55 | - |
| YUV | 109.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 203 | 0 | 0.89 | 0.15 | 0.06 | 310.14 | 0.87 | 0.52 |
| Hex | EF | 1A | CB | 0 | 59 | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 32 | 313 | 0 | 131 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11010 | 11001011 | 0 | 1011001 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF1ACB
Complementary color
Monochromatic Colors of #EF1ACB
Black with #EF1ACB
Text Example
Text Example
White with #EF1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ACB; }
p { color: rgb(239,26,203); }
H1.HeaderClassName
{
color: #EF1ACB;
}
.AnyTagClassName
{
color: #EF1ACB;
}
</style>
background-color css
<style>
a { background-color: #EF1ACB; }
a { background-color: rgb(239,26,203); }
div.DivClassName
{
background-color: #EF1ACB;
}
.BgClassName
{
background-color: #EF1ACB;
}
</style>
border-color css
<style>
span { border-color: #EF1ACB; }
span { border-color: rgb(239,26,203); }
td.TdClassName
{
border-color: #EF1ACB;
}
.TagClassName
{
border-color: #EF1ACB;
}
</style>