Shades of Shocking Pink #E902C0
Tints of Shocking Pink #E902C0
RGB
CMYK
RGB Variations
Color information
#E902C0 (or 0xE902C0) is known color: Shocking Pink. HEX triplet: E9, 02 and C0. RGB value is (233,2,192). Sum of RGB (Red+Green+Blue) = 233+2+192=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E902C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902C0 is #16FD3F. Grayscale: #5C5C5C. Windows color (decimal): -1506624 or 12583657. OLE color: 12583657.
HSL color Cylindrical-coordinate representation of color #E902C0: hue angle of 310.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902C0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.09 |
| HSL | 310.65º | 0.98% | 0.46% | - |
| HSV(B) | 310.65º | 0.99% | 0.91% | - |
| XYZ | 43.14 | 21.17 | 51.68 | - |
| YUV | 92.73 | 184.03 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 192 | 0 | 0.99 | 0.18 | 0.09 | 310.65 | 0.98 | 0.46 |
| Hex | E9 | 2 | C0 | 0 | 63 | 12 | 9 | 137 | 62 | 2E |
| Octal | 351 | 2 | 300 | 0 | 143 | 22 | 11 | 467 | 142 | 56 |
| Binary | 11101001 | 10 | 11000000 | 0 | 1100011 | 10010 | 1001 | 100110111 | 1100010 | 101110 |
Color Harmonies of #E902C0
Complementary color
Monochromatic Colors of #E902C0
Black with #E902C0
Text Example
Text Example
White with #E902C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902C0; }
p { color: rgb(233,2,192); }
H1.HeaderClassName
{
color: #E902C0;
}
.AnyTagClassName
{
color: #E902C0;
}
</style>
background-color css
<style>
a { background-color: #E902C0; }
a { background-color: rgb(233,2,192); }
div.DivClassName
{
background-color: #E902C0;
}
.BgClassName
{
background-color: #E902C0;
}
</style>
border-color css
<style>
span { border-color: #E902C0; }
span { border-color: rgb(233,2,192); }
td.TdClassName
{
border-color: #E902C0;
}
.TagClassName
{
border-color: #E902C0;
}
</style>