Shades of Shocking Pink #EF0DBD
Tints of Shocking Pink #EF0DBD
RGB
CMYK
RGB Variations
Color information
#EF0DBD (or 0xEF0DBD) is known color: Shocking Pink. HEX triplet: EF, 0D and BD. RGB value is (239,13,189). Sum of RGB (Red+Green+Blue) = 239+13+189=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DBD is #10F242. Grayscale: #646464. Windows color (decimal): -1110595 or 12389871. OLE color: 12389871.
HSL color Cylindrical-coordinate representation of color #EF0DBD: hue angle of 313.27º 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 #EF0DBD is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 189 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.27º | 0.9% | 0.49% | - |
| HSV(B) | 313.27º | 0.95% | 0.94% | - |
| XYZ | 44.93 | 22.31 | 50.08 | - |
| YUV | 100.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 189 | 0 | 0.95 | 0.21 | 0.06 | 313.27 | 0.9 | 0.49 |
| Hex | EF | D | BD | 0 | 5F | 15 | 6 | 139 | 5A | 31 |
| Octal | 357 | 15 | 275 | 0 | 137 | 25 | 6 | 471 | 132 | 61 |
| Binary | 11101111 | 1101 | 10111101 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011010 | 110001 |
Color Harmonies of #EF0DBD
Complementary color
Monochromatic Colors of #EF0DBD
Black with #EF0DBD
Text Example
Text Example
White with #EF0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DBD; }
p { color: rgb(239,13,189); }
H1.HeaderClassName
{
color: #EF0DBD;
}
.AnyTagClassName
{
color: #EF0DBD;
}
</style>
background-color css
<style>
a { background-color: #EF0DBD; }
a { background-color: rgb(239,13,189); }
div.DivClassName
{
background-color: #EF0DBD;
}
.BgClassName
{
background-color: #EF0DBD;
}
</style>
border-color css
<style>
span { border-color: #EF0DBD; }
span { border-color: rgb(239,13,189); }
td.TdClassName
{
border-color: #EF0DBD;
}
.TagClassName
{
border-color: #EF0DBD;
}
</style>