Shades of Shocking Pink #EF0AB4
Tints of Shocking Pink #EF0AB4
RGB
CMYK
RGB Variations
Color information
#EF0AB4 (or 0xEF0AB4) is known color: Shocking Pink. HEX triplet: EF, 0A and B4. RGB value is (239,10,180). Sum of RGB (Red+Green+Blue) = 239+10+180=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AB4 is #10F54B. Grayscale: #616161. Windows color (decimal): -1111372 or 11799279. OLE color: 11799279.
HSL color Cylindrical-coordinate representation of color #EF0AB4: hue angle of 315.46º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 180 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.06 |
| HSL | 315.46º | 0.92% | 0.49% | - |
| HSV(B) | 315.46º | 0.96% | 0.94% | - |
| XYZ | 43.94 | 21.86 | 45.08 | - |
| YUV | 97.85 | 174.37 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 180 | 0 | 0.96 | 0.25 | 0.06 | 315.46 | 0.92 | 0.49 |
| Hex | EF | A | B4 | 0 | 60 | 19 | 6 | 13B | 5C | 31 |
| Octal | 357 | 12 | 264 | 0 | 140 | 31 | 6 | 473 | 134 | 61 |
| Binary | 11101111 | 1010 | 10110100 | 0 | 1100000 | 11001 | 110 | 100111011 | 1011100 | 110001 |
Color Harmonies of #EF0AB4
Complementary color
Monochromatic Colors of #EF0AB4
Black with #EF0AB4
Text Example
Text Example
White with #EF0AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AB4; }
p { color: rgb(239,10,180); }
H1.HeaderClassName
{
color: #EF0AB4;
}
.AnyTagClassName
{
color: #EF0AB4;
}
</style>
background-color css
<style>
a { background-color: #EF0AB4; }
a { background-color: rgb(239,10,180); }
div.DivClassName
{
background-color: #EF0AB4;
}
.BgClassName
{
background-color: #EF0AB4;
}
</style>
border-color css
<style>
span { border-color: #EF0AB4; }
span { border-color: rgb(239,10,180); }
td.TdClassName
{
border-color: #EF0AB4;
}
.TagClassName
{
border-color: #EF0AB4;
}
</style>