Shades of Shocking Pink #EB0ECE
Tints of Shocking Pink #EB0ECE
RGB
CMYK
RGB Variations
Color information
#EB0ECE (or 0xEB0ECE) is known color: Shocking Pink. HEX triplet: EB, 0E and CE. RGB value is (235,14,206). Sum of RGB (Red+Green+Blue) = 235+14+206=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ECE is #14F131. Grayscale: #656565. Windows color (decimal): -1372466 or 13504235. OLE color: 13504235.
HSL color Cylindrical-coordinate representation of color #EB0ECE: hue angle of 307.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.08 |
| HSL | 307.87º | 0.89% | 0.49% | - |
| HSV(B) | 307.87º | 0.94% | 0.92% | - |
| XYZ | 45.56 | 22.43 | 60.32 | - |
| YUV | 101.97 | 186.72 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 206 | 0 | 0.94 | 0.12 | 0.08 | 307.87 | 0.89 | 0.49 |
| Hex | EB | E | CE | 0 | 5E | C | 8 | 134 | 59 | 31 |
| Octal | 353 | 16 | 316 | 0 | 136 | 14 | 10 | 464 | 131 | 61 |
| Binary | 11101011 | 1110 | 11001110 | 0 | 1011110 | 1100 | 1000 | 100110100 | 1011001 | 110001 |
Color Harmonies of #EB0ECE
Complementary color
Monochromatic Colors of #EB0ECE
Black with #EB0ECE
Text Example
Text Example
White with #EB0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0ECE; }
p { color: rgb(235,14,206); }
H1.HeaderClassName
{
color: #EB0ECE;
}
.AnyTagClassName
{
color: #EB0ECE;
}
</style>
background-color css
<style>
a { background-color: #EB0ECE; }
a { background-color: rgb(235,14,206); }
div.DivClassName
{
background-color: #EB0ECE;
}
.BgClassName
{
background-color: #EB0ECE;
}
</style>
border-color css
<style>
span { border-color: #EB0ECE; }
span { border-color: rgb(235,14,206); }
td.TdClassName
{
border-color: #EB0ECE;
}
.TagClassName
{
border-color: #EB0ECE;
}
</style>