Shades of Shocking Pink #EF18DA
Tints of Shocking Pink #EF18DA
RGB
CMYK
RGB Variations
Color information
#EF18DA (or 0xEF18DA) is known color: Shocking Pink. HEX triplet: EF, 18 and DA. RGB value is (239,24,218). Sum of RGB (Red+Green+Blue) = 239+24+218=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18DA is #10E725. Grayscale: #6D6D6D. Windows color (decimal): -1107750 or 14293231. OLE color: 14293231.
HSL color Cylindrical-coordinate representation of color #EF18DA: hue angle of 305.86º 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 #EF18DA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 218 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.06 |
| HSL | 305.86º | 0.87% | 0.52% | - |
| HSV(B) | 305.86º | 0.9% | 0.94% | - |
| XYZ | 48.58 | 24.07 | 68.41 | - |
| YUV | 110.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 218 | 0 | 0.90 | 0.09 | 0.06 | 305.86 | 0.87 | 0.52 |
| Hex | EF | 18 | DA | 0 | 5A | 9 | 6 | 132 | 57 | 34 |
| Octal | 357 | 30 | 332 | 0 | 132 | 11 | 6 | 462 | 127 | 64 |
| Binary | 11101111 | 11000 | 11011010 | 0 | 1011010 | 1001 | 110 | 100110010 | 1010111 | 110100 |
Color Harmonies of #EF18DA
Complementary color
Monochromatic Colors of #EF18DA
Black with #EF18DA
Text Example
Text Example
White with #EF18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18DA; }
p { color: rgb(239,24,218); }
H1.HeaderClassName
{
color: #EF18DA;
}
.AnyTagClassName
{
color: #EF18DA;
}
</style>
background-color css
<style>
a { background-color: #EF18DA; }
a { background-color: rgb(239,24,218); }
div.DivClassName
{
background-color: #EF18DA;
}
.BgClassName
{
background-color: #EF18DA;
}
</style>
border-color css
<style>
span { border-color: #EF18DA; }
span { border-color: rgb(239,24,218); }
td.TdClassName
{
border-color: #EF18DA;
}
.TagClassName
{
border-color: #EF18DA;
}
</style>