Shades of Shocking Pink #EA0FB2
Tints of Shocking Pink #EA0FB2
RGB
CMYK
RGB Variations
Color information
#EA0FB2 (or 0xEA0FB2) is known color: Shocking Pink. HEX triplet: EA, 0F and B2. RGB value is (234,15,178). Sum of RGB (Red+Green+Blue) = 234+15+178=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0FB2 is #15F04D. Grayscale: #626262. Windows color (decimal): -1437774 or 11669482. OLE color: 11669482.
HSL color Cylindrical-coordinate representation of color #EA0FB2: hue angle of 315.34º 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 #EA0FB2 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 178 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.08 |
| HSL | 315.34º | 0.88% | 0.49% | - |
| HSV(B) | 315.34º | 0.94% | 0.92% | - |
| XYZ | 42.14 | 21.05 | 43.96 | - |
| YUV | 99.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 178 | 0 | 0.94 | 0.24 | 0.08 | 315.34 | 0.88 | 0.49 |
| Hex | EA | F | B2 | 0 | 5E | 18 | 8 | 13B | 58 | 31 |
| Octal | 352 | 17 | 262 | 0 | 136 | 30 | 10 | 473 | 130 | 61 |
| Binary | 11101010 | 1111 | 10110010 | 0 | 1011110 | 11000 | 1000 | 100111011 | 1011000 | 110001 |
Color Harmonies of #EA0FB2
Complementary color
Monochromatic Colors of #EA0FB2
Black with #EA0FB2
Text Example
Text Example
White with #EA0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FB2; }
p { color: rgb(234,15,178); }
H1.HeaderClassName
{
color: #EA0FB2;
}
.AnyTagClassName
{
color: #EA0FB2;
}
</style>
background-color css
<style>
a { background-color: #EA0FB2; }
a { background-color: rgb(234,15,178); }
div.DivClassName
{
background-color: #EA0FB2;
}
.BgClassName
{
background-color: #EA0FB2;
}
</style>
border-color css
<style>
span { border-color: #EA0FB2; }
span { border-color: rgb(234,15,178); }
td.TdClassName
{
border-color: #EA0FB2;
}
.TagClassName
{
border-color: #EA0FB2;
}
</style>