Shades of Shocking Pink #E704BD
Tints of Shocking Pink #E704BD
RGB
CMYK
RGB Variations
Color information
#E704BD (or 0xE704BD) is known color: Shocking Pink. HEX triplet: E7, 04 and BD. RGB value is (231,4,189). Sum of RGB (Red+Green+Blue) = 231+4+189=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E704BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704BD is #18FB42. Grayscale: #5C5C5C. Windows color (decimal): -1637187 or 12387559. OLE color: 12387559.
HSL color Cylindrical-coordinate representation of color #E704BD: hue angle of 311.1º 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 #E704BD is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.09 |
| HSL | 311.1º | 0.97% | 0.46% | - |
| HSV(B) | 311.1º | 0.98% | 0.91% | - |
| XYZ | 42.18 | 20.75 | 49.93 | - |
| YUV | 92.96 | 182.21 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 189 | 0 | 0.98 | 0.18 | 0.09 | 311.1 | 0.97 | 0.46 |
| Hex | E7 | 4 | BD | 0 | 62 | 12 | 9 | 137 | 61 | 2E |
| Octal | 347 | 4 | 275 | 0 | 142 | 22 | 11 | 467 | 141 | 56 |
| Binary | 11100111 | 100 | 10111101 | 0 | 1100010 | 10010 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E704BD
Complementary color
Monochromatic Colors of #E704BD
Black with #E704BD
Text Example
Text Example
White with #E704BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704BD; }
p { color: rgb(231,4,189); }
H1.HeaderClassName
{
color: #E704BD;
}
.AnyTagClassName
{
color: #E704BD;
}
</style>
background-color css
<style>
a { background-color: #E704BD; }
a { background-color: rgb(231,4,189); }
div.DivClassName
{
background-color: #E704BD;
}
.BgClassName
{
background-color: #E704BD;
}
</style>
border-color css
<style>
span { border-color: #E704BD; }
span { border-color: rgb(231,4,189); }
td.TdClassName
{
border-color: #E704BD;
}
.TagClassName
{
border-color: #E704BD;
}
</style>