Shades of Shocking Pink #EB14C2
Tints of Shocking Pink #EB14C2
RGB
CMYK
RGB Variations
Color information
#EB14C2 (or 0xEB14C2) is known color: Shocking Pink. HEX triplet: EB, 14 and C2. RGB value is (235,20,194). Sum of RGB (Red+Green+Blue) = 235+20+194=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB14C2 is #14EB3D. Grayscale: #676767. Windows color (decimal): -1370942 or 12719339. OLE color: 12719339.
HSL color Cylindrical-coordinate representation of color #EB14C2: hue angle of 311.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB14C2 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 194 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.08 |
| HSL | 311.44º | 0.84% | 0.5% | - |
| HSV(B) | 311.44º | 0.91% | 0.92% | - |
| XYZ | 44.25 | 22.06 | 52.96 | - |
| YUV | 104.12 | 178.73 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 194 | 0 | 0.91 | 0.17 | 0.08 | 311.44 | 0.84 | 0.5 |
| Hex | EB | 14 | C2 | 0 | 5B | 11 | 8 | 137 | 54 | 32 |
| Octal | 353 | 24 | 302 | 0 | 133 | 21 | 10 | 467 | 124 | 62 |
| Binary | 11101011 | 10100 | 11000010 | 0 | 1011011 | 10001 | 1000 | 100110111 | 1010100 | 110010 |
Color Harmonies of #EB14C2
Complementary color
Monochromatic Colors of #EB14C2
Black with #EB14C2
Text Example
Text Example
White with #EB14C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14C2; }
p { color: rgb(235,20,194); }
H1.HeaderClassName
{
color: #EB14C2;
}
.AnyTagClassName
{
color: #EB14C2;
}
</style>
background-color css
<style>
a { background-color: #EB14C2; }
a { background-color: rgb(235,20,194); }
div.DivClassName
{
background-color: #EB14C2;
}
.BgClassName
{
background-color: #EB14C2;
}
</style>
border-color css
<style>
span { border-color: #EB14C2; }
span { border-color: rgb(235,20,194); }
td.TdClassName
{
border-color: #EB14C2;
}
.TagClassName
{
border-color: #EB14C2;
}
</style>