Shades of Shocking Pink #EF18BD
Tints of Shocking Pink #EF18BD
RGB
CMYK
RGB Variations
Color information
#EF18BD (or 0xEF18BD) is known color: Shocking Pink. HEX triplet: EF, 18 and BD. RGB value is (239,24,189). Sum of RGB (Red+Green+Blue) = 239+24+189=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18BD is #10E742. Grayscale: #6A6A6A. Windows color (decimal): -1107779 or 12392687. OLE color: 12392687.
HSL color Cylindrical-coordinate representation of color #EF18BD: hue angle of 313.95º 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 #EF18BD is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.06 |
| HSL | 313.95º | 0.87% | 0.52% | - |
| HSV(B) | 313.95º | 0.9% | 0.94% | - |
| XYZ | 45.11 | 22.68 | 50.14 | - |
| YUV | 107.1 | 174.23 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 189 | 0 | 0.90 | 0.21 | 0.06 | 313.95 | 0.87 | 0.52 |
| Hex | EF | 18 | BD | 0 | 5A | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 30 | 275 | 0 | 132 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11000 | 10111101 | 0 | 1011010 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF18BD
Complementary color
Monochromatic Colors of #EF18BD
Black with #EF18BD
Text Example
Text Example
White with #EF18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18BD; }
p { color: rgb(239,24,189); }
H1.HeaderClassName
{
color: #EF18BD;
}
.AnyTagClassName
{
color: #EF18BD;
}
</style>
background-color css
<style>
a { background-color: #EF18BD; }
a { background-color: rgb(239,24,189); }
div.DivClassName
{
background-color: #EF18BD;
}
.BgClassName
{
background-color: #EF18BD;
}
</style>
border-color css
<style>
span { border-color: #EF18BD; }
span { border-color: rgb(239,24,189); }
td.TdClassName
{
border-color: #EF18BD;
}
.TagClassName
{
border-color: #EF18BD;
}
</style>