Shades of Shocking Pink #EA0FB4
Tints of Shocking Pink #EA0FB4
RGB
CMYK
RGB Variations
Color information
#EA0FB4 (or 0xEA0FB4) is known color: Shocking Pink. HEX triplet: EA, 0F and B4. RGB value is (234,15,180). Sum of RGB (Red+Green+Blue) = 234+15+180=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0FB4 is #15F04B. Grayscale: #626262. Windows color (decimal): -1437772 or 11800554. OLE color: 11800554.
HSL color Cylindrical-coordinate representation of color #EA0FB4: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 180 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.08 |
| HSL | 314.79º | 0.88% | 0.49% | - |
| HSV(B) | 314.79º | 0.94% | 0.92% | - |
| XYZ | 42.34 | 21.13 | 45.03 | - |
| YUV | 99.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 180 | 0 | 0.94 | 0.23 | 0.08 | 314.79 | 0.88 | 0.49 |
| Hex | EA | F | B4 | 0 | 5E | 17 | 8 | 13B | 58 | 31 |
| Octal | 352 | 17 | 264 | 0 | 136 | 27 | 10 | 473 | 130 | 61 |
| Binary | 11101010 | 1111 | 10110100 | 0 | 1011110 | 10111 | 1000 | 100111011 | 1011000 | 110001 |
Color Harmonies of #EA0FB4
Complementary color
Monochromatic Colors of #EA0FB4
Black with #EA0FB4
Text Example
Text Example
White with #EA0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FB4; }
p { color: rgb(234,15,180); }
H1.HeaderClassName
{
color: #EA0FB4;
}
.AnyTagClassName
{
color: #EA0FB4;
}
</style>
background-color css
<style>
a { background-color: #EA0FB4; }
a { background-color: rgb(234,15,180); }
div.DivClassName
{
background-color: #EA0FB4;
}
.BgClassName
{
background-color: #EA0FB4;
}
</style>
border-color css
<style>
span { border-color: #EA0FB4; }
span { border-color: rgb(234,15,180); }
td.TdClassName
{
border-color: #EA0FB4;
}
.TagClassName
{
border-color: #EA0FB4;
}
</style>