Shades of Shocking Pink #EB0ECF
Tints of Shocking Pink #EB0ECF
RGB
CMYK
RGB Variations
Color information
#EB0ECF (or 0xEB0ECF) is known color: Shocking Pink. HEX triplet: EB, 0E and CF. RGB value is (235,14,207). Sum of RGB (Red+Green+Blue) = 235+14+207=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ECF is #14F130. Grayscale: #656565. Windows color (decimal): -1372465 or 13569771. OLE color: 13569771.
HSL color Cylindrical-coordinate representation of color #EB0ECF: hue angle of 307.6º 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 #EB0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.08 |
| HSL | 307.6º | 0.89% | 0.49% | - |
| HSV(B) | 307.6º | 0.94% | 0.92% | - |
| XYZ | 45.68 | 22.48 | 60.96 | - |
| YUV | 102.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 207 | 0 | 0.94 | 0.12 | 0.08 | 307.6 | 0.89 | 0.49 |
| Hex | EB | E | CF | 0 | 5E | C | 8 | 134 | 59 | 31 |
| Octal | 353 | 16 | 317 | 0 | 136 | 14 | 10 | 464 | 131 | 61 |
| Binary | 11101011 | 1110 | 11001111 | 0 | 1011110 | 1100 | 1000 | 100110100 | 1011001 | 110001 |
Color Harmonies of #EB0ECF
Complementary color
Monochromatic Colors of #EB0ECF
Black with #EB0ECF
Text Example
Text Example
White with #EB0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0ECF; }
p { color: rgb(235,14,207); }
H1.HeaderClassName
{
color: #EB0ECF;
}
.AnyTagClassName
{
color: #EB0ECF;
}
</style>
background-color css
<style>
a { background-color: #EB0ECF; }
a { background-color: rgb(235,14,207); }
div.DivClassName
{
background-color: #EB0ECF;
}
.BgClassName
{
background-color: #EB0ECF;
}
</style>
border-color css
<style>
span { border-color: #EB0ECF; }
span { border-color: rgb(235,14,207); }
td.TdClassName
{
border-color: #EB0ECF;
}
.TagClassName
{
border-color: #EB0ECF;
}
</style>