Shades of Shocking Pink #EF13D0
Tints of Shocking Pink #EF13D0
RGB
CMYK
RGB Variations
Color information
#EF13D0 (or 0xEF13D0) is known color: Shocking Pink. HEX triplet: EF, 13 and D0. RGB value is (239,19,208). Sum of RGB (Red+Green+Blue) = 239+19+208=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13D0 is #10EC2F. Grayscale: #696969. Windows color (decimal): -1109040 or 13636591. OLE color: 13636591.
HSL color Cylindrical-coordinate representation of color #EF13D0: hue angle of 308.45º 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 #EF13D0 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.06 |
| HSL | 308.45º | 0.87% | 0.51% | - |
| HSV(B) | 308.45º | 0.92% | 0.94% | - |
| XYZ | 47.21 | 23.37 | 61.7 | - |
| YUV | 106.33 | 185.39 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 208 | 0 | 0.92 | 0.13 | 0.06 | 308.45 | 0.87 | 0.51 |
| Hex | EF | 13 | D0 | 0 | 5C | D | 6 | 134 | 57 | 33 |
| Octal | 357 | 23 | 320 | 0 | 134 | 15 | 6 | 464 | 127 | 63 |
| Binary | 11101111 | 10011 | 11010000 | 0 | 1011100 | 1101 | 110 | 100110100 | 1010111 | 110011 |
Color Harmonies of #EF13D0
Complementary color
Monochromatic Colors of #EF13D0
Black with #EF13D0
Text Example
Text Example
White with #EF13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13D0; }
p { color: rgb(239,19,208); }
H1.HeaderClassName
{
color: #EF13D0;
}
.AnyTagClassName
{
color: #EF13D0;
}
</style>
background-color css
<style>
a { background-color: #EF13D0; }
a { background-color: rgb(239,19,208); }
div.DivClassName
{
background-color: #EF13D0;
}
.BgClassName
{
background-color: #EF13D0;
}
</style>
border-color css
<style>
span { border-color: #EF13D0; }
span { border-color: rgb(239,19,208); }
td.TdClassName
{
border-color: #EF13D0;
}
.TagClassName
{
border-color: #EF13D0;
}
</style>