Shades of Shocking Pink #EF18BE
Tints of Shocking Pink #EF18BE
RGB
CMYK
RGB Variations
Color information
#EF18BE (or 0xEF18BE) is known color: Shocking Pink. HEX triplet: EF, 18 and BE. RGB value is (239,24,190). Sum of RGB (Red+Green+Blue) = 239+24+190=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18BE is #10E741. Grayscale: #6A6A6A. Windows color (decimal): -1107778 or 12458223. OLE color: 12458223.
HSL color Cylindrical-coordinate representation of color #EF18BE: hue angle of 313.67º 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 #EF18BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.06 |
| HSL | 313.67º | 0.87% | 0.52% | - |
| HSV(B) | 313.67º | 0.9% | 0.94% | - |
| XYZ | 45.22 | 22.72 | 50.72 | - |
| YUV | 107.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 190 | 0 | 0.90 | 0.21 | 0.06 | 313.67 | 0.87 | 0.52 |
| Hex | EF | 18 | BE | 0 | 5A | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 30 | 276 | 0 | 132 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11000 | 10111110 | 0 | 1011010 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF18BE
Complementary color
Monochromatic Colors of #EF18BE
Black with #EF18BE
Text Example
Text Example
White with #EF18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18BE; }
p { color: rgb(239,24,190); }
H1.HeaderClassName
{
color: #EF18BE;
}
.AnyTagClassName
{
color: #EF18BE;
}
</style>
background-color css
<style>
a { background-color: #EF18BE; }
a { background-color: rgb(239,24,190); }
div.DivClassName
{
background-color: #EF18BE;
}
.BgClassName
{
background-color: #EF18BE;
}
</style>
border-color css
<style>
span { border-color: #EF18BE; }
span { border-color: rgb(239,24,190); }
td.TdClassName
{
border-color: #EF18BE;
}
.TagClassName
{
border-color: #EF18BE;
}
</style>