Shades of Shocking Pink #E700BD
Tints of Shocking Pink #E700BD
RGB
CMYK
RGB Variations
Color information
#E700BD (or 0xE700BD) is known color: Shocking Pink. HEX triplet: E7, 00 and BD. RGB value is (231,0,189). Sum of RGB (Red+Green+Blue) = 231+0+189=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E700BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700BD is #18FF42. Grayscale: #5A5A5A. Windows color (decimal): -1638211 or 12386535. OLE color: 12386535.
HSL color Cylindrical-coordinate representation of color #E700BD: hue angle of 310.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700BD is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.18 | 0.09 |
| HSL | 310.91º | 1% | 0.45% | - |
| HSV(B) | 310.91º | 1% | 0.91% | - |
| XYZ | 42.14 | 20.66 | 49.91 | - |
| YUV | 90.62 | 183.53 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 189 | 0 | 1 | 0.18 | 0.09 | 310.91 | 1 | 0.45 |
| Hex | E7 | 0 | BD | 0 | 64 | 12 | 9 | 137 | 64 | 2D |
| Octal | 347 | 0 | 275 | 0 | 144 | 22 | 11 | 467 | 144 | 55 |
| Binary | 11100111 | 0 | 10111101 | 0 | 1100100 | 10010 | 1001 | 100110111 | 1100100 | 101101 |
Color Harmonies of #E700BD
Complementary color
Monochromatic Colors of #E700BD
Black with #E700BD
Text Example
Text Example
White with #E700BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700BD; }
p { color: rgb(231,0,189); }
H1.HeaderClassName
{
color: #E700BD;
}
.AnyTagClassName
{
color: #E700BD;
}
</style>
background-color css
<style>
a { background-color: #E700BD; }
a { background-color: rgb(231,0,189); }
div.DivClassName
{
background-color: #E700BD;
}
.BgClassName
{
background-color: #E700BD;
}
</style>
border-color css
<style>
span { border-color: #E700BD; }
span { border-color: rgb(231,0,189); }
td.TdClassName
{
border-color: #E700BD;
}
.TagClassName
{
border-color: #E700BD;
}
</style>