Shades of Shocking Pink #EB19C2
Tints of Shocking Pink #EB19C2
RGB
CMYK
RGB Variations
Color information
#EB19C2 (or 0xEB19C2) is known color: Shocking Pink. HEX triplet: EB, 19 and C2. RGB value is (235,25,194). Sum of RGB (Red+Green+Blue) = 235+25+194=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19C2 is #14E63D. Grayscale: #6A6A6A. Windows color (decimal): -1369662 or 12720619. OLE color: 12720619.
HSL color Cylindrical-coordinate representation of color #EB19C2: hue angle of 311.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB19C2 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 194 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.08 |
| HSL | 311.71º | 0.84% | 0.51% | - |
| HSV(B) | 311.71º | 0.89% | 0.92% | - |
| XYZ | 44.35 | 22.25 | 53 | - |
| YUV | 107.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 194 | 0 | 0.89 | 0.17 | 0.08 | 311.71 | 0.84 | 0.51 |
| Hex | EB | 19 | C2 | 0 | 59 | 11 | 8 | 138 | 54 | 33 |
| Octal | 353 | 31 | 302 | 0 | 131 | 21 | 10 | 470 | 124 | 63 |
| Binary | 11101011 | 11001 | 11000010 | 0 | 1011001 | 10001 | 1000 | 100111000 | 1010100 | 110011 |
Color Harmonies of #EB19C2
Complementary color
Monochromatic Colors of #EB19C2
Black with #EB19C2
Text Example
Text Example
White with #EB19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB19C2; }
p { color: rgb(235,25,194); }
H1.HeaderClassName
{
color: #EB19C2;
}
.AnyTagClassName
{
color: #EB19C2;
}
</style>
background-color css
<style>
a { background-color: #EB19C2; }
a { background-color: rgb(235,25,194); }
div.DivClassName
{
background-color: #EB19C2;
}
.BgClassName
{
background-color: #EB19C2;
}
</style>
border-color css
<style>
span { border-color: #EB19C2; }
span { border-color: rgb(235,25,194); }
td.TdClassName
{
border-color: #EB19C2;
}
.TagClassName
{
border-color: #EB19C2;
}
</style>