Shades of Shocking Pink #EA0CBB
Tints of Shocking Pink #EA0CBB
RGB
CMYK
RGB Variations
Color information
#EA0CBB (or 0xEA0CBB) is known color: Shocking Pink. HEX triplet: EA, 0C and BB. RGB value is (234,12,187). Sum of RGB (Red+Green+Blue) = 234+12+187=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CBB is #15F344. Grayscale: #616161. Windows color (decimal): -1438533 or 12258538. OLE color: 12258538.
HSL color Cylindrical-coordinate representation of color #EA0CBB: hue angle of 312.7º 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 #EA0CBB is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.08 |
| HSL | 312.7º | 0.9% | 0.48% | - |
| HSV(B) | 312.7º | 0.95% | 0.92% | - |
| XYZ | 43.03 | 21.34 | 48.87 | - |
| YUV | 98.33 | 178.05 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 187 | 0 | 0.95 | 0.20 | 0.08 | 312.7 | 0.9 | 0.48 |
| Hex | EA | C | BB | 0 | 5F | 14 | 8 | 139 | 5A | 30 |
| Octal | 352 | 14 | 273 | 0 | 137 | 24 | 10 | 471 | 132 | 60 |
| Binary | 11101010 | 1100 | 10111011 | 0 | 1011111 | 10100 | 1000 | 100111001 | 1011010 | 110000 |
Color Harmonies of #EA0CBB
Complementary color
Monochromatic Colors of #EA0CBB
Black with #EA0CBB
Text Example
Text Example
White with #EA0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CBB; }
p { color: rgb(234,12,187); }
H1.HeaderClassName
{
color: #EA0CBB;
}
.AnyTagClassName
{
color: #EA0CBB;
}
</style>
background-color css
<style>
a { background-color: #EA0CBB; }
a { background-color: rgb(234,12,187); }
div.DivClassName
{
background-color: #EA0CBB;
}
.BgClassName
{
background-color: #EA0CBB;
}
</style>
border-color css
<style>
span { border-color: #EA0CBB; }
span { border-color: rgb(234,12,187); }
td.TdClassName
{
border-color: #EA0CBB;
}
.TagClassName
{
border-color: #EA0CBB;
}
</style>