Shades of Shocking Pink #E61ADA
Tints of Shocking Pink #E61ADA
RGB
CMYK
RGB Variations
Color information
#E61ADA (or 0xE61ADA) is known color: Shocking Pink. HEX triplet: E6, 1A and DA. RGB value is (230,26,218). Sum of RGB (Red+Green+Blue) = 230+26+218=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ADA is #19E525. Grayscale: #6C6C6C. Windows color (decimal): -1697062 or 14293734. OLE color: 14293734.
HSL color Cylindrical-coordinate representation of color #E61ADA: hue angle of 303.53º 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 #E61ADA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 218 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.10 |
| HSL | 303.53º | 0.8% | 0.5% | - |
| HSV(B) | 303.53º | 0.89% | 0.9% | - |
| XYZ | 45.66 | 22.62 | 68.29 | - |
| YUV | 108.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 218 | 0 | 0.89 | 0.05 | 0.10 | 303.53 | 0.8 | 0.5 |
| Hex | E6 | 1A | DA | 0 | 59 | 5 | A | 130 | 50 | 32 |
| Octal | 346 | 32 | 332 | 0 | 131 | 5 | 12 | 460 | 120 | 62 |
| Binary | 11100110 | 11010 | 11011010 | 0 | 1011001 | 101 | 1010 | 100110000 | 1010000 | 110010 |
Color Harmonies of #E61ADA
Complementary color
Monochromatic Colors of #E61ADA
Black with #E61ADA
Text Example
Text Example
White with #E61ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ADA; }
p { color: rgb(230,26,218); }
H1.HeaderClassName
{
color: #E61ADA;
}
.AnyTagClassName
{
color: #E61ADA;
}
</style>
background-color css
<style>
a { background-color: #E61ADA; }
a { background-color: rgb(230,26,218); }
div.DivClassName
{
background-color: #E61ADA;
}
.BgClassName
{
background-color: #E61ADA;
}
</style>
border-color css
<style>
span { border-color: #E61ADA; }
span { border-color: rgb(230,26,218); }
td.TdClassName
{
border-color: #E61ADA;
}
.TagClassName
{
border-color: #E61ADA;
}
</style>