Shades of Shocking Pink #E70ACB
Tints of Shocking Pink #E70ACB
RGB
CMYK
RGB Variations
Color information
#E70ACB (or 0xE70ACB) is known color: Shocking Pink. HEX triplet: E7, 0A and CB. RGB value is (231,10,203). Sum of RGB (Red+Green+Blue) = 231+10+203=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ACB is #18F534. Grayscale: #616161. Windows color (decimal): -1635637 or 13306599. OLE color: 13306599.
HSL color Cylindrical-coordinate representation of color #E70ACB: hue angle of 307.6º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ACB is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.09 |
| HSL | 307.6º | 0.92% | 0.47% | - |
| HSV(B) | 307.6º | 0.96% | 0.91% | - |
| XYZ | 43.84 | 21.52 | 58.34 | - |
| YUV | 98.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 203 | 0 | 0.96 | 0.12 | 0.09 | 307.6 | 0.92 | 0.47 |
| Hex | E7 | A | CB | 0 | 60 | C | 9 | 134 | 5C | 2F |
| Octal | 347 | 12 | 313 | 0 | 140 | 14 | 11 | 464 | 134 | 57 |
| Binary | 11100111 | 1010 | 11001011 | 0 | 1100000 | 1100 | 1001 | 100110100 | 1011100 | 101111 |
Color Harmonies of #E70ACB
Complementary color
Monochromatic Colors of #E70ACB
Black with #E70ACB
Text Example
Text Example
White with #E70ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ACB; }
p { color: rgb(231,10,203); }
H1.HeaderClassName
{
color: #E70ACB;
}
.AnyTagClassName
{
color: #E70ACB;
}
</style>
background-color css
<style>
a { background-color: #E70ACB; }
a { background-color: rgb(231,10,203); }
div.DivClassName
{
background-color: #E70ACB;
}
.BgClassName
{
background-color: #E70ACB;
}
</style>
border-color css
<style>
span { border-color: #E70ACB; }
span { border-color: rgb(231,10,203); }
td.TdClassName
{
border-color: #E70ACB;
}
.TagClassName
{
border-color: #E70ACB;
}
</style>