Shades of Shocking Pink #E701BE
Tints of Shocking Pink #E701BE
RGB
CMYK
RGB Variations
Color information
#E701BE (or 0xE701BE) is known color: Shocking Pink. HEX triplet: E7, 01 and BE. RGB value is (231,1,190). Sum of RGB (Red+Green+Blue) = 231+1+190=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E701BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701BE is #18FE41. Grayscale: #5A5A5A. Windows color (decimal): -1637954 or 12452327. OLE color: 12452327.
HSL color Cylindrical-coordinate representation of color #E701BE: hue angle of 310.7º 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 #E701BE is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.09 |
| HSL | 310.7º | 0.99% | 0.45% | - |
| HSV(B) | 310.7º | 1% | 0.91% | - |
| XYZ | 42.26 | 20.73 | 50.49 | - |
| YUV | 91.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 190 | 0 | 1.00 | 0.18 | 0.09 | 310.7 | 0.99 | 0.45 |
| Hex | E7 | 1 | BE | 0 | 64 | 12 | 9 | 137 | 63 | 2D |
| Octal | 347 | 1 | 276 | 0 | 144 | 22 | 11 | 467 | 143 | 55 |
| Binary | 11100111 | 1 | 10111110 | 0 | 1100100 | 10010 | 1001 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E701BE
Complementary color
Monochromatic Colors of #E701BE
Black with #E701BE
Text Example
Text Example
White with #E701BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701BE; }
p { color: rgb(231,1,190); }
H1.HeaderClassName
{
color: #E701BE;
}
.AnyTagClassName
{
color: #E701BE;
}
</style>
background-color css
<style>
a { background-color: #E701BE; }
a { background-color: rgb(231,1,190); }
div.DivClassName
{
background-color: #E701BE;
}
.BgClassName
{
background-color: #E701BE;
}
</style>
border-color css
<style>
span { border-color: #E701BE; }
span { border-color: rgb(231,1,190); }
td.TdClassName
{
border-color: #E701BE;
}
.TagClassName
{
border-color: #E701BE;
}
</style>