Shades of Shocking Pink #EF0DBB
Tints of Shocking Pink #EF0DBB
RGB
CMYK
RGB Variations
Color information
#EF0DBB (or 0xEF0DBB) is known color: Shocking Pink. HEX triplet: EF, 0D and BB. RGB value is (239,13,187). Sum of RGB (Red+Green+Blue) = 239+13+187=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DBB is #10F244. Grayscale: #636363. Windows color (decimal): -1110597 or 12258799. OLE color: 12258799.
HSL color Cylindrical-coordinate representation of color #EF0DBB: hue angle of 313.81º 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 #EF0DBB is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.06 |
| HSL | 313.81º | 0.9% | 0.49% | - |
| HSV(B) | 313.81º | 0.95% | 0.94% | - |
| XYZ | 44.71 | 22.23 | 48.95 | - |
| YUV | 100.41 | 176.87 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 187 | 0 | 0.95 | 0.22 | 0.06 | 313.81 | 0.9 | 0.49 |
| Hex | EF | D | BB | 0 | 5F | 16 | 6 | 13A | 5A | 31 |
| Octal | 357 | 15 | 273 | 0 | 137 | 26 | 6 | 472 | 132 | 61 |
| Binary | 11101111 | 1101 | 10111011 | 0 | 1011111 | 10110 | 110 | 100111010 | 1011010 | 110001 |
Color Harmonies of #EF0DBB
Complementary color
Monochromatic Colors of #EF0DBB
Black with #EF0DBB
Text Example
Text Example
White with #EF0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DBB; }
p { color: rgb(239,13,187); }
H1.HeaderClassName
{
color: #EF0DBB;
}
.AnyTagClassName
{
color: #EF0DBB;
}
</style>
background-color css
<style>
a { background-color: #EF0DBB; }
a { background-color: rgb(239,13,187); }
div.DivClassName
{
background-color: #EF0DBB;
}
.BgClassName
{
background-color: #EF0DBB;
}
</style>
border-color css
<style>
span { border-color: #EF0DBB; }
span { border-color: rgb(239,13,187); }
td.TdClassName
{
border-color: #EF0DBB;
}
.TagClassName
{
border-color: #EF0DBB;
}
</style>