Shades of Shocking Pink #EF0DBC
Tints of Shocking Pink #EF0DBC
RGB
CMYK
RGB Variations
Color information
#EF0DBC (or 0xEF0DBC) is known color: Shocking Pink. HEX triplet: EF, 0D and BC. RGB value is (239,13,188). Sum of RGB (Red+Green+Blue) = 239+13+188=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DBC is #10F243. Grayscale: #646464. Windows color (decimal): -1110596 or 12324335. OLE color: 12324335.
HSL color Cylindrical-coordinate representation of color #EF0DBC: hue angle of 313.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DBC is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 188 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.54º | 0.9% | 0.49% | - |
| HSV(B) | 313.54º | 0.95% | 0.94% | - |
| XYZ | 44.82 | 22.27 | 49.51 | - |
| YUV | 100.52 | 177.37 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 188 | 0 | 0.95 | 0.21 | 0.06 | 313.54 | 0.9 | 0.49 |
| Hex | EF | D | BC | 0 | 5F | 15 | 6 | 13A | 5A | 31 |
| Octal | 357 | 15 | 274 | 0 | 137 | 25 | 6 | 472 | 132 | 61 |
| Binary | 11101111 | 1101 | 10111100 | 0 | 1011111 | 10101 | 110 | 100111010 | 1011010 | 110001 |
Color Harmonies of #EF0DBC
Complementary color
Monochromatic Colors of #EF0DBC
Black with #EF0DBC
Text Example
Text Example
White with #EF0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DBC; }
p { color: rgb(239,13,188); }
H1.HeaderClassName
{
color: #EF0DBC;
}
.AnyTagClassName
{
color: #EF0DBC;
}
</style>
background-color css
<style>
a { background-color: #EF0DBC; }
a { background-color: rgb(239,13,188); }
div.DivClassName
{
background-color: #EF0DBC;
}
.BgClassName
{
background-color: #EF0DBC;
}
</style>
border-color css
<style>
span { border-color: #EF0DBC; }
span { border-color: rgb(239,13,188); }
td.TdClassName
{
border-color: #EF0DBC;
}
.TagClassName
{
border-color: #EF0DBC;
}
</style>