Shades of Shocking Pink #EB02C2
Tints of Shocking Pink #EB02C2
RGB
CMYK
RGB Variations
Color information
#EB02C2 (or 0xEB02C2) is known color: Shocking Pink. HEX triplet: EB, 02 and C2. RGB value is (235,2,194). Sum of RGB (Red+Green+Blue) = 235+2+194=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02C2 is #14FD3D. Grayscale: #5D5D5D. Windows color (decimal): -1375550 or 12714731. OLE color: 12714731.
HSL color Cylindrical-coordinate representation of color #EB02C2: hue angle of 310.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02C2 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.08 |
| HSL | 310.56º | 0.98% | 0.46% | - |
| HSV(B) | 310.56º | 0.99% | 0.92% | - |
| XYZ | 44.02 | 21.6 | 52.89 | - |
| YUV | 93.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 194 | 0 | 0.99 | 0.17 | 0.08 | 310.56 | 0.98 | 0.46 |
| Hex | EB | 2 | C2 | 0 | 63 | 11 | 8 | 137 | 62 | 2E |
| Octal | 353 | 2 | 302 | 0 | 143 | 21 | 10 | 467 | 142 | 56 |
| Binary | 11101011 | 10 | 11000010 | 0 | 1100011 | 10001 | 1000 | 100110111 | 1100010 | 101110 |
Color Harmonies of #EB02C2
Complementary color
Monochromatic Colors of #EB02C2
Black with #EB02C2
Text Example
Text Example
White with #EB02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB02C2; }
p { color: rgb(235,2,194); }
H1.HeaderClassName
{
color: #EB02C2;
}
.AnyTagClassName
{
color: #EB02C2;
}
</style>
background-color css
<style>
a { background-color: #EB02C2; }
a { background-color: rgb(235,2,194); }
div.DivClassName
{
background-color: #EB02C2;
}
.BgClassName
{
background-color: #EB02C2;
}
</style>
border-color css
<style>
span { border-color: #EB02C2; }
span { border-color: rgb(235,2,194); }
td.TdClassName
{
border-color: #EB02C2;
}
.TagClassName
{
border-color: #EB02C2;
}
</style>