Shades of Shocking Pink #E61ED4
Tints of Shocking Pink #E61ED4
RGB
CMYK
RGB Variations
Color information
#E61ED4 (or 0xE61ED4) is known color: Shocking Pink. HEX triplet: E6, 1E and D4. RGB value is (230,30,212). Sum of RGB (Red+Green+Blue) = 230+30+212=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ED4 is #19E12B. Grayscale: #6E6E6E. Windows color (decimal): -1696044 or 13901542. OLE color: 13901542.
HSL color Cylindrical-coordinate representation of color #E61ED4: hue angle of 305.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 212 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.10 |
| HSL | 305.4º | 0.8% | 0.51% | - |
| HSV(B) | 305.4º | 0.87% | 0.9% | - |
| XYZ | 44.98 | 22.51 | 64.26 | - |
| YUV | 110.55 | 185.26 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 212 | 0 | 0.87 | 0.08 | 0.10 | 305.4 | 0.8 | 0.51 |
| Hex | E6 | 1E | D4 | 0 | 57 | 8 | A | 131 | 50 | 33 |
| Octal | 346 | 36 | 324 | 0 | 127 | 10 | 12 | 461 | 120 | 63 |
| Binary | 11100110 | 11110 | 11010100 | 0 | 1010111 | 1000 | 1010 | 100110001 | 1010000 | 110011 |
Color Harmonies of #E61ED4
Complementary color
Monochromatic Colors of #E61ED4
Black with #E61ED4
Text Example
Text Example
White with #E61ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ED4; }
p { color: rgb(230,30,212); }
H1.HeaderClassName
{
color: #E61ED4;
}
.AnyTagClassName
{
color: #E61ED4;
}
</style>
background-color css
<style>
a { background-color: #E61ED4; }
a { background-color: rgb(230,30,212); }
div.DivClassName
{
background-color: #E61ED4;
}
.BgClassName
{
background-color: #E61ED4;
}
</style>
border-color css
<style>
span { border-color: #E61ED4; }
span { border-color: rgb(230,30,212); }
td.TdClassName
{
border-color: #E61ED4;
}
.TagClassName
{
border-color: #E61ED4;
}
</style>