Shades of Shocking Pink #EF08C3
Tints of Shocking Pink #EF08C3
RGB
CMYK
RGB Variations
Color information
#EF08C3 (or 0xEF08C3) is known color: Shocking Pink. HEX triplet: EF, 08 and C3. RGB value is (239,8,195). Sum of RGB (Red+Green+Blue) = 239+8+195=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08C3 is #10F73C. Grayscale: #616161. Windows color (decimal): -1111869 or 12781807. OLE color: 12781807.
HSL color Cylindrical-coordinate representation of color #EF08C3: hue angle of 311.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF08C3 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 195 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.06 |
| HSL | 311.43º | 0.94% | 0.48% | - |
| HSV(B) | 311.43º | 0.97% | 0.94% | - |
| XYZ | 45.53 | 22.46 | 53.57 | - |
| YUV | 98.39 | 182.53 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 195 | 0 | 0.97 | 0.18 | 0.06 | 311.43 | 0.94 | 0.48 |
| Hex | EF | 8 | C3 | 0 | 61 | 12 | 6 | 137 | 5E | 30 |
| Octal | 357 | 10 | 303 | 0 | 141 | 22 | 6 | 467 | 136 | 60 |
| Binary | 11101111 | 1000 | 11000011 | 0 | 1100001 | 10010 | 110 | 100110111 | 1011110 | 110000 |
Color Harmonies of #EF08C3
Complementary color
Monochromatic Colors of #EF08C3
Black with #EF08C3
Text Example
Text Example
White with #EF08C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08C3; }
p { color: rgb(239,8,195); }
H1.HeaderClassName
{
color: #EF08C3;
}
.AnyTagClassName
{
color: #EF08C3;
}
</style>
background-color css
<style>
a { background-color: #EF08C3; }
a { background-color: rgb(239,8,195); }
div.DivClassName
{
background-color: #EF08C3;
}
.BgClassName
{
background-color: #EF08C3;
}
</style>
border-color css
<style>
span { border-color: #EF08C3; }
span { border-color: rgb(239,8,195); }
td.TdClassName
{
border-color: #EF08C3;
}
.TagClassName
{
border-color: #EF08C3;
}
</style>