Shades of Shocking Pink #E61AD1
Tints of Shocking Pink #E61AD1
RGB
CMYK
RGB Variations
Color information
#E61AD1 (or 0xE61AD1) is known color: Shocking Pink. HEX triplet: E6, 1A and D1. RGB value is (230,26,209). Sum of RGB (Red+Green+Blue) = 230+26+209=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AD1 is #19E52E. Grayscale: #6B6B6B. Windows color (decimal): -1697071 or 13703910. OLE color: 13703910.
HSL color Cylindrical-coordinate representation of color #E61AD1: hue angle of 306.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61AD1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 209 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.10 |
| HSL | 306.18º | 0.8% | 0.5% | - |
| HSV(B) | 306.18º | 0.89% | 0.9% | - |
| XYZ | 44.51 | 22.17 | 62.25 | - |
| YUV | 107.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 209 | 0 | 0.89 | 0.09 | 0.10 | 306.18 | 0.8 | 0.5 |
| Hex | E6 | 1A | D1 | 0 | 59 | 9 | A | 132 | 50 | 32 |
| Octal | 346 | 32 | 321 | 0 | 131 | 11 | 12 | 462 | 120 | 62 |
| Binary | 11100110 | 11010 | 11010001 | 0 | 1011001 | 1001 | 1010 | 100110010 | 1010000 | 110010 |
Color Harmonies of #E61AD1
Complementary color
Monochromatic Colors of #E61AD1
Black with #E61AD1
Text Example
Text Example
White with #E61AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AD1; }
p { color: rgb(230,26,209); }
H1.HeaderClassName
{
color: #E61AD1;
}
.AnyTagClassName
{
color: #E61AD1;
}
</style>
background-color css
<style>
a { background-color: #E61AD1; }
a { background-color: rgb(230,26,209); }
div.DivClassName
{
background-color: #E61AD1;
}
.BgClassName
{
background-color: #E61AD1;
}
</style>
border-color css
<style>
span { border-color: #E61AD1; }
span { border-color: rgb(230,26,209); }
td.TdClassName
{
border-color: #E61AD1;
}
.TagClassName
{
border-color: #E61AD1;
}
</style>