Shades of Shocking Pink #EF00BE
Tints of Shocking Pink #EF00BE
RGB
CMYK
RGB Variations
Color information
#EF00BE (or 0xEF00BE) is known color: Shocking Pink. HEX triplet: EF, 00 and BE. RGB value is (239,0,190). Sum of RGB (Red+Green+Blue) = 239+0+190=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BE is #10FF41. Grayscale: #5C5C5C. Windows color (decimal): -1113922 or 12452079. OLE color: 12452079.
HSL color Cylindrical-coordinate representation of color #EF00BE: hue angle of 312.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00BE is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.21 | 0.06 |
| HSL | 312.3º | 1% | 0.47% | - |
| HSV(B) | 312.3º | 1% | 0.94% | - |
| XYZ | 44.89 | 22.07 | 50.61 | - |
| YUV | 93.12 | 182.68 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 190 | 0 | 1 | 0.21 | 0.06 | 312.3 | 1 | 0.47 |
| Hex | EF | 0 | BE | 0 | 64 | 15 | 6 | 138 | 64 | 2F |
| Octal | 357 | 0 | 276 | 0 | 144 | 25 | 6 | 470 | 144 | 57 |
| Binary | 11101111 | 0 | 10111110 | 0 | 1100100 | 10101 | 110 | 100111000 | 1100100 | 101111 |
Color Harmonies of #EF00BE
Complementary color
Monochromatic Colors of #EF00BE
Black with #EF00BE
Text Example
Text Example
White with #EF00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00BE; }
p { color: rgb(239,0,190); }
H1.HeaderClassName
{
color: #EF00BE;
}
.AnyTagClassName
{
color: #EF00BE;
}
</style>
background-color css
<style>
a { background-color: #EF00BE; }
a { background-color: rgb(239,0,190); }
div.DivClassName
{
background-color: #EF00BE;
}
.BgClassName
{
background-color: #EF00BE;
}
</style>
border-color css
<style>
span { border-color: #EF00BE; }
span { border-color: rgb(239,0,190); }
td.TdClassName
{
border-color: #EF00BE;
}
.TagClassName
{
border-color: #EF00BE;
}
</style>