Shades of Shocking Pink #E902B9
Tints of Shocking Pink #E902B9
RGB
CMYK
RGB Variations
Color information
#E902B9 (or 0xE902B9) is known color: Shocking Pink. HEX triplet: E9, 02 and B9. RGB value is (233,2,185). Sum of RGB (Red+Green+Blue) = 233+2+185=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E902B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902B9 is #16FD46. Grayscale: #5B5B5B. Windows color (decimal): -1506631 or 12124905. OLE color: 12124905.
HSL color Cylindrical-coordinate representation of color #E902B9: hue angle of 312.47º 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 #E902B9 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.09 |
| HSL | 312.47º | 0.98% | 0.46% | - |
| HSV(B) | 312.47º | 0.99% | 0.91% | - |
| XYZ | 42.38 | 20.87 | 47.69 | - |
| YUV | 91.93 | 180.53 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 185 | 0 | 0.99 | 0.21 | 0.09 | 312.47 | 0.98 | 0.46 |
| Hex | E9 | 2 | B9 | 0 | 63 | 15 | 9 | 138 | 62 | 2E |
| Octal | 351 | 2 | 271 | 0 | 143 | 25 | 11 | 470 | 142 | 56 |
| Binary | 11101001 | 10 | 10111001 | 0 | 1100011 | 10101 | 1001 | 100111000 | 1100010 | 101110 |
Color Harmonies of #E902B9
Complementary color
Monochromatic Colors of #E902B9
Black with #E902B9
Text Example
Text Example
White with #E902B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902B9; }
p { color: rgb(233,2,185); }
H1.HeaderClassName
{
color: #E902B9;
}
.AnyTagClassName
{
color: #E902B9;
}
</style>
background-color css
<style>
a { background-color: #E902B9; }
a { background-color: rgb(233,2,185); }
div.DivClassName
{
background-color: #E902B9;
}
.BgClassName
{
background-color: #E902B9;
}
</style>
border-color css
<style>
span { border-color: #E902B9; }
span { border-color: rgb(233,2,185); }
td.TdClassName
{
border-color: #E902B9;
}
.TagClassName
{
border-color: #E902B9;
}
</style>