Shades of Shocking Pink #EF13B2
Tints of Shocking Pink #EF13B2
RGB
CMYK
RGB Variations
Color information
#EF13B2 (or 0xEF13B2) is known color: Shocking Pink. HEX triplet: EF, 13 and B2. RGB value is (239,19,178). Sum of RGB (Red+Green+Blue) = 239+19+178=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF13B2 is #10EC4D. Grayscale: #666666. Windows color (decimal): -1109070 or 11670511. OLE color: 11670511.
HSL color Cylindrical-coordinate representation of color #EF13B2: hue angle of 316.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF13B2 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 178 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.06 |
| HSL | 316.64º | 0.87% | 0.51% | - |
| HSV(B) | 316.64º | 0.92% | 0.94% | - |
| XYZ | 43.87 | 22.03 | 44.06 | - |
| YUV | 102.91 | 170.39 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 178 | 0 | 0.92 | 0.26 | 0.06 | 316.64 | 0.87 | 0.51 |
| Hex | EF | 13 | B2 | 0 | 5C | 1A | 6 | 13D | 57 | 33 |
| Octal | 357 | 23 | 262 | 0 | 134 | 32 | 6 | 475 | 127 | 63 |
| Binary | 11101111 | 10011 | 10110010 | 0 | 1011100 | 11010 | 110 | 100111101 | 1010111 | 110011 |
Color Harmonies of #EF13B2
Complementary color
Monochromatic Colors of #EF13B2
Black with #EF13B2
Text Example
Text Example
White with #EF13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13B2; }
p { color: rgb(239,19,178); }
H1.HeaderClassName
{
color: #EF13B2;
}
.AnyTagClassName
{
color: #EF13B2;
}
</style>
background-color css
<style>
a { background-color: #EF13B2; }
a { background-color: rgb(239,19,178); }
div.DivClassName
{
background-color: #EF13B2;
}
.BgClassName
{
background-color: #EF13B2;
}
</style>
border-color css
<style>
span { border-color: #EF13B2; }
span { border-color: rgb(239,19,178); }
td.TdClassName
{
border-color: #EF13B2;
}
.TagClassName
{
border-color: #EF13B2;
}
</style>