Shades of Shocking Pink #EF0DC5
Tints of Shocking Pink #EF0DC5
RGB
CMYK
RGB Variations
Color information
#EF0DC5 (or 0xEF0DC5) is known color: Shocking Pink. HEX triplet: EF, 0D and C5. RGB value is (239,13,197). Sum of RGB (Red+Green+Blue) = 239+13+197=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DC5 is #10F23A. Grayscale: #656565. Windows color (decimal): -1110587 or 12914159. OLE color: 12914159.
HSL color Cylindrical-coordinate representation of color #EF0DC5: hue angle of 311.15º 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 #EF0DC5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 197 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.06 |
| HSL | 311.15º | 0.9% | 0.49% | - |
| HSV(B) | 311.15º | 0.95% | 0.94% | - |
| XYZ | 45.82 | 22.67 | 54.78 | - |
| YUV | 101.55 | 181.87 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 197 | 0 | 0.95 | 0.18 | 0.06 | 311.15 | 0.9 | 0.49 |
| Hex | EF | D | C5 | 0 | 5F | 12 | 6 | 137 | 5A | 31 |
| Octal | 357 | 15 | 305 | 0 | 137 | 22 | 6 | 467 | 132 | 61 |
| Binary | 11101111 | 1101 | 11000101 | 0 | 1011111 | 10010 | 110 | 100110111 | 1011010 | 110001 |
Color Harmonies of #EF0DC5
Complementary color
Monochromatic Colors of #EF0DC5
Black with #EF0DC5
Text Example
Text Example
White with #EF0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DC5; }
p { color: rgb(239,13,197); }
H1.HeaderClassName
{
color: #EF0DC5;
}
.AnyTagClassName
{
color: #EF0DC5;
}
</style>
background-color css
<style>
a { background-color: #EF0DC5; }
a { background-color: rgb(239,13,197); }
div.DivClassName
{
background-color: #EF0DC5;
}
.BgClassName
{
background-color: #EF0DC5;
}
</style>
border-color css
<style>
span { border-color: #EF0DC5; }
span { border-color: rgb(239,13,197); }
td.TdClassName
{
border-color: #EF0DC5;
}
.TagClassName
{
border-color: #EF0DC5;
}
</style>