Shades of Shocking Pink #E70BCB
Tints of Shocking Pink #E70BCB
RGB
CMYK
RGB Variations
Color information
#E70BCB (or 0xE70BCB) is known color: Shocking Pink. HEX triplet: E7, 0B and CB. RGB value is (231,11,203). Sum of RGB (Red+Green+Blue) = 231+11+203=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BCB is #18F434. Grayscale: #626262. Windows color (decimal): -1635381 or 13306855. OLE color: 13306855.
HSL color Cylindrical-coordinate representation of color #E70BCB: hue angle of 307.64º 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 #E70BCB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.09 |
| HSL | 307.64º | 0.91% | 0.47% | - |
| HSV(B) | 307.64º | 0.95% | 0.91% | - |
| XYZ | 43.85 | 21.54 | 58.35 | - |
| YUV | 98.67 | 186.89 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 203 | 0 | 0.95 | 0.12 | 0.09 | 307.64 | 0.91 | 0.47 |
| Hex | E7 | B | CB | 0 | 5F | C | 9 | 134 | 5B | 2F |
| Octal | 347 | 13 | 313 | 0 | 137 | 14 | 11 | 464 | 133 | 57 |
| Binary | 11100111 | 1011 | 11001011 | 0 | 1011111 | 1100 | 1001 | 100110100 | 1011011 | 101111 |
Color Harmonies of #E70BCB
Complementary color
Monochromatic Colors of #E70BCB
Black with #E70BCB
Text Example
Text Example
White with #E70BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BCB; }
p { color: rgb(231,11,203); }
H1.HeaderClassName
{
color: #E70BCB;
}
.AnyTagClassName
{
color: #E70BCB;
}
</style>
background-color css
<style>
a { background-color: #E70BCB; }
a { background-color: rgb(231,11,203); }
div.DivClassName
{
background-color: #E70BCB;
}
.BgClassName
{
background-color: #E70BCB;
}
</style>
border-color css
<style>
span { border-color: #E70BCB; }
span { border-color: rgb(231,11,203); }
td.TdClassName
{
border-color: #E70BCB;
}
.TagClassName
{
border-color: #E70BCB;
}
</style>