Shades of Shocking Pink #E115BE
Tints of Shocking Pink #E115BE
RGB
CMYK
RGB Variations
Color information
#E115BE (or 0xE115BE) is known color: Shocking Pink. HEX triplet: E1, 15 and BE. RGB value is (225,21,190). Sum of RGB (Red+Green+Blue) = 225+21+190=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E115BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115BE is #1EEA41. Grayscale: #646464. Windows color (decimal): -2026050 or 12457441. OLE color: 12457441.
HSL color Cylindrical-coordinate representation of color #E115BE: hue angle of 310.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115BE is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.12 |
| HSL | 310.29º | 0.83% | 0.48% | - |
| HSV(B) | 310.29º | 0.91% | 0.88% | - |
| XYZ | 40.61 | 20.26 | 50.49 | - |
| YUV | 101.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 190 | 0 | 0.91 | 0.16 | 0.12 | 310.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | BE | 0 | 5B | 10 | C | 136 | 53 | 30 |
| Octal | 341 | 25 | 276 | 0 | 133 | 20 | 14 | 466 | 123 | 60 |
| Binary | 11100001 | 10101 | 10111110 | 0 | 1011011 | 10000 | 1100 | 100110110 | 1010011 | 110000 |
Color Harmonies of #E115BE
Complementary color
Monochromatic Colors of #E115BE
Black with #E115BE
Text Example
Text Example
White with #E115BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115BE; }
p { color: rgb(225,21,190); }
H1.HeaderClassName
{
color: #E115BE;
}
.AnyTagClassName
{
color: #E115BE;
}
</style>
background-color css
<style>
a { background-color: #E115BE; }
a { background-color: rgb(225,21,190); }
div.DivClassName
{
background-color: #E115BE;
}
.BgClassName
{
background-color: #E115BE;
}
</style>
border-color css
<style>
span { border-color: #E115BE; }
span { border-color: rgb(225,21,190); }
td.TdClassName
{
border-color: #E115BE;
}
.TagClassName
{
border-color: #E115BE;
}
</style>