Shades of Shocking Pink #E123BE
Tints of Shocking Pink #E123BE
RGB
CMYK
RGB Variations
Color information
#E123BE (or 0xE123BE) is known color: Shocking Pink. HEX triplet: E1, 23 and BE. RGB value is (225,35,190). Sum of RGB (Red+Green+Blue) = 225+35+190=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E123BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123BE is #1EDC41. Grayscale: #6D6D6D. Windows color (decimal): -2022466 or 12461025. OLE color: 12461025.
HSL color Cylindrical-coordinate representation of color #E123BE: hue angle of 311.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123BE is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 190 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.12 |
| HSL | 311.05º | 0.76% | 0.51% | - |
| HSV(B) | 311.05º | 0.84% | 0.88% | - |
| XYZ | 40.95 | 20.93 | 50.6 | - |
| YUV | 109.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 190 | 0 | 0.84 | 0.16 | 0.12 | 311.05 | 0.76 | 0.51 |
| Hex | E1 | 23 | BE | 0 | 54 | 10 | C | 137 | 4C | 33 |
| Octal | 341 | 43 | 276 | 0 | 124 | 20 | 14 | 467 | 114 | 63 |
| Binary | 11100001 | 100011 | 10111110 | 0 | 1010100 | 10000 | 1100 | 100110111 | 1001100 | 110011 |
Color Harmonies of #E123BE
Complementary color
Monochromatic Colors of #E123BE
Black with #E123BE
Text Example
Text Example
White with #E123BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123BE; }
p { color: rgb(225,35,190); }
H1.HeaderClassName
{
color: #E123BE;
}
.AnyTagClassName
{
color: #E123BE;
}
</style>
background-color css
<style>
a { background-color: #E123BE; }
a { background-color: rgb(225,35,190); }
div.DivClassName
{
background-color: #E123BE;
}
.BgClassName
{
background-color: #E123BE;
}
</style>
border-color css
<style>
span { border-color: #E123BE; }
span { border-color: rgb(225,35,190); }
td.TdClassName
{
border-color: #E123BE;
}
.TagClassName
{
border-color: #E123BE;
}
</style>