Shades of Shocking Pink #EF1ECE
Tints of Shocking Pink #EF1ECE
RGB
CMYK
RGB Variations
Color information
#EF1ECE (or 0xEF1ECE) is known color: Shocking Pink. HEX triplet: EF, 1E and CE. RGB value is (239,30,206). Sum of RGB (Red+Green+Blue) = 239+30+206=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ECE is #10E131. Grayscale: #707070. Windows color (decimal): -1106226 or 13508335. OLE color: 13508335.
HSL color Cylindrical-coordinate representation of color #EF1ECE: hue angle of 309.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1ECE is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.06 |
| HSL | 309.47º | 0.87% | 0.53% | - |
| HSV(B) | 309.47º | 0.87% | 0.94% | - |
| XYZ | 47.2 | 23.74 | 60.49 | - |
| YUV | 112.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 206 | 0 | 0.87 | 0.14 | 0.06 | 309.47 | 0.87 | 0.53 |
| Hex | EF | 1E | CE | 0 | 57 | E | 6 | 135 | 57 | 35 |
| Octal | 357 | 36 | 316 | 0 | 127 | 16 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 11110 | 11001110 | 0 | 1010111 | 1110 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF1ECE
Complementary color
Monochromatic Colors of #EF1ECE
Black with #EF1ECE
Text Example
Text Example
White with #EF1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ECE; }
p { color: rgb(239,30,206); }
H1.HeaderClassName
{
color: #EF1ECE;
}
.AnyTagClassName
{
color: #EF1ECE;
}
</style>
background-color css
<style>
a { background-color: #EF1ECE; }
a { background-color: rgb(239,30,206); }
div.DivClassName
{
background-color: #EF1ECE;
}
.BgClassName
{
background-color: #EF1ECE;
}
</style>
border-color css
<style>
span { border-color: #EF1ECE; }
span { border-color: rgb(239,30,206); }
td.TdClassName
{
border-color: #EF1ECE;
}
.TagClassName
{
border-color: #EF1ECE;
}
</style>