Shades of Shocking Pink #EF03C1
Tints of Shocking Pink #EF03C1
RGB
CMYK
RGB Variations
Color information
#EF03C1 (or 0xEF03C1) is known color: Shocking Pink. HEX triplet: EF, 03 and C1. RGB value is (239,3,193). Sum of RGB (Red+Green+Blue) = 239+3+193=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03C1 is #10FC3E. Grayscale: #5E5E5E. Windows color (decimal): -1113151 or 12649455. OLE color: 12649455.
HSL color Cylindrical-coordinate representation of color #EF03C1: hue angle of 311.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03C1 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 193 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.06 |
| HSL | 311.69º | 0.98% | 0.47% | - |
| HSV(B) | 311.69º | 0.99% | 0.94% | - |
| XYZ | 45.25 | 22.27 | 52.36 | - |
| YUV | 95.22 | 183.19 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 193 | 0 | 0.99 | 0.19 | 0.06 | 311.69 | 0.98 | 0.47 |
| Hex | EF | 3 | C1 | 0 | 63 | 13 | 6 | 138 | 62 | 2F |
| Octal | 357 | 3 | 301 | 0 | 143 | 23 | 6 | 470 | 142 | 57 |
| Binary | 11101111 | 11 | 11000001 | 0 | 1100011 | 10011 | 110 | 100111000 | 1100010 | 101111 |
Color Harmonies of #EF03C1
Complementary color
Monochromatic Colors of #EF03C1
Black with #EF03C1
Text Example
Text Example
White with #EF03C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03C1; }
p { color: rgb(239,3,193); }
H1.HeaderClassName
{
color: #EF03C1;
}
.AnyTagClassName
{
color: #EF03C1;
}
</style>
background-color css
<style>
a { background-color: #EF03C1; }
a { background-color: rgb(239,3,193); }
div.DivClassName
{
background-color: #EF03C1;
}
.BgClassName
{
background-color: #EF03C1;
}
</style>
border-color css
<style>
span { border-color: #EF03C1; }
span { border-color: rgb(239,3,193); }
td.TdClassName
{
border-color: #EF03C1;
}
.TagClassName
{
border-color: #EF03C1;
}
</style>