Shades of Shocking Pink #EF0DBF
Tints of Shocking Pink #EF0DBF
RGB
CMYK
RGB Variations
Color information
#EF0DBF (or 0xEF0DBF) is known color: Shocking Pink. HEX triplet: EF, 0D and BF. RGB value is (239,13,191). Sum of RGB (Red+Green+Blue) = 239+13+191=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DBF is #10F240. Grayscale: #646464. Windows color (decimal): -1110593 or 12520943. OLE color: 12520943.
HSL color Cylindrical-coordinate representation of color #EF0DBF: hue angle of 312.74º 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 #EF0DBF is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 191 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.06 |
| HSL | 312.74º | 0.9% | 0.49% | - |
| HSV(B) | 312.74º | 0.95% | 0.94% | - |
| XYZ | 45.14 | 22.4 | 51.23 | - |
| YUV | 100.87 | 178.87 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 191 | 0 | 0.95 | 0.20 | 0.06 | 312.74 | 0.9 | 0.49 |
| Hex | EF | D | BF | 0 | 5F | 14 | 6 | 139 | 5A | 31 |
| Octal | 357 | 15 | 277 | 0 | 137 | 24 | 6 | 471 | 132 | 61 |
| Binary | 11101111 | 1101 | 10111111 | 0 | 1011111 | 10100 | 110 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EF0DBF
Complementary color
Monochromatic Colors of #EF0DBF
Black with #EF0DBF
Text Example
Text Example
White with #EF0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DBF; }
p { color: rgb(239,13,191); }
H1.HeaderClassName
{
color: #EF0DBF;
}
.AnyTagClassName
{
color: #EF0DBF;
}
</style>
background-color css
<style>
a { background-color: #EF0DBF; }
a { background-color: rgb(239,13,191); }
div.DivClassName
{
background-color: #EF0DBF;
}
.BgClassName
{
background-color: #EF0DBF;
}
</style>
border-color css
<style>
span { border-color: #EF0DBF; }
span { border-color: rgb(239,13,191); }
td.TdClassName
{
border-color: #EF0DBF;
}
.TagClassName
{
border-color: #EF0DBF;
}
</style>