Shades of Shocking Pink #EA02BA
Tints of Shocking Pink #EA02BA
RGB
CMYK
RGB Variations
Color information
#EA02BA (or 0xEA02BA) is known color: Shocking Pink. HEX triplet: EA, 02 and BA. RGB value is (234,2,186). Sum of RGB (Red+Green+Blue) = 234+2+186=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA02BA is #15FD45. Grayscale: #5B5B5B. Windows color (decimal): -1441094 or 12190442. OLE color: 12190442.
HSL color Cylindrical-coordinate representation of color #EA02BA: hue angle of 312.41º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02BA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.08 |
| HSL | 312.41º | 0.98% | 0.46% | - |
| HSV(B) | 312.41º | 0.99% | 0.92% | - |
| XYZ | 42.82 | 21.08 | 48.27 | - |
| YUV | 92.34 | 180.86 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 186 | 0 | 0.99 | 0.21 | 0.08 | 312.41 | 0.98 | 0.46 |
| Hex | EA | 2 | BA | 0 | 63 | 15 | 8 | 138 | 62 | 2E |
| Octal | 352 | 2 | 272 | 0 | 143 | 25 | 10 | 470 | 142 | 56 |
| Binary | 11101010 | 10 | 10111010 | 0 | 1100011 | 10101 | 1000 | 100111000 | 1100010 | 101110 |
Color Harmonies of #EA02BA
Complementary color
Monochromatic Colors of #EA02BA
Black with #EA02BA
Text Example
Text Example
White with #EA02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02BA; }
p { color: rgb(234,2,186); }
H1.HeaderClassName
{
color: #EA02BA;
}
.AnyTagClassName
{
color: #EA02BA;
}
</style>
background-color css
<style>
a { background-color: #EA02BA; }
a { background-color: rgb(234,2,186); }
div.DivClassName
{
background-color: #EA02BA;
}
.BgClassName
{
background-color: #EA02BA;
}
</style>
border-color css
<style>
span { border-color: #EA02BA; }
span { border-color: rgb(234,2,186); }
td.TdClassName
{
border-color: #EA02BA;
}
.TagClassName
{
border-color: #EA02BA;
}
</style>