Shades of Shocking Pink #EA0BC1
Tints of Shocking Pink #EA0BC1
RGB
CMYK
RGB Variations
Color information
#EA0BC1 (or 0xEA0BC1) is known color: Shocking Pink. HEX triplet: EA, 0B and C1. RGB value is (234,11,193). Sum of RGB (Red+Green+Blue) = 234+11+193=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BC1 is #15F43E. Grayscale: #616161. Windows color (decimal): -1438783 or 12651498. OLE color: 12651498.
HSL color Cylindrical-coordinate representation of color #EA0BC1: hue angle of 311.03º degrees, saturation: 0.91, 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 #EA0BC1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 193 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.08 |
| HSL | 311.03º | 0.91% | 0.48% | - |
| HSV(B) | 311.03º | 0.95% | 0.92% | - |
| XYZ | 43.68 | 21.58 | 52.32 | - |
| YUV | 98.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 193 | 0 | 0.95 | 0.18 | 0.08 | 311.03 | 0.91 | 0.48 |
| Hex | EA | B | C1 | 0 | 5F | 12 | 8 | 137 | 5B | 30 |
| Octal | 352 | 13 | 301 | 0 | 137 | 22 | 10 | 467 | 133 | 60 |
| Binary | 11101010 | 1011 | 11000001 | 0 | 1011111 | 10010 | 1000 | 100110111 | 1011011 | 110000 |
Color Harmonies of #EA0BC1
Complementary color
Monochromatic Colors of #EA0BC1
Black with #EA0BC1
Text Example
Text Example
White with #EA0BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BC1; }
p { color: rgb(234,11,193); }
H1.HeaderClassName
{
color: #EA0BC1;
}
.AnyTagClassName
{
color: #EA0BC1;
}
</style>
background-color css
<style>
a { background-color: #EA0BC1; }
a { background-color: rgb(234,11,193); }
div.DivClassName
{
background-color: #EA0BC1;
}
.BgClassName
{
background-color: #EA0BC1;
}
</style>
border-color css
<style>
span { border-color: #EA0BC1; }
span { border-color: rgb(234,11,193); }
td.TdClassName
{
border-color: #EA0BC1;
}
.TagClassName
{
border-color: #EA0BC1;
}
</style>