Shades of Shocking Pink #EA13BA
Tints of Shocking Pink #EA13BA
RGB
CMYK
RGB Variations
Color information
#EA13BA (or 0xEA13BA) is known color: Shocking Pink. HEX triplet: EA, 13 and BA. RGB value is (234,19,186). Sum of RGB (Red+Green+Blue) = 234+19+186=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA13BA is #15EC45. Grayscale: #656565. Windows color (decimal): -1436742 or 12194794. OLE color: 12194794.
HSL color Cylindrical-coordinate representation of color #EA13BA: hue angle of 313.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA13BA is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.08 |
| HSL | 313.4º | 0.85% | 0.5% | - |
| HSV(B) | 313.4º | 0.92% | 0.92% | - |
| XYZ | 43.03 | 21.5 | 48.34 | - |
| YUV | 102.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 186 | 0 | 0.92 | 0.21 | 0.08 | 313.4 | 0.85 | 0.5 |
| Hex | EA | 13 | BA | 0 | 5C | 15 | 8 | 139 | 55 | 32 |
| Octal | 352 | 23 | 272 | 0 | 134 | 25 | 10 | 471 | 125 | 62 |
| Binary | 11101010 | 10011 | 10111010 | 0 | 1011100 | 10101 | 1000 | 100111001 | 1010101 | 110010 |
Color Harmonies of #EA13BA
Complementary color
Monochromatic Colors of #EA13BA
Black with #EA13BA
Text Example
Text Example
White with #EA13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA13BA; }
p { color: rgb(234,19,186); }
H1.HeaderClassName
{
color: #EA13BA;
}
.AnyTagClassName
{
color: #EA13BA;
}
</style>
background-color css
<style>
a { background-color: #EA13BA; }
a { background-color: rgb(234,19,186); }
div.DivClassName
{
background-color: #EA13BA;
}
.BgClassName
{
background-color: #EA13BA;
}
</style>
border-color css
<style>
span { border-color: #EA13BA; }
span { border-color: rgb(234,19,186); }
td.TdClassName
{
border-color: #EA13BA;
}
.TagClassName
{
border-color: #EA13BA;
}
</style>