Shades of Shocking Pink #E704B8
Tints of Shocking Pink #E704B8
RGB
CMYK
RGB Variations
Color information
#E704B8 (or 0xE704B8) is known color: Shocking Pink. HEX triplet: E7, 04 and B8. RGB value is (231,4,184). Sum of RGB (Red+Green+Blue) = 231+4+184=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E704B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704B8 is #18FB47. Grayscale: #5B5B5B. Windows color (decimal): -1637192 or 12059879. OLE color: 12059879.
HSL color Cylindrical-coordinate representation of color #E704B8: hue angle of 312.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704B8 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 184 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.09 |
| HSL | 312.42º | 0.97% | 0.46% | - |
| HSV(B) | 312.42º | 0.98% | 0.91% | - |
| XYZ | 41.65 | 20.54 | 47.12 | - |
| YUV | 92.39 | 179.71 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 184 | 0 | 0.98 | 0.20 | 0.09 | 312.42 | 0.97 | 0.46 |
| Hex | E7 | 4 | B8 | 0 | 62 | 14 | 9 | 138 | 61 | 2E |
| Octal | 347 | 4 | 270 | 0 | 142 | 24 | 11 | 470 | 141 | 56 |
| Binary | 11100111 | 100 | 10111000 | 0 | 1100010 | 10100 | 1001 | 100111000 | 1100001 | 101110 |
Color Harmonies of #E704B8
Complementary color
Monochromatic Colors of #E704B8
Black with #E704B8
Text Example
Text Example
White with #E704B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704B8; }
p { color: rgb(231,4,184); }
H1.HeaderClassName
{
color: #E704B8;
}
.AnyTagClassName
{
color: #E704B8;
}
</style>
background-color css
<style>
a { background-color: #E704B8; }
a { background-color: rgb(231,4,184); }
div.DivClassName
{
background-color: #E704B8;
}
.BgClassName
{
background-color: #E704B8;
}
</style>
border-color css
<style>
span { border-color: #E704B8; }
span { border-color: rgb(231,4,184); }
td.TdClassName
{
border-color: #E704B8;
}
.TagClassName
{
border-color: #E704B8;
}
</style>