Shades of Shocking Pink #EF19CB
Tints of Shocking Pink #EF19CB
RGB
CMYK
RGB Variations
Color information
#EF19CB (or 0xEF19CB) is known color: Shocking Pink. HEX triplet: EF, 19 and CB. RGB value is (239,25,203). Sum of RGB (Red+Green+Blue) = 239+25+203=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19CB is #10E634. Grayscale: #6C6C6C. Windows color (decimal): -1107509 or 13310447. OLE color: 13310447.
HSL color Cylindrical-coordinate representation of color #EF19CB: hue angle of 310.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19CB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 203 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 310.09º | 0.87% | 0.52% | - |
| HSV(B) | 310.09º | 0.9% | 0.94% | - |
| XYZ | 46.72 | 23.36 | 58.55 | - |
| YUV | 109.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 203 | 0 | 0.90 | 0.15 | 0.06 | 310.09 | 0.87 | 0.52 |
| Hex | EF | 19 | CB | 0 | 5A | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 31 | 313 | 0 | 132 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11001 | 11001011 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF19CB
Complementary color
Monochromatic Colors of #EF19CB
Black with #EF19CB
Text Example
Text Example
White with #EF19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19CB; }
p { color: rgb(239,25,203); }
H1.HeaderClassName
{
color: #EF19CB;
}
.AnyTagClassName
{
color: #EF19CB;
}
</style>
background-color css
<style>
a { background-color: #EF19CB; }
a { background-color: rgb(239,25,203); }
div.DivClassName
{
background-color: #EF19CB;
}
.BgClassName
{
background-color: #EF19CB;
}
</style>
border-color css
<style>
span { border-color: #EF19CB; }
span { border-color: rgb(239,25,203); }
td.TdClassName
{
border-color: #EF19CB;
}
.TagClassName
{
border-color: #EF19CB;
}
</style>