Shades of Shocking Pink #EB01C0
Tints of Shocking Pink #EB01C0
RGB
CMYK
RGB Variations
Color information
#EB01C0 (or 0xEB01C0) is known color: Shocking Pink. HEX triplet: EB, 01 and C0. RGB value is (235,1,192). Sum of RGB (Red+Green+Blue) = 235+1+192=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB01C0 is #14FE3F. Grayscale: #5C5C5C. Windows color (decimal): -1375808 or 12583403. OLE color: 12583403.
HSL color Cylindrical-coordinate representation of color #EB01C0: hue angle of 311.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01C0 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.08 |
| HSL | 311.03º | 0.99% | 0.46% | - |
| HSV(B) | 311.03º | 1% | 0.92% | - |
| XYZ | 43.79 | 21.49 | 51.71 | - |
| YUV | 92.74 | 184.02 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 192 | 0 | 1.00 | 0.18 | 0.08 | 311.03 | 0.99 | 0.46 |
| Hex | EB | 1 | C0 | 0 | 64 | 12 | 8 | 137 | 63 | 2E |
| Octal | 353 | 1 | 300 | 0 | 144 | 22 | 10 | 467 | 143 | 56 |
| Binary | 11101011 | 1 | 11000000 | 0 | 1100100 | 10010 | 1000 | 100110111 | 1100011 | 101110 |
Color Harmonies of #EB01C0
Complementary color
Monochromatic Colors of #EB01C0
Black with #EB01C0
Text Example
Text Example
White with #EB01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01C0; }
p { color: rgb(235,1,192); }
H1.HeaderClassName
{
color: #EB01C0;
}
.AnyTagClassName
{
color: #EB01C0;
}
</style>
background-color css
<style>
a { background-color: #EB01C0; }
a { background-color: rgb(235,1,192); }
div.DivClassName
{
background-color: #EB01C0;
}
.BgClassName
{
background-color: #EB01C0;
}
</style>
border-color css
<style>
span { border-color: #EB01C0; }
span { border-color: rgb(235,1,192); }
td.TdClassName
{
border-color: #EB01C0;
}
.TagClassName
{
border-color: #EB01C0;
}
</style>