Shades of Shocking Pink #E70BC7
Tints of Shocking Pink #E70BC7
RGB
CMYK
RGB Variations
Color information
#E70BC7 (or 0xE70BC7) is known color: Shocking Pink. HEX triplet: E7, 0B and C7. RGB value is (231,11,199). Sum of RGB (Red+Green+Blue) = 231+11+199=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BC7 is #18F438. Grayscale: #616161. Windows color (decimal): -1635385 or 13044711. OLE color: 13044711.
HSL color Cylindrical-coordinate representation of color #E70BC7: hue angle of 308.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 199 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.09 |
| HSL | 308.73º | 0.91% | 0.47% | - |
| HSV(B) | 308.73º | 0.95% | 0.91% | - |
| XYZ | 43.38 | 21.35 | 55.87 | - |
| YUV | 98.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 199 | 0 | 0.95 | 0.14 | 0.09 | 308.73 | 0.91 | 0.47 |
| Hex | E7 | B | C7 | 0 | 5F | E | 9 | 135 | 5B | 2F |
| Octal | 347 | 13 | 307 | 0 | 137 | 16 | 11 | 465 | 133 | 57 |
| Binary | 11100111 | 1011 | 11000111 | 0 | 1011111 | 1110 | 1001 | 100110101 | 1011011 | 101111 |
Color Harmonies of #E70BC7
Complementary color
Monochromatic Colors of #E70BC7
Black with #E70BC7
Text Example
Text Example
White with #E70BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BC7; }
p { color: rgb(231,11,199); }
H1.HeaderClassName
{
color: #E70BC7;
}
.AnyTagClassName
{
color: #E70BC7;
}
</style>
background-color css
<style>
a { background-color: #E70BC7; }
a { background-color: rgb(231,11,199); }
div.DivClassName
{
background-color: #E70BC7;
}
.BgClassName
{
background-color: #E70BC7;
}
</style>
border-color css
<style>
span { border-color: #E70BC7; }
span { border-color: rgb(231,11,199); }
td.TdClassName
{
border-color: #E70BC7;
}
.TagClassName
{
border-color: #E70BC7;
}
</style>