Shades of Shocking Pink #EB13C1
Tints of Shocking Pink #EB13C1
RGB
CMYK
RGB Variations
Color information
#EB13C1 (or 0xEB13C1) is known color: Shocking Pink. HEX triplet: EB, 13 and C1. RGB value is (235,19,193). Sum of RGB (Red+Green+Blue) = 235+19+193=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB13C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB13C1 is #14EC3E. Grayscale: #666666. Windows color (decimal): -1371199 or 12653547. OLE color: 12653547.
HSL color Cylindrical-coordinate representation of color #EB13C1: hue angle of 311.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB13C1 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 193 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.08 |
| HSL | 311.67º | 0.85% | 0.5% | - |
| HSV(B) | 311.67º | 0.92% | 0.92% | - |
| XYZ | 44.12 | 21.98 | 52.37 | - |
| YUV | 103.42 | 178.56 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 193 | 0 | 0.92 | 0.18 | 0.08 | 311.67 | 0.85 | 0.5 |
| Hex | EB | 13 | C1 | 0 | 5C | 12 | 8 | 138 | 55 | 32 |
| Octal | 353 | 23 | 301 | 0 | 134 | 22 | 10 | 470 | 125 | 62 |
| Binary | 11101011 | 10011 | 11000001 | 0 | 1011100 | 10010 | 1000 | 100111000 | 1010101 | 110010 |
Color Harmonies of #EB13C1
Complementary color
Monochromatic Colors of #EB13C1
Black with #EB13C1
Text Example
Text Example
White with #EB13C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB13C1; }
p { color: rgb(235,19,193); }
H1.HeaderClassName
{
color: #EB13C1;
}
.AnyTagClassName
{
color: #EB13C1;
}
</style>
background-color css
<style>
a { background-color: #EB13C1; }
a { background-color: rgb(235,19,193); }
div.DivClassName
{
background-color: #EB13C1;
}
.BgClassName
{
background-color: #EB13C1;
}
</style>
border-color css
<style>
span { border-color: #EB13C1; }
span { border-color: rgb(235,19,193); }
td.TdClassName
{
border-color: #EB13C1;
}
.TagClassName
{
border-color: #EB13C1;
}
</style>