Shades of Shocking Pink #E104B7
Tints of Shocking Pink #E104B7
RGB
CMYK
RGB Variations
Color information
#E104B7 (or 0xE104B7) is known color: Shocking Pink. HEX triplet: E1, 04 and B7. RGB value is (225,4,183). Sum of RGB (Red+Green+Blue) = 225+4+183=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E104B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104B7 is #1EFB48. Grayscale: #595959. Windows color (decimal): -2030409 or 11994337. OLE color: 11994337.
HSL color Cylindrical-coordinate representation of color #E104B7: hue angle of 311.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104B7 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.12 |
| HSL | 311.4º | 0.97% | 0.45% | - |
| HSV(B) | 311.4º | 0.98% | 0.88% | - |
| XYZ | 39.64 | 19.51 | 46.48 | - |
| YUV | 90.49 | 180.22 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 183 | 0 | 0.98 | 0.19 | 0.12 | 311.4 | 0.97 | 0.45 |
| Hex | E1 | 4 | B7 | 0 | 62 | 13 | C | 137 | 61 | 2D |
| Octal | 341 | 4 | 267 | 0 | 142 | 23 | 14 | 467 | 141 | 55 |
| Binary | 11100001 | 100 | 10110111 | 0 | 1100010 | 10011 | 1100 | 100110111 | 1100001 | 101101 |
Color Harmonies of #E104B7
Complementary color
Monochromatic Colors of #E104B7
Black with #E104B7
Text Example
Text Example
White with #E104B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104B7; }
p { color: rgb(225,4,183); }
H1.HeaderClassName
{
color: #E104B7;
}
.AnyTagClassName
{
color: #E104B7;
}
</style>
background-color css
<style>
a { background-color: #E104B7; }
a { background-color: rgb(225,4,183); }
div.DivClassName
{
background-color: #E104B7;
}
.BgClassName
{
background-color: #E104B7;
}
</style>
border-color css
<style>
span { border-color: #E104B7; }
span { border-color: rgb(225,4,183); }
td.TdClassName
{
border-color: #E104B7;
}
.TagClassName
{
border-color: #E104B7;
}
</style>