Shades of Shocking Pink #EF0AB5
Tints of Shocking Pink #EF0AB5
RGB
CMYK
RGB Variations
Color information
#EF0AB5 (or 0xEF0AB5) is known color: Shocking Pink. HEX triplet: EF, 0A and B5. RGB value is (239,10,181). Sum of RGB (Red+Green+Blue) = 239+10+181=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AB5 is #10F54A. Grayscale: #616161. Windows color (decimal): -1111371 or 11864815. OLE color: 11864815.
HSL color Cylindrical-coordinate representation of color #EF0AB5: hue angle of 315.2º 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 #EF0AB5 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 181 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.06 |
| HSL | 315.2º | 0.92% | 0.49% | - |
| HSV(B) | 315.2º | 0.96% | 0.94% | - |
| XYZ | 44.05 | 21.9 | 45.62 | - |
| YUV | 97.97 | 174.87 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 181 | 0 | 0.96 | 0.24 | 0.06 | 315.2 | 0.92 | 0.49 |
| Hex | EF | A | B5 | 0 | 60 | 18 | 6 | 13B | 5C | 31 |
| Octal | 357 | 12 | 265 | 0 | 140 | 30 | 6 | 473 | 134 | 61 |
| Binary | 11101111 | 1010 | 10110101 | 0 | 1100000 | 11000 | 110 | 100111011 | 1011100 | 110001 |
Color Harmonies of #EF0AB5
Complementary color
Monochromatic Colors of #EF0AB5
Black with #EF0AB5
Text Example
Text Example
White with #EF0AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AB5; }
p { color: rgb(239,10,181); }
H1.HeaderClassName
{
color: #EF0AB5;
}
.AnyTagClassName
{
color: #EF0AB5;
}
</style>
background-color css
<style>
a { background-color: #EF0AB5; }
a { background-color: rgb(239,10,181); }
div.DivClassName
{
background-color: #EF0AB5;
}
.BgClassName
{
background-color: #EF0AB5;
}
</style>
border-color css
<style>
span { border-color: #EF0AB5; }
span { border-color: rgb(239,10,181); }
td.TdClassName
{
border-color: #EF0AB5;
}
.TagClassName
{
border-color: #EF0AB5;
}
</style>