Shades of Shocking Pink #E423BA
Tints of Shocking Pink #E423BA
RGB
CMYK
RGB Variations
Color information
#E423BA (or 0xE423BA) is known color: Shocking Pink. HEX triplet: E4, 23 and BA. RGB value is (228,35,186). Sum of RGB (Red+Green+Blue) = 228+35+186=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E423BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E423BA is #1BDC45. Grayscale: #6D6D6D. Windows color (decimal): -1825862 or 12198884. OLE color: 12198884.
HSL color Cylindrical-coordinate representation of color #E423BA: hue angle of 313.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E423BA is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 186 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.11 |
| HSL | 313.06º | 0.78% | 0.52% | - |
| HSV(B) | 313.06º | 0.85% | 0.89% | - |
| XYZ | 41.46 | 21.24 | 48.37 | - |
| YUV | 109.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 186 | 0 | 0.85 | 0.18 | 0.11 | 313.06 | 0.78 | 0.52 |
| Hex | E4 | 23 | BA | 0 | 55 | 12 | B | 139 | 4E | 34 |
| Octal | 344 | 43 | 272 | 0 | 125 | 22 | 13 | 471 | 116 | 64 |
| Binary | 11100100 | 100011 | 10111010 | 0 | 1010101 | 10010 | 1011 | 100111001 | 1001110 | 110100 |
Color Harmonies of #E423BA
Complementary color
Monochromatic Colors of #E423BA
Black with #E423BA
Text Example
Text Example
White with #E423BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E423BA; }
p { color: rgb(228,35,186); }
H1.HeaderClassName
{
color: #E423BA;
}
.AnyTagClassName
{
color: #E423BA;
}
</style>
background-color css
<style>
a { background-color: #E423BA; }
a { background-color: rgb(228,35,186); }
div.DivClassName
{
background-color: #E423BA;
}
.BgClassName
{
background-color: #E423BA;
}
</style>
border-color css
<style>
span { border-color: #E423BA; }
span { border-color: rgb(228,35,186); }
td.TdClassName
{
border-color: #E423BA;
}
.TagClassName
{
border-color: #E423BA;
}
</style>