Shades of Shocking Pink #E123C0
Tints of Shocking Pink #E123C0
RGB
CMYK
RGB Variations
Color information
#E123C0 (or 0xE123C0) is known color: Shocking Pink. HEX triplet: E1, 23 and C0. RGB value is (225,35,192). Sum of RGB (Red+Green+Blue) = 225+35+192=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E123C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123C0 is #1EDC3F. Grayscale: #6D6D6D. Windows color (decimal): -2022464 or 12592097. OLE color: 12592097.
HSL color Cylindrical-coordinate representation of color #E123C0: hue angle of 310.42º 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 #E123C0 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 192 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.12 |
| HSL | 310.42º | 0.76% | 0.51% | - |
| HSV(B) | 310.42º | 0.84% | 0.88% | - |
| XYZ | 41.17 | 21.02 | 51.76 | - |
| YUV | 109.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 192 | 0 | 0.84 | 0.15 | 0.12 | 310.42 | 0.76 | 0.51 |
| Hex | E1 | 23 | C0 | 0 | 54 | F | C | 136 | 4C | 33 |
| Octal | 341 | 43 | 300 | 0 | 124 | 17 | 14 | 466 | 114 | 63 |
| Binary | 11100001 | 100011 | 11000000 | 0 | 1010100 | 1111 | 1100 | 100110110 | 1001100 | 110011 |
Color Harmonies of #E123C0
Complementary color
Monochromatic Colors of #E123C0
Black with #E123C0
Text Example
Text Example
White with #E123C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123C0; }
p { color: rgb(225,35,192); }
H1.HeaderClassName
{
color: #E123C0;
}
.AnyTagClassName
{
color: #E123C0;
}
</style>
background-color css
<style>
a { background-color: #E123C0; }
a { background-color: rgb(225,35,192); }
div.DivClassName
{
background-color: #E123C0;
}
.BgClassName
{
background-color: #E123C0;
}
</style>
border-color css
<style>
span { border-color: #E123C0; }
span { border-color: rgb(225,35,192); }
td.TdClassName
{
border-color: #E123C0;
}
.TagClassName
{
border-color: #E123C0;
}
</style>