Shades of Shocking Pink #E902BE
Tints of Shocking Pink #E902BE
RGB
CMYK
RGB Variations
Color information
#E902BE (or 0xE902BE) is known color: Shocking Pink. HEX triplet: E9, 02 and BE. RGB value is (233,2,190). Sum of RGB (Red+Green+Blue) = 233+2+190=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E902BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902BE is #16FD41. Grayscale: #5B5B5B. Windows color (decimal): -1506626 or 12452585. OLE color: 12452585.
HSL color Cylindrical-coordinate representation of color #E902BE: hue angle of 311.17º 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 #E902BE is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.09 |
| HSL | 311.17º | 0.98% | 0.46% | - |
| HSV(B) | 311.17º | 0.99% | 0.91% | - |
| XYZ | 42.92 | 21.08 | 50.52 | - |
| YUV | 92.5 | 183.03 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 190 | 0 | 0.99 | 0.18 | 0.09 | 311.17 | 0.98 | 0.46 |
| Hex | E9 | 2 | BE | 0 | 63 | 12 | 9 | 137 | 62 | 2E |
| Octal | 351 | 2 | 276 | 0 | 143 | 22 | 11 | 467 | 142 | 56 |
| Binary | 11101001 | 10 | 10111110 | 0 | 1100011 | 10010 | 1001 | 100110111 | 1100010 | 101110 |
Color Harmonies of #E902BE
Complementary color
Monochromatic Colors of #E902BE
Black with #E902BE
Text Example
Text Example
White with #E902BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902BE; }
p { color: rgb(233,2,190); }
H1.HeaderClassName
{
color: #E902BE;
}
.AnyTagClassName
{
color: #E902BE;
}
</style>
background-color css
<style>
a { background-color: #E902BE; }
a { background-color: rgb(233,2,190); }
div.DivClassName
{
background-color: #E902BE;
}
.BgClassName
{
background-color: #E902BE;
}
</style>
border-color css
<style>
span { border-color: #E902BE; }
span { border-color: rgb(233,2,190); }
td.TdClassName
{
border-color: #E902BE;
}
.TagClassName
{
border-color: #E902BE;
}
</style>