Shades of Shocking Pink #E701B8
Tints of Shocking Pink #E701B8
RGB
CMYK
RGB Variations
Color information
#E701B8 (or 0xE701B8) is known color: Shocking Pink. HEX triplet: E7, 01 and B8. RGB value is (231,1,184). Sum of RGB (Red+Green+Blue) = 231+1+184=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E701B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701B8 is #18FE47. Grayscale: #5A5A5A. Windows color (decimal): -1637960 or 12059111. OLE color: 12059111.
HSL color Cylindrical-coordinate representation of color #E701B8: hue angle of 312.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701B8 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.09 |
| HSL | 312.26º | 0.99% | 0.45% | - |
| HSV(B) | 312.26º | 1% | 0.91% | - |
| XYZ | 41.62 | 20.47 | 47.11 | - |
| YUV | 90.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 184 | 0 | 1.00 | 0.20 | 0.09 | 312.26 | 0.99 | 0.45 |
| Hex | E7 | 1 | B8 | 0 | 64 | 14 | 9 | 138 | 63 | 2D |
| Octal | 347 | 1 | 270 | 0 | 144 | 24 | 11 | 470 | 143 | 55 |
| Binary | 11100111 | 1 | 10111000 | 0 | 1100100 | 10100 | 1001 | 100111000 | 1100011 | 101101 |
Color Harmonies of #E701B8
Complementary color
Monochromatic Colors of #E701B8
Black with #E701B8
Text Example
Text Example
White with #E701B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701B8; }
p { color: rgb(231,1,184); }
H1.HeaderClassName
{
color: #E701B8;
}
.AnyTagClassName
{
color: #E701B8;
}
</style>
background-color css
<style>
a { background-color: #E701B8; }
a { background-color: rgb(231,1,184); }
div.DivClassName
{
background-color: #E701B8;
}
.BgClassName
{
background-color: #E701B8;
}
</style>
border-color css
<style>
span { border-color: #E701B8; }
span { border-color: rgb(231,1,184); }
td.TdClassName
{
border-color: #E701B8;
}
.TagClassName
{
border-color: #E701B8;
}
</style>