Shades of Shocking Pink #EF0FC4
Tints of Shocking Pink #EF0FC4
RGB
CMYK
RGB Variations
Color information
#EF0FC4 (or 0xEF0FC4) is known color: Shocking Pink. HEX triplet: EF, 0F and C4. RGB value is (239,15,196). Sum of RGB (Red+Green+Blue) = 239+15+196=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC4 is #10F03B. Grayscale: #666666. Windows color (decimal): -1110076 or 12849135. OLE color: 12849135.
HSL color Cylindrical-coordinate representation of color #EF0FC4: hue angle of 311.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FC4 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 196 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.06 |
| HSL | 311.52º | 0.88% | 0.5% | - |
| HSV(B) | 311.52º | 0.94% | 0.94% | - |
| XYZ | 45.73 | 22.68 | 54.19 | - |
| YUV | 102.61 | 180.71 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 196 | 0 | 0.94 | 0.18 | 0.06 | 311.52 | 0.88 | 0.5 |
| Hex | EF | F | C4 | 0 | 5E | 12 | 6 | 138 | 58 | 32 |
| Octal | 357 | 17 | 304 | 0 | 136 | 22 | 6 | 470 | 130 | 62 |
| Binary | 11101111 | 1111 | 11000100 | 0 | 1011110 | 10010 | 110 | 100111000 | 1011000 | 110010 |
Color Harmonies of #EF0FC4
Complementary color
Monochromatic Colors of #EF0FC4
Black with #EF0FC4
Text Example
Text Example
White with #EF0FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FC4; }
p { color: rgb(239,15,196); }
H1.HeaderClassName
{
color: #EF0FC4;
}
.AnyTagClassName
{
color: #EF0FC4;
}
</style>
background-color css
<style>
a { background-color: #EF0FC4; }
a { background-color: rgb(239,15,196); }
div.DivClassName
{
background-color: #EF0FC4;
}
.BgClassName
{
background-color: #EF0FC4;
}
</style>
border-color css
<style>
span { border-color: #EF0FC4; }
span { border-color: rgb(239,15,196); }
td.TdClassName
{
border-color: #EF0FC4;
}
.TagClassName
{
border-color: #EF0FC4;
}
</style>