Shades of Shocking Pink #EF18C9
Tints of Shocking Pink #EF18C9
RGB
CMYK
RGB Variations
Color information
#EF18C9 (or 0xEF18C9) is known color: Shocking Pink. HEX triplet: EF, 18 and C9. RGB value is (239,24,201). Sum of RGB (Red+Green+Blue) = 239+24+201=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18C9 is #10E736. Grayscale: #6B6B6B. Windows color (decimal): -1107767 or 13179119. OLE color: 13179119.
HSL color Cylindrical-coordinate representation of color #EF18C9: hue angle of 310.6º 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 #EF18C9 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 201 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.06 |
| HSL | 310.6º | 0.87% | 0.52% | - |
| HSV(B) | 310.6º | 0.9% | 0.94% | - |
| XYZ | 46.47 | 23.22 | 57.29 | - |
| YUV | 108.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 201 | 0 | 0.90 | 0.16 | 0.06 | 310.6 | 0.87 | 0.52 |
| Hex | EF | 18 | C9 | 0 | 5A | 10 | 6 | 137 | 57 | 34 |
| Octal | 357 | 30 | 311 | 0 | 132 | 20 | 6 | 467 | 127 | 64 |
| Binary | 11101111 | 11000 | 11001001 | 0 | 1011010 | 10000 | 110 | 100110111 | 1010111 | 110100 |
Color Harmonies of #EF18C9
Complementary color
Monochromatic Colors of #EF18C9
Black with #EF18C9
Text Example
Text Example
White with #EF18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18C9; }
p { color: rgb(239,24,201); }
H1.HeaderClassName
{
color: #EF18C9;
}
.AnyTagClassName
{
color: #EF18C9;
}
</style>
background-color css
<style>
a { background-color: #EF18C9; }
a { background-color: rgb(239,24,201); }
div.DivClassName
{
background-color: #EF18C9;
}
.BgClassName
{
background-color: #EF18C9;
}
</style>
border-color css
<style>
span { border-color: #EF18C9; }
span { border-color: rgb(239,24,201); }
td.TdClassName
{
border-color: #EF18C9;
}
.TagClassName
{
border-color: #EF18C9;
}
</style>