Shades of Shocking Pink #EF03BE
Tints of Shocking Pink #EF03BE
RGB
CMYK
RGB Variations
Color information
#EF03BE (or 0xEF03BE) is known color: Shocking Pink. HEX triplet: EF, 03 and BE. RGB value is (239,3,190). Sum of RGB (Red+Green+Blue) = 239+3+190=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03BE is #10FC41. Grayscale: #5E5E5E. Windows color (decimal): -1113154 or 12452847. OLE color: 12452847.
HSL color Cylindrical-coordinate representation of color #EF03BE: hue angle of 312.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03BE is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.06 |
| HSL | 312.46º | 0.98% | 0.47% | - |
| HSV(B) | 312.46º | 0.99% | 0.94% | - |
| XYZ | 44.92 | 22.13 | 50.62 | - |
| YUV | 94.88 | 181.69 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 190 | 0 | 0.99 | 0.21 | 0.06 | 312.46 | 0.98 | 0.47 |
| Hex | EF | 3 | BE | 0 | 63 | 15 | 6 | 138 | 62 | 2F |
| Octal | 357 | 3 | 276 | 0 | 143 | 25 | 6 | 470 | 142 | 57 |
| Binary | 11101111 | 11 | 10111110 | 0 | 1100011 | 10101 | 110 | 100111000 | 1100010 | 101111 |
Color Harmonies of #EF03BE
Complementary color
Monochromatic Colors of #EF03BE
Black with #EF03BE
Text Example
Text Example
White with #EF03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03BE; }
p { color: rgb(239,3,190); }
H1.HeaderClassName
{
color: #EF03BE;
}
.AnyTagClassName
{
color: #EF03BE;
}
</style>
background-color css
<style>
a { background-color: #EF03BE; }
a { background-color: rgb(239,3,190); }
div.DivClassName
{
background-color: #EF03BE;
}
.BgClassName
{
background-color: #EF03BE;
}
</style>
border-color css
<style>
span { border-color: #EF03BE; }
span { border-color: rgb(239,3,190); }
td.TdClassName
{
border-color: #EF03BE;
}
.TagClassName
{
border-color: #EF03BE;
}
</style>