Shades of Shocking Pink #E615D4
Tints of Shocking Pink #E615D4
RGB
CMYK
RGB Variations
Color information
#E615D4 (or 0xE615D4) is known color: Shocking Pink. HEX triplet: E6, 15 and D4. RGB value is (230,21,212). Sum of RGB (Red+Green+Blue) = 230+21+212=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E615D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615D4 is #19EA2B. Grayscale: #686868. Windows color (decimal): -1698348 or 13899238. OLE color: 13899238.
HSL color Cylindrical-coordinate representation of color #E615D4: hue angle of 305.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615D4 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.10 |
| HSL | 305.17º | 0.83% | 0.49% | - |
| HSV(B) | 305.17º | 0.91% | 0.9% | - |
| XYZ | 44.78 | 22.11 | 64.2 | - |
| YUV | 105.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 212 | 0 | 0.91 | 0.08 | 0.10 | 305.17 | 0.83 | 0.49 |
| Hex | E6 | 15 | D4 | 0 | 5B | 8 | A | 131 | 53 | 31 |
| Octal | 346 | 25 | 324 | 0 | 133 | 10 | 12 | 461 | 123 | 61 |
| Binary | 11100110 | 10101 | 11010100 | 0 | 1011011 | 1000 | 1010 | 100110001 | 1010011 | 110001 |
Color Harmonies of #E615D4
Complementary color
Monochromatic Colors of #E615D4
Black with #E615D4
Text Example
Text Example
White with #E615D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615D4; }
p { color: rgb(230,21,212); }
H1.HeaderClassName
{
color: #E615D4;
}
.AnyTagClassName
{
color: #E615D4;
}
</style>
background-color css
<style>
a { background-color: #E615D4; }
a { background-color: rgb(230,21,212); }
div.DivClassName
{
background-color: #E615D4;
}
.BgClassName
{
background-color: #E615D4;
}
</style>
border-color css
<style>
span { border-color: #E615D4; }
span { border-color: rgb(230,21,212); }
td.TdClassName
{
border-color: #E615D4;
}
.TagClassName
{
border-color: #E615D4;
}
</style>