Shades of Shocking Pink #EF1AC2
Tints of Shocking Pink #EF1AC2
RGB
CMYK
RGB Variations
Color information
#EF1AC2 (or 0xEF1AC2) is known color: Shocking Pink. HEX triplet: EF, 1A and C2. RGB value is (239,26,194). Sum of RGB (Red+Green+Blue) = 239+26+194=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AC2 is #10E53D. Grayscale: #6C6C6C. Windows color (decimal): -1107262 or 12720879. OLE color: 12720879.
HSL color Cylindrical-coordinate representation of color #EF1AC2: hue angle of 312.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AC2 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 194 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.06 |
| HSL | 312.68º | 0.87% | 0.52% | - |
| HSV(B) | 312.68º | 0.89% | 0.94% | - |
| XYZ | 45.7 | 22.98 | 53.07 | - |
| YUV | 108.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 194 | 0 | 0.89 | 0.19 | 0.06 | 312.68 | 0.87 | 0.52 |
| Hex | EF | 1A | C2 | 0 | 59 | 13 | 6 | 139 | 57 | 34 |
| Octal | 357 | 32 | 302 | 0 | 131 | 23 | 6 | 471 | 127 | 64 |
| Binary | 11101111 | 11010 | 11000010 | 0 | 1011001 | 10011 | 110 | 100111001 | 1010111 | 110100 |
Color Harmonies of #EF1AC2
Complementary color
Monochromatic Colors of #EF1AC2
Black with #EF1AC2
Text Example
Text Example
White with #EF1AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AC2; }
p { color: rgb(239,26,194); }
H1.HeaderClassName
{
color: #EF1AC2;
}
.AnyTagClassName
{
color: #EF1AC2;
}
</style>
background-color css
<style>
a { background-color: #EF1AC2; }
a { background-color: rgb(239,26,194); }
div.DivClassName
{
background-color: #EF1AC2;
}
.BgClassName
{
background-color: #EF1AC2;
}
</style>
border-color css
<style>
span { border-color: #EF1AC2; }
span { border-color: rgb(239,26,194); }
td.TdClassName
{
border-color: #EF1AC2;
}
.TagClassName
{
border-color: #EF1AC2;
}
</style>