Shades of Shocking Pink #E71ACB
Tints of Shocking Pink #E71ACB
RGB
CMYK
RGB Variations
Color information
#E71ACB (or 0xE71ACB) is known color: Shocking Pink. HEX triplet: E7, 1A and CB. RGB value is (231,26,203). Sum of RGB (Red+Green+Blue) = 231+26+203=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ACB is #18E534. Grayscale: #6A6A6A. Windows color (decimal): -1631541 or 13310695. OLE color: 13310695.
HSL color Cylindrical-coordinate representation of color #E71ACB: hue angle of 308.2º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71ACB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.09 |
| HSL | 308.2º | 0.81% | 0.5% | - |
| HSV(B) | 308.2º | 0.89% | 0.91% | - |
| XYZ | 44.1 | 22.04 | 58.43 | - |
| YUV | 107.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 203 | 0 | 0.89 | 0.12 | 0.09 | 308.2 | 0.81 | 0.5 |
| Hex | E7 | 1A | CB | 0 | 59 | C | 9 | 134 | 51 | 32 |
| Octal | 347 | 32 | 313 | 0 | 131 | 14 | 11 | 464 | 121 | 62 |
| Binary | 11100111 | 11010 | 11001011 | 0 | 1011001 | 1100 | 1001 | 100110100 | 1010001 | 110010 |
Color Harmonies of #E71ACB
Complementary color
Monochromatic Colors of #E71ACB
Black with #E71ACB
Text Example
Text Example
White with #E71ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ACB; }
p { color: rgb(231,26,203); }
H1.HeaderClassName
{
color: #E71ACB;
}
.AnyTagClassName
{
color: #E71ACB;
}
</style>
background-color css
<style>
a { background-color: #E71ACB; }
a { background-color: rgb(231,26,203); }
div.DivClassName
{
background-color: #E71ACB;
}
.BgClassName
{
background-color: #E71ACB;
}
</style>
border-color css
<style>
span { border-color: #E71ACB; }
span { border-color: rgb(231,26,203); }
td.TdClassName
{
border-color: #E71ACB;
}
.TagClassName
{
border-color: #E71ACB;
}
</style>