Shades of Shocking Pink #EF18D4
Tints of Shocking Pink #EF18D4
RGB
CMYK
RGB Variations
Color information
#EF18D4 (or 0xEF18D4) is known color: Shocking Pink. HEX triplet: EF, 18 and D4. RGB value is (239,24,212). Sum of RGB (Red+Green+Blue) = 239+24+212=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18D4 is #10E72B. Grayscale: #6D6D6D. Windows color (decimal): -1107756 or 13900015. OLE color: 13900015.
HSL color Cylindrical-coordinate representation of color #EF18D4: hue angle of 307.53º 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 #EF18D4 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.06 |
| HSL | 307.53º | 0.87% | 0.52% | - |
| HSV(B) | 307.53º | 0.9% | 0.94% | - |
| XYZ | 47.81 | 23.76 | 64.35 | - |
| YUV | 109.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 212 | 0 | 0.90 | 0.11 | 0.06 | 307.53 | 0.87 | 0.52 |
| Hex | EF | 18 | D4 | 0 | 5A | B | 6 | 134 | 57 | 34 |
| Octal | 357 | 30 | 324 | 0 | 132 | 13 | 6 | 464 | 127 | 64 |
| Binary | 11101111 | 11000 | 11010100 | 0 | 1011010 | 1011 | 110 | 100110100 | 1010111 | 110100 |
Color Harmonies of #EF18D4
Complementary color
Monochromatic Colors of #EF18D4
Black with #EF18D4
Text Example
Text Example
White with #EF18D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18D4; }
p { color: rgb(239,24,212); }
H1.HeaderClassName
{
color: #EF18D4;
}
.AnyTagClassName
{
color: #EF18D4;
}
</style>
background-color css
<style>
a { background-color: #EF18D4; }
a { background-color: rgb(239,24,212); }
div.DivClassName
{
background-color: #EF18D4;
}
.BgClassName
{
background-color: #EF18D4;
}
</style>
border-color css
<style>
span { border-color: #EF18D4; }
span { border-color: rgb(239,24,212); }
td.TdClassName
{
border-color: #EF18D4;
}
.TagClassName
{
border-color: #EF18D4;
}
</style>