Shades of Shocking Pink #E123C6
Tints of Shocking Pink #E123C6
RGB
CMYK
RGB Variations
Color information
#E123C6 (or 0xE123C6) is known color: Shocking Pink. HEX triplet: E1, 23 and C6. RGB value is (225,35,198). Sum of RGB (Red+Green+Blue) = 225+35+198=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E123C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123C6 is #1EDC39. Grayscale: #6D6D6D. Windows color (decimal): -2022458 or 12985313. OLE color: 12985313.
HSL color Cylindrical-coordinate representation of color #E123C6: hue angle of 308.53º 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 #E123C6 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 198 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.12 |
| HSL | 308.53º | 0.76% | 0.51% | - |
| HSV(B) | 308.53º | 0.84% | 0.88% | - |
| XYZ | 41.85 | 21.29 | 55.33 | - |
| YUV | 110.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 198 | 0 | 0.84 | 0.12 | 0.12 | 308.53 | 0.76 | 0.51 |
| Hex | E1 | 23 | C6 | 0 | 54 | C | C | 135 | 4C | 33 |
| Octal | 341 | 43 | 306 | 0 | 124 | 14 | 14 | 465 | 114 | 63 |
| Binary | 11100001 | 100011 | 11000110 | 0 | 1010100 | 1100 | 1100 | 100110101 | 1001100 | 110011 |
Color Harmonies of #E123C6
Complementary color
Monochromatic Colors of #E123C6
Black with #E123C6
Text Example
Text Example
White with #E123C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123C6; }
p { color: rgb(225,35,198); }
H1.HeaderClassName
{
color: #E123C6;
}
.AnyTagClassName
{
color: #E123C6;
}
</style>
background-color css
<style>
a { background-color: #E123C6; }
a { background-color: rgb(225,35,198); }
div.DivClassName
{
background-color: #E123C6;
}
.BgClassName
{
background-color: #E123C6;
}
</style>
border-color css
<style>
span { border-color: #E123C6; }
span { border-color: rgb(225,35,198); }
td.TdClassName
{
border-color: #E123C6;
}
.TagClassName
{
border-color: #E123C6;
}
</style>