Shades of Shocking Pink #EB18D0
Tints of Shocking Pink #EB18D0
RGB
CMYK
RGB Variations
Color information
#EB18D0 (or 0xEB18D0) is known color: Shocking Pink. HEX triplet: EB, 18 and D0. RGB value is (235,24,208). Sum of RGB (Red+Green+Blue) = 235+24+208=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18D0 is #14E72F. Grayscale: #6B6B6B. Windows color (decimal): -1369904 or 13637867. OLE color: 13637867.
HSL color Cylindrical-coordinate representation of color #EB18D0: hue angle of 307.68º 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 #EB18D0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 208 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.08 |
| HSL | 307.68º | 0.84% | 0.51% | - |
| HSV(B) | 307.68º | 0.9% | 0.92% | - |
| XYZ | 45.97 | 22.87 | 61.67 | - |
| YUV | 108.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 208 | 0 | 0.90 | 0.11 | 0.08 | 307.68 | 0.84 | 0.51 |
| Hex | EB | 18 | D0 | 0 | 5A | B | 8 | 134 | 54 | 33 |
| Octal | 353 | 30 | 320 | 0 | 132 | 13 | 10 | 464 | 124 | 63 |
| Binary | 11101011 | 11000 | 11010000 | 0 | 1011010 | 1011 | 1000 | 100110100 | 1010100 | 110011 |
Color Harmonies of #EB18D0
Complementary color
Monochromatic Colors of #EB18D0
Black with #EB18D0
Text Example
Text Example
White with #EB18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18D0; }
p { color: rgb(235,24,208); }
H1.HeaderClassName
{
color: #EB18D0;
}
.AnyTagClassName
{
color: #EB18D0;
}
</style>
background-color css
<style>
a { background-color: #EB18D0; }
a { background-color: rgb(235,24,208); }
div.DivClassName
{
background-color: #EB18D0;
}
.BgClassName
{
background-color: #EB18D0;
}
</style>
border-color css
<style>
span { border-color: #EB18D0; }
span { border-color: rgb(235,24,208); }
td.TdClassName
{
border-color: #EB18D0;
}
.TagClassName
{
border-color: #EB18D0;
}
</style>