Shades of Shocking Pink #E908B4
Tints of Shocking Pink #E908B4
RGB
CMYK
RGB Variations
Color information
#E908B4 (or 0xE908B4) is known color: Shocking Pink. HEX triplet: E9, 08 and B4. RGB value is (233,8,180). Sum of RGB (Red+Green+Blue) = 233+8+180=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E908B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E908B4 is #16F74B. Grayscale: #5E5E5E. Windows color (decimal): -1505100 or 11798761. OLE color: 11798761.
HSL color Cylindrical-coordinate representation of color #E908B4: hue angle of 314.13º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E908B4 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 180 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.09 |
| HSL | 314.13º | 0.93% | 0.47% | - |
| HSV(B) | 314.13º | 0.97% | 0.91% | - |
| XYZ | 41.93 | 20.79 | 44.98 | - |
| YUV | 94.88 | 176.04 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 180 | 0 | 0.97 | 0.23 | 0.09 | 314.13 | 0.93 | 0.47 |
| Hex | E9 | 8 | B4 | 0 | 61 | 17 | 9 | 13A | 5D | 2F |
| Octal | 351 | 10 | 264 | 0 | 141 | 27 | 11 | 472 | 135 | 57 |
| Binary | 11101001 | 1000 | 10110100 | 0 | 1100001 | 10111 | 1001 | 100111010 | 1011101 | 101111 |
Color Harmonies of #E908B4
Complementary color
Monochromatic Colors of #E908B4
Black with #E908B4
Text Example
Text Example
White with #E908B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908B4; }
p { color: rgb(233,8,180); }
H1.HeaderClassName
{
color: #E908B4;
}
.AnyTagClassName
{
color: #E908B4;
}
</style>
background-color css
<style>
a { background-color: #E908B4; }
a { background-color: rgb(233,8,180); }
div.DivClassName
{
background-color: #E908B4;
}
.BgClassName
{
background-color: #E908B4;
}
</style>
border-color css
<style>
span { border-color: #E908B4; }
span { border-color: rgb(233,8,180); }
td.TdClassName
{
border-color: #E908B4;
}
.TagClassName
{
border-color: #E908B4;
}
</style>