Shades of Shocking Pink #EB1CCC
Tints of Shocking Pink #EB1CCC
RGB
CMYK
RGB Variations
Color information
#EB1CCC (or 0xEB1CCC) is known color: Shocking Pink. HEX triplet: EB, 1C and CC. RGB value is (235,28,204). Sum of RGB (Red+Green+Blue) = 235+28+204=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1CCC is #14E333. Grayscale: #6D6D6D. Windows color (decimal): -1368884 or 13376747. OLE color: 13376747.
HSL color Cylindrical-coordinate representation of color #EB1CCC: hue angle of 308.99º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1CCC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 308.99º | 0.84% | 0.52% | - |
| HSV(B) | 308.99º | 0.88% | 0.92% | - |
| XYZ | 45.58 | 22.85 | 59.14 | - |
| YUV | 109.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 28 | 204 | 0 | 0.88 | 0.13 | 0.08 | 308.99 | 0.84 | 0.52 |
| Hex | EB | 1C | CC | 0 | 58 | D | 8 | 135 | 54 | 34 |
| Octal | 353 | 34 | 314 | 0 | 130 | 15 | 10 | 465 | 124 | 64 |
| Binary | 11101011 | 11100 | 11001100 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010100 | 110100 |
Color Harmonies of #EB1CCC
Complementary color
Monochromatic Colors of #EB1CCC
Black with #EB1CCC
Text Example
Text Example
White with #EB1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1CCC; }
p { color: rgb(235,28,204); }
H1.HeaderClassName
{
color: #EB1CCC;
}
.AnyTagClassName
{
color: #EB1CCC;
}
</style>
background-color css
<style>
a { background-color: #EB1CCC; }
a { background-color: rgb(235,28,204); }
div.DivClassName
{
background-color: #EB1CCC;
}
.BgClassName
{
background-color: #EB1CCC;
}
</style>
border-color css
<style>
span { border-color: #EB1CCC; }
span { border-color: rgb(235,28,204); }
td.TdClassName
{
border-color: #EB1CCC;
}
.TagClassName
{
border-color: #EB1CCC;
}
</style>