Shades of Shocking Pink #EB18C0
Tints of Shocking Pink #EB18C0
RGB
CMYK
RGB Variations
Color information
#EB18C0 (or 0xEB18C0) is known color: Shocking Pink. HEX triplet: EB, 18 and C0. RGB value is (235,24,192). Sum of RGB (Red+Green+Blue) = 235+24+192=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18C0 is #14E73F. Grayscale: #696969. Windows color (decimal): -1369920 or 12589291. OLE color: 12589291.
HSL color Cylindrical-coordinate representation of color #EB18C0: hue angle of 312.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18C0 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 192 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.08 |
| HSL | 312.23º | 0.84% | 0.51% | - |
| HSV(B) | 312.23º | 0.9% | 0.92% | - |
| XYZ | 44.1 | 22.12 | 51.81 | - |
| YUV | 106.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 192 | 0 | 0.90 | 0.18 | 0.08 | 312.23 | 0.84 | 0.51 |
| Hex | EB | 18 | C0 | 0 | 5A | 12 | 8 | 138 | 54 | 33 |
| Octal | 353 | 30 | 300 | 0 | 132 | 22 | 10 | 470 | 124 | 63 |
| Binary | 11101011 | 11000 | 11000000 | 0 | 1011010 | 10010 | 1000 | 100111000 | 1010100 | 110011 |
Color Harmonies of #EB18C0
Complementary color
Monochromatic Colors of #EB18C0
Black with #EB18C0
Text Example
Text Example
White with #EB18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18C0; }
p { color: rgb(235,24,192); }
H1.HeaderClassName
{
color: #EB18C0;
}
.AnyTagClassName
{
color: #EB18C0;
}
</style>
background-color css
<style>
a { background-color: #EB18C0; }
a { background-color: rgb(235,24,192); }
div.DivClassName
{
background-color: #EB18C0;
}
.BgClassName
{
background-color: #EB18C0;
}
</style>
border-color css
<style>
span { border-color: #EB18C0; }
span { border-color: rgb(235,24,192); }
td.TdClassName
{
border-color: #EB18C0;
}
.TagClassName
{
border-color: #EB18C0;
}
</style>