Shades of Shocking Pink #EF18CC
Tints of Shocking Pink #EF18CC
RGB
CMYK
RGB Variations
Color information
#EF18CC (or 0xEF18CC) is known color: Shocking Pink. HEX triplet: EF, 18 and CC. RGB value is (239,24,204). Sum of RGB (Red+Green+Blue) = 239+24+204=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18CC is #10E733. Grayscale: #6C6C6C. Windows color (decimal): -1107764 or 13375727. OLE color: 13375727.
HSL color Cylindrical-coordinate representation of color #EF18CC: hue angle of 309.77º 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 #EF18CC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 204 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 309.77º | 0.87% | 0.52% | - |
| HSV(B) | 309.77º | 0.9% | 0.94% | - |
| XYZ | 46.82 | 23.36 | 59.17 | - |
| YUV | 108.81 | 181.73 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 204 | 0 | 0.90 | 0.15 | 0.06 | 309.77 | 0.87 | 0.52 |
| Hex | EF | 18 | CC | 0 | 5A | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 30 | 314 | 0 | 132 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11000 | 11001100 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF18CC
Complementary color
Monochromatic Colors of #EF18CC
Black with #EF18CC
Text Example
Text Example
White with #EF18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18CC; }
p { color: rgb(239,24,204); }
H1.HeaderClassName
{
color: #EF18CC;
}
.AnyTagClassName
{
color: #EF18CC;
}
</style>
background-color css
<style>
a { background-color: #EF18CC; }
a { background-color: rgb(239,24,204); }
div.DivClassName
{
background-color: #EF18CC;
}
.BgClassName
{
background-color: #EF18CC;
}
</style>
border-color css
<style>
span { border-color: #EF18CC; }
span { border-color: rgb(239,24,204); }
td.TdClassName
{
border-color: #EF18CC;
}
.TagClassName
{
border-color: #EF18CC;
}
</style>