Shades of Shocking Pink #E908BA
Tints of Shocking Pink #E908BA
RGB
CMYK
RGB Variations
Color information
#E908BA (or 0xE908BA) is known color: Shocking Pink. HEX triplet: E9, 08 and BA. RGB value is (233,8,186). Sum of RGB (Red+Green+Blue) = 233+8+186=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E908BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E908BA is #16F745. Grayscale: #5F5F5F. Windows color (decimal): -1505094 or 12191977. OLE color: 12191977.
HSL color Cylindrical-coordinate representation of color #E908BA: hue angle of 312.53º 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 #E908BA is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 186 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.09 |
| HSL | 312.53º | 0.93% | 0.47% | - |
| HSV(B) | 312.53º | 0.97% | 0.91% | - |
| XYZ | 42.55 | 21.04 | 48.27 | - |
| YUV | 95.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 186 | 0 | 0.97 | 0.20 | 0.09 | 312.53 | 0.93 | 0.47 |
| Hex | E9 | 8 | BA | 0 | 61 | 14 | 9 | 139 | 5D | 2F |
| Octal | 351 | 10 | 272 | 0 | 141 | 24 | 11 | 471 | 135 | 57 |
| Binary | 11101001 | 1000 | 10111010 | 0 | 1100001 | 10100 | 1001 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E908BA
Complementary color
Monochromatic Colors of #E908BA
Black with #E908BA
Text Example
Text Example
White with #E908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908BA; }
p { color: rgb(233,8,186); }
H1.HeaderClassName
{
color: #E908BA;
}
.AnyTagClassName
{
color: #E908BA;
}
</style>
background-color css
<style>
a { background-color: #E908BA; }
a { background-color: rgb(233,8,186); }
div.DivClassName
{
background-color: #E908BA;
}
.BgClassName
{
background-color: #E908BA;
}
</style>
border-color css
<style>
span { border-color: #E908BA; }
span { border-color: rgb(233,8,186); }
td.TdClassName
{
border-color: #E908BA;
}
.TagClassName
{
border-color: #E908BA;
}
</style>