Shades of Shocking Pink #EB1EC0
Tints of Shocking Pink #EB1EC0
RGB
CMYK
RGB Variations
Color information
#EB1EC0 (or 0xEB1EC0) is known color: Shocking Pink. HEX triplet: EB, 1E and C0. RGB value is (235,30,192). Sum of RGB (Red+Green+Blue) = 235+30+192=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1EC0 is #14E13F. Grayscale: #6D6D6D. Windows color (decimal): -1368384 or 12590827. OLE color: 12590827.
HSL color Cylindrical-coordinate representation of color #EB1EC0: hue angle of 312.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1EC0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 30 | 192 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.08 |
| HSL | 312.59º | 0.84% | 0.52% | - |
| HSV(B) | 312.59º | 0.87% | 0.92% | - |
| XYZ | 44.24 | 22.4 | 51.86 | - |
| YUV | 109.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 30 | 192 | 0 | 0.87 | 0.18 | 0.08 | 312.59 | 0.84 | 0.52 |
| Hex | EB | 1E | C0 | 0 | 57 | 12 | 8 | 139 | 54 | 34 |
| Octal | 353 | 36 | 300 | 0 | 127 | 22 | 10 | 471 | 124 | 64 |
| Binary | 11101011 | 11110 | 11000000 | 0 | 1010111 | 10010 | 1000 | 100111001 | 1010100 | 110100 |
Color Harmonies of #EB1EC0
Complementary color
Monochromatic Colors of #EB1EC0
Black with #EB1EC0
Text Example
Text Example
White with #EB1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1EC0; }
p { color: rgb(235,30,192); }
H1.HeaderClassName
{
color: #EB1EC0;
}
.AnyTagClassName
{
color: #EB1EC0;
}
</style>
background-color css
<style>
a { background-color: #EB1EC0; }
a { background-color: rgb(235,30,192); }
div.DivClassName
{
background-color: #EB1EC0;
}
.BgClassName
{
background-color: #EB1EC0;
}
</style>
border-color css
<style>
span { border-color: #EB1EC0; }
span { border-color: rgb(235,30,192); }
td.TdClassName
{
border-color: #EB1EC0;
}
.TagClassName
{
border-color: #EB1EC0;
}
</style>