Shades of Shocking Pink #E618D5
Tints of Shocking Pink #E618D5
RGB
CMYK
RGB Variations
Color information
#E618D5 (or 0xE618D5) is known color: Shocking Pink. HEX triplet: E6, 18 and D5. RGB value is (230,24,213). Sum of RGB (Red+Green+Blue) = 230+24+213=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E618D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618D5 is #19E72A. Grayscale: #6A6A6A. Windows color (decimal): -1697579 or 13965542. OLE color: 13965542.
HSL color Cylindrical-coordinate representation of color #E618D5: hue angle of 304.95º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618D5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 213 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.10 |
| HSL | 304.95º | 0.81% | 0.5% | - |
| HSV(B) | 304.95º | 0.9% | 0.9% | - |
| XYZ | 44.97 | 22.28 | 64.88 | - |
| YUV | 107.14 | 187.75 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 213 | 0 | 0.90 | 0.07 | 0.10 | 304.95 | 0.81 | 0.5 |
| Hex | E6 | 18 | D5 | 0 | 5A | 7 | A | 131 | 51 | 32 |
| Octal | 346 | 30 | 325 | 0 | 132 | 7 | 12 | 461 | 121 | 62 |
| Binary | 11100110 | 11000 | 11010101 | 0 | 1011010 | 111 | 1010 | 100110001 | 1010001 | 110010 |
Color Harmonies of #E618D5
Complementary color
Monochromatic Colors of #E618D5
Black with #E618D5
Text Example
Text Example
White with #E618D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618D5; }
p { color: rgb(230,24,213); }
H1.HeaderClassName
{
color: #E618D5;
}
.AnyTagClassName
{
color: #E618D5;
}
</style>
background-color css
<style>
a { background-color: #E618D5; }
a { background-color: rgb(230,24,213); }
div.DivClassName
{
background-color: #E618D5;
}
.BgClassName
{
background-color: #E618D5;
}
</style>
border-color css
<style>
span { border-color: #E618D5; }
span { border-color: rgb(230,24,213); }
td.TdClassName
{
border-color: #E618D5;
}
.TagClassName
{
border-color: #E618D5;
}
</style>