Shades of Shocking Pink #EF0DC8
Tints of Shocking Pink #EF0DC8
RGB
CMYK
RGB Variations
Color information
#EF0DC8 (or 0xEF0DC8) is known color: Shocking Pink. HEX triplet: EF, 0D and C8. RGB value is (239,13,200). Sum of RGB (Red+Green+Blue) = 239+13+200=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DC8 is #10F237. Grayscale: #656565. Windows color (decimal): -1110584 or 13110767. OLE color: 13110767.
HSL color Cylindrical-coordinate representation of color #EF0DC8: hue angle of 310.35º 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 #EF0DC8 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 200 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.06 |
| HSL | 310.35º | 0.9% | 0.49% | - |
| HSV(B) | 310.35º | 0.95% | 0.94% | - |
| XYZ | 46.17 | 22.81 | 56.61 | - |
| YUV | 101.89 | 183.37 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 200 | 0 | 0.95 | 0.16 | 0.06 | 310.35 | 0.9 | 0.49 |
| Hex | EF | D | C8 | 0 | 5F | 10 | 6 | 136 | 5A | 31 |
| Octal | 357 | 15 | 310 | 0 | 137 | 20 | 6 | 466 | 132 | 61 |
| Binary | 11101111 | 1101 | 11001000 | 0 | 1011111 | 10000 | 110 | 100110110 | 1011010 | 110001 |
Color Harmonies of #EF0DC8
Complementary color
Monochromatic Colors of #EF0DC8
Black with #EF0DC8
Text Example
Text Example
White with #EF0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DC8; }
p { color: rgb(239,13,200); }
H1.HeaderClassName
{
color: #EF0DC8;
}
.AnyTagClassName
{
color: #EF0DC8;
}
</style>
background-color css
<style>
a { background-color: #EF0DC8; }
a { background-color: rgb(239,13,200); }
div.DivClassName
{
background-color: #EF0DC8;
}
.BgClassName
{
background-color: #EF0DC8;
}
</style>
border-color css
<style>
span { border-color: #EF0DC8; }
span { border-color: rgb(239,13,200); }
td.TdClassName
{
border-color: #EF0DC8;
}
.TagClassName
{
border-color: #EF0DC8;
}
</style>