Shades of Shocking Pink #EB19D4
Tints of Shocking Pink #EB19D4
RGB
CMYK
RGB Variations
Color information
#EB19D4 (or 0xEB19D4) is known color: Shocking Pink. HEX triplet: EB, 19 and D4. RGB value is (235,25,212). Sum of RGB (Red+Green+Blue) = 235+25+212=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19D4 is #14E62B. Grayscale: #6C6C6C. Windows color (decimal): -1369644 or 13900267. OLE color: 13900267.
HSL color Cylindrical-coordinate representation of color #EB19D4: hue angle of 306.57º 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 #EB19D4 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 212 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.08 |
| HSL | 306.57º | 0.84% | 0.51% | - |
| HSV(B) | 306.57º | 0.89% | 0.92% | - |
| XYZ | 46.49 | 23.11 | 64.3 | - |
| YUV | 109.11 | 186.07 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 212 | 0 | 0.89 | 0.10 | 0.08 | 306.57 | 0.84 | 0.51 |
| Hex | EB | 19 | D4 | 0 | 59 | A | 8 | 133 | 54 | 33 |
| Octal | 353 | 31 | 324 | 0 | 131 | 12 | 10 | 463 | 124 | 63 |
| Binary | 11101011 | 11001 | 11010100 | 0 | 1011001 | 1010 | 1000 | 100110011 | 1010100 | 110011 |
Color Harmonies of #EB19D4
Complementary color
Monochromatic Colors of #EB19D4
Black with #EB19D4
Text Example
Text Example
White with #EB19D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB19D4; }
p { color: rgb(235,25,212); }
H1.HeaderClassName
{
color: #EB19D4;
}
.AnyTagClassName
{
color: #EB19D4;
}
</style>
background-color css
<style>
a { background-color: #EB19D4; }
a { background-color: rgb(235,25,212); }
div.DivClassName
{
background-color: #EB19D4;
}
.BgClassName
{
background-color: #EB19D4;
}
</style>
border-color css
<style>
span { border-color: #EB19D4; }
span { border-color: rgb(235,25,212); }
td.TdClassName
{
border-color: #EB19D4;
}
.TagClassName
{
border-color: #EB19D4;
}
</style>