Shades of Shocking Pink #EF0DC7
Tints of Shocking Pink #EF0DC7
RGB
CMYK
RGB Variations
Color information
#EF0DC7 (or 0xEF0DC7) is known color: Shocking Pink. HEX triplet: EF, 0D and C7. RGB value is (239,13,199). Sum of RGB (Red+Green+Blue) = 239+13+199=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DC7 is #10F238. Grayscale: #656565. Windows color (decimal): -1110585 or 13045231. OLE color: 13045231.
HSL color Cylindrical-coordinate representation of color #EF0DC7: hue angle of 310.62º 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 #EF0DC7 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 199 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.06 |
| HSL | 310.62º | 0.9% | 0.49% | - |
| HSV(B) | 310.62º | 0.95% | 0.94% | - |
| XYZ | 46.05 | 22.76 | 56 | - |
| YUV | 101.78 | 182.87 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 199 | 0 | 0.95 | 0.17 | 0.06 | 310.62 | 0.9 | 0.49 |
| Hex | EF | D | C7 | 0 | 5F | 11 | 6 | 137 | 5A | 31 |
| Octal | 357 | 15 | 307 | 0 | 137 | 21 | 6 | 467 | 132 | 61 |
| Binary | 11101111 | 1101 | 11000111 | 0 | 1011111 | 10001 | 110 | 100110111 | 1011010 | 110001 |
Color Harmonies of #EF0DC7
Complementary color
Monochromatic Colors of #EF0DC7
Black with #EF0DC7
Text Example
Text Example
White with #EF0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DC7; }
p { color: rgb(239,13,199); }
H1.HeaderClassName
{
color: #EF0DC7;
}
.AnyTagClassName
{
color: #EF0DC7;
}
</style>
background-color css
<style>
a { background-color: #EF0DC7; }
a { background-color: rgb(239,13,199); }
div.DivClassName
{
background-color: #EF0DC7;
}
.BgClassName
{
background-color: #EF0DC7;
}
</style>
border-color css
<style>
span { border-color: #EF0DC7; }
span { border-color: rgb(239,13,199); }
td.TdClassName
{
border-color: #EF0DC7;
}
.TagClassName
{
border-color: #EF0DC7;
}
</style>