Shades of Shocking Pink #E40DC4
Tints of Shocking Pink #E40DC4
RGB
CMYK
RGB Variations
Color information
#E40DC4 (or 0xE40DC4) is known color: Shocking Pink. HEX triplet: E4, 0D and C4. RGB value is (228,13,196). Sum of RGB (Red+Green+Blue) = 228+13+196=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E40DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40DC4 is #1BF23B. Grayscale: #616161. Windows color (decimal): -1831484 or 12848612. OLE color: 12848612.
HSL color Cylindrical-coordinate representation of color #E40DC4: hue angle of 308.93º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.11 |
| HSL | 308.93º | 0.89% | 0.47% | - |
| HSV(B) | 308.93º | 0.94% | 0.89% | - |
| XYZ | 42.1 | 20.77 | 54.01 | - |
| YUV | 98.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 196 | 0 | 0.94 | 0.14 | 0.11 | 308.93 | 0.89 | 0.47 |
| Hex | E4 | D | C4 | 0 | 5E | E | B | 135 | 59 | 2F |
| Octal | 344 | 15 | 304 | 0 | 136 | 16 | 13 | 465 | 131 | 57 |
| Binary | 11100100 | 1101 | 11000100 | 0 | 1011110 | 1110 | 1011 | 100110101 | 1011001 | 101111 |
Color Harmonies of #E40DC4
Complementary color
Monochromatic Colors of #E40DC4
Black with #E40DC4
Text Example
Text Example
White with #E40DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DC4; }
p { color: rgb(228,13,196); }
H1.HeaderClassName
{
color: #E40DC4;
}
.AnyTagClassName
{
color: #E40DC4;
}
</style>
background-color css
<style>
a { background-color: #E40DC4; }
a { background-color: rgb(228,13,196); }
div.DivClassName
{
background-color: #E40DC4;
}
.BgClassName
{
background-color: #E40DC4;
}
</style>
border-color css
<style>
span { border-color: #E40DC4; }
span { border-color: rgb(228,13,196); }
td.TdClassName
{
border-color: #E40DC4;
}
.TagClassName
{
border-color: #E40DC4;
}
</style>