Shades of Shocking Pink #EF04BE
Tints of Shocking Pink #EF04BE
RGB
CMYK
RGB Variations
Color information
#EF04BE (or 0xEF04BE) is known color: Shocking Pink. HEX triplet: EF, 04 and BE. RGB value is (239,4,190). Sum of RGB (Red+Green+Blue) = 239+4+190=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04BE is #10FB41. Grayscale: #5E5E5E. Windows color (decimal): -1112898 or 12453103. OLE color: 12453103.
HSL color Cylindrical-coordinate representation of color #EF04BE: hue angle of 312.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF04BE is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.06 |
| HSL | 312.51º | 0.97% | 0.48% | - |
| HSV(B) | 312.51º | 0.98% | 0.94% | - |
| XYZ | 44.93 | 22.16 | 50.62 | - |
| YUV | 95.47 | 181.36 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 190 | 0 | 0.98 | 0.21 | 0.06 | 312.51 | 0.97 | 0.48 |
| Hex | EF | 4 | BE | 0 | 62 | 15 | 6 | 139 | 61 | 30 |
| Octal | 357 | 4 | 276 | 0 | 142 | 25 | 6 | 471 | 141 | 60 |
| Binary | 11101111 | 100 | 10111110 | 0 | 1100010 | 10101 | 110 | 100111001 | 1100001 | 110000 |
Color Harmonies of #EF04BE
Complementary color
Monochromatic Colors of #EF04BE
Black with #EF04BE
Text Example
Text Example
White with #EF04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04BE; }
p { color: rgb(239,4,190); }
H1.HeaderClassName
{
color: #EF04BE;
}
.AnyTagClassName
{
color: #EF04BE;
}
</style>
background-color css
<style>
a { background-color: #EF04BE; }
a { background-color: rgb(239,4,190); }
div.DivClassName
{
background-color: #EF04BE;
}
.BgClassName
{
background-color: #EF04BE;
}
</style>
border-color css
<style>
span { border-color: #EF04BE; }
span { border-color: rgb(239,4,190); }
td.TdClassName
{
border-color: #EF04BE;
}
.TagClassName
{
border-color: #EF04BE;
}
</style>