Shades of Shocking Pink #E900C0
Tints of Shocking Pink #E900C0
RGB
CMYK
RGB Variations
Color information
#E900C0 (or 0xE900C0) is known color: Shocking Pink. HEX triplet: E9, 00 and C0. RGB value is (233,0,192). Sum of RGB (Red+Green+Blue) = 233+0+192=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E900C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900C0 is #16FF3F. Grayscale: #5B5B5B. Windows color (decimal): -1507136 or 12583145. OLE color: 12583145.
HSL color Cylindrical-coordinate representation of color #E900C0: hue angle of 310.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900C0 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.18 | 0.09 |
| HSL | 310.56º | 1% | 0.46% | - |
| HSV(B) | 310.56º | 1% | 0.91% | - |
| XYZ | 43.12 | 21.13 | 51.67 | - |
| YUV | 91.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 192 | 0 | 1 | 0.18 | 0.09 | 310.56 | 1 | 0.46 |
| Hex | E9 | 0 | C0 | 0 | 64 | 12 | 9 | 137 | 64 | 2E |
| Octal | 351 | 0 | 300 | 0 | 144 | 22 | 11 | 467 | 144 | 56 |
| Binary | 11101001 | 0 | 11000000 | 0 | 1100100 | 10010 | 1001 | 100110111 | 1100100 | 101110 |
Color Harmonies of #E900C0
Complementary color
Monochromatic Colors of #E900C0
Black with #E900C0
Text Example
Text Example
White with #E900C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900C0; }
p { color: rgb(233,0,192); }
H1.HeaderClassName
{
color: #E900C0;
}
.AnyTagClassName
{
color: #E900C0;
}
</style>
background-color css
<style>
a { background-color: #E900C0; }
a { background-color: rgb(233,0,192); }
div.DivClassName
{
background-color: #E900C0;
}
.BgClassName
{
background-color: #E900C0;
}
</style>
border-color css
<style>
span { border-color: #E900C0; }
span { border-color: rgb(233,0,192); }
td.TdClassName
{
border-color: #E900C0;
}
.TagClassName
{
border-color: #E900C0;
}
</style>