Shades of Shocking Pink #EB1ECE
Tints of Shocking Pink #EB1ECE
RGB
CMYK
RGB Variations
Color information
#EB1ECE (or 0xEB1ECE) is known color: Shocking Pink. HEX triplet: EB, 1E and CE. RGB value is (235,30,206). Sum of RGB (Red+Green+Blue) = 235+30+206=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1ECE is #14E131. Grayscale: #6E6E6E. Windows color (decimal): -1368370 or 13508331. OLE color: 13508331.
HSL color Cylindrical-coordinate representation of color #EB1ECE: hue angle of 308.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1ECE is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.08 |
| HSL | 308.49º | 0.84% | 0.52% | - |
| HSV(B) | 308.49º | 0.87% | 0.92% | - |
| XYZ | 45.87 | 23.05 | 60.42 | - |
| YUV | 111.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 30 | 206 | 0 | 0.87 | 0.12 | 0.08 | 308.49 | 0.84 | 0.52 |
| Hex | EB | 1E | CE | 0 | 57 | C | 8 | 134 | 54 | 34 |
| Octal | 353 | 36 | 316 | 0 | 127 | 14 | 10 | 464 | 124 | 64 |
| Binary | 11101011 | 11110 | 11001110 | 0 | 1010111 | 1100 | 1000 | 100110100 | 1010100 | 110100 |
Color Harmonies of #EB1ECE
Complementary color
Monochromatic Colors of #EB1ECE
Black with #EB1ECE
Text Example
Text Example
White with #EB1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1ECE; }
p { color: rgb(235,30,206); }
H1.HeaderClassName
{
color: #EB1ECE;
}
.AnyTagClassName
{
color: #EB1ECE;
}
</style>
background-color css
<style>
a { background-color: #EB1ECE; }
a { background-color: rgb(235,30,206); }
div.DivClassName
{
background-color: #EB1ECE;
}
.BgClassName
{
background-color: #EB1ECE;
}
</style>
border-color css
<style>
span { border-color: #EB1ECE; }
span { border-color: rgb(235,30,206); }
td.TdClassName
{
border-color: #EB1ECE;
}
.TagClassName
{
border-color: #EB1ECE;
}
</style>