Shades of Shocking Pink #E70CBB
Tints of Shocking Pink #E70CBB
RGB
CMYK
RGB Variations
Color information
#E70CBB (or 0xE70CBB) is known color: Shocking Pink. HEX triplet: E7, 0C and BB. RGB value is (231,12,187). Sum of RGB (Red+Green+Blue) = 231+12+187=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CBB is #18F344. Grayscale: #606060. Windows color (decimal): -1635141 or 12258535. OLE color: 12258535.
HSL color Cylindrical-coordinate representation of color #E70CBB: hue angle of 312.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CBB is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.09 |
| HSL | 312.05º | 0.9% | 0.48% | - |
| HSV(B) | 312.05º | 0.95% | 0.91% | - |
| XYZ | 42.06 | 20.84 | 48.82 | - |
| YUV | 97.43 | 178.55 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 187 | 0 | 0.95 | 0.19 | 0.09 | 312.05 | 0.9 | 0.48 |
| Hex | E7 | C | BB | 0 | 5F | 13 | 9 | 138 | 5A | 30 |
| Octal | 347 | 14 | 273 | 0 | 137 | 23 | 11 | 470 | 132 | 60 |
| Binary | 11100111 | 1100 | 10111011 | 0 | 1011111 | 10011 | 1001 | 100111000 | 1011010 | 110000 |
Color Harmonies of #E70CBB
Complementary color
Monochromatic Colors of #E70CBB
Black with #E70CBB
Text Example
Text Example
White with #E70CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CBB; }
p { color: rgb(231,12,187); }
H1.HeaderClassName
{
color: #E70CBB;
}
.AnyTagClassName
{
color: #E70CBB;
}
</style>
background-color css
<style>
a { background-color: #E70CBB; }
a { background-color: rgb(231,12,187); }
div.DivClassName
{
background-color: #E70CBB;
}
.BgClassName
{
background-color: #E70CBB;
}
</style>
border-color css
<style>
span { border-color: #E70CBB; }
span { border-color: rgb(231,12,187); }
td.TdClassName
{
border-color: #E70CBB;
}
.TagClassName
{
border-color: #E70CBB;
}
</style>