Shades of Shocking Pink #E907BD
Tints of Shocking Pink #E907BD
RGB
CMYK
RGB Variations
Color information
#E907BD (or 0xE907BD) is known color: Shocking Pink. HEX triplet: E9, 07 and BD. RGB value is (233,7,189). Sum of RGB (Red+Green+Blue) = 233+7+189=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E907BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E907BD is #16F842. Grayscale: #5E5E5E. Windows color (decimal): -1505347 or 12388329. OLE color: 12388329.
HSL color Cylindrical-coordinate representation of color #E907BD: hue angle of 311.68º degrees, saturation: 0.94, 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 #E907BD is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.09 |
| HSL | 311.68º | 0.94% | 0.47% | - |
| HSV(B) | 311.68º | 0.97% | 0.91% | - |
| XYZ | 42.87 | 21.15 | 49.97 | - |
| YUV | 95.32 | 180.87 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 189 | 0 | 0.97 | 0.19 | 0.09 | 311.68 | 0.94 | 0.47 |
| Hex | E9 | 7 | BD | 0 | 61 | 13 | 9 | 138 | 5E | 2F |
| Octal | 351 | 7 | 275 | 0 | 141 | 23 | 11 | 470 | 136 | 57 |
| Binary | 11101001 | 111 | 10111101 | 0 | 1100001 | 10011 | 1001 | 100111000 | 1011110 | 101111 |
Color Harmonies of #E907BD
Complementary color
Monochromatic Colors of #E907BD
Black with #E907BD
Text Example
Text Example
White with #E907BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907BD; }
p { color: rgb(233,7,189); }
H1.HeaderClassName
{
color: #E907BD;
}
.AnyTagClassName
{
color: #E907BD;
}
</style>
background-color css
<style>
a { background-color: #E907BD; }
a { background-color: rgb(233,7,189); }
div.DivClassName
{
background-color: #E907BD;
}
.BgClassName
{
background-color: #E907BD;
}
</style>
border-color css
<style>
span { border-color: #E907BD; }
span { border-color: rgb(233,7,189); }
td.TdClassName
{
border-color: #E907BD;
}
.TagClassName
{
border-color: #E907BD;
}
</style>