Shades of Shocking Pink #EA0CBA
Tints of Shocking Pink #EA0CBA
RGB
CMYK
RGB Variations
Color information
#EA0CBA (or 0xEA0CBA) is known color: Shocking Pink. HEX triplet: EA, 0C and BA. RGB value is (234,12,186). Sum of RGB (Red+Green+Blue) = 234+12+186=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CBA is #15F345. Grayscale: #616161. Windows color (decimal): -1438534 or 12193002. OLE color: 12193002.
HSL color Cylindrical-coordinate representation of color #EA0CBA: hue angle of 312.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CBA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.08 |
| HSL | 312.97º | 0.9% | 0.48% | - |
| HSV(B) | 312.97º | 0.95% | 0.92% | - |
| XYZ | 42.93 | 21.3 | 48.3 | - |
| YUV | 98.21 | 177.55 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 186 | 0 | 0.95 | 0.21 | 0.08 | 312.97 | 0.9 | 0.48 |
| Hex | EA | C | BA | 0 | 5F | 15 | 8 | 139 | 5A | 30 |
| Octal | 352 | 14 | 272 | 0 | 137 | 25 | 10 | 471 | 132 | 60 |
| Binary | 11101010 | 1100 | 10111010 | 0 | 1011111 | 10101 | 1000 | 100111001 | 1011010 | 110000 |
Color Harmonies of #EA0CBA
Complementary color
Monochromatic Colors of #EA0CBA
Black with #EA0CBA
Text Example
Text Example
White with #EA0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CBA; }
p { color: rgb(234,12,186); }
H1.HeaderClassName
{
color: #EA0CBA;
}
.AnyTagClassName
{
color: #EA0CBA;
}
</style>
background-color css
<style>
a { background-color: #EA0CBA; }
a { background-color: rgb(234,12,186); }
div.DivClassName
{
background-color: #EA0CBA;
}
.BgClassName
{
background-color: #EA0CBA;
}
</style>
border-color css
<style>
span { border-color: #EA0CBA; }
span { border-color: rgb(234,12,186); }
td.TdClassName
{
border-color: #EA0CBA;
}
.TagClassName
{
border-color: #EA0CBA;
}
</style>