Shades of Shocking Pink #EF19CC
Tints of Shocking Pink #EF19CC
RGB
CMYK
RGB Variations
Color information
#EF19CC (or 0xEF19CC) is known color: Shocking Pink. HEX triplet: EF, 19 and CC. RGB value is (239,25,204). Sum of RGB (Red+Green+Blue) = 239+25+204=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19CC is #10E633. Grayscale: #6C6C6C. Windows color (decimal): -1107508 or 13375983. OLE color: 13375983.
HSL color Cylindrical-coordinate representation of color #EF19CC: hue angle of 309.81º 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 #EF19CC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 309.81º | 0.87% | 0.52% | - |
| HSV(B) | 309.81º | 0.9% | 0.94% | - |
| XYZ | 46.84 | 23.41 | 59.18 | - |
| YUV | 109.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 204 | 0 | 0.90 | 0.15 | 0.06 | 309.81 | 0.87 | 0.52 |
| Hex | EF | 19 | CC | 0 | 5A | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 31 | 314 | 0 | 132 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11001 | 11001100 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF19CC
Complementary color
Monochromatic Colors of #EF19CC
Black with #EF19CC
Text Example
Text Example
White with #EF19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19CC; }
p { color: rgb(239,25,204); }
H1.HeaderClassName
{
color: #EF19CC;
}
.AnyTagClassName
{
color: #EF19CC;
}
</style>
background-color css
<style>
a { background-color: #EF19CC; }
a { background-color: rgb(239,25,204); }
div.DivClassName
{
background-color: #EF19CC;
}
.BgClassName
{
background-color: #EF19CC;
}
</style>
border-color css
<style>
span { border-color: #EF19CC; }
span { border-color: rgb(239,25,204); }
td.TdClassName
{
border-color: #EF19CC;
}
.TagClassName
{
border-color: #EF19CC;
}
</style>