Shades of Shocking Pink #E61AD0
Tints of Shocking Pink #E61AD0
RGB
CMYK
RGB Variations
Color information
#E61AD0 (or 0xE61AD0) is known color: Shocking Pink. HEX triplet: E6, 1A and D0. RGB value is (230,26,208). Sum of RGB (Red+Green+Blue) = 230+26+208=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AD0 is #19E52F. Grayscale: #6B6B6B. Windows color (decimal): -1697072 or 13638374. OLE color: 13638374.
HSL color Cylindrical-coordinate representation of color #E61AD0: hue angle of 306.47º 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 #E61AD0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 208 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.10 |
| HSL | 306.47º | 0.8% | 0.5% | - |
| HSV(B) | 306.47º | 0.89% | 0.9% | - |
| XYZ | 44.39 | 22.12 | 61.6 | - |
| YUV | 107.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 208 | 0 | 0.89 | 0.10 | 0.10 | 306.47 | 0.8 | 0.5 |
| Hex | E6 | 1A | D0 | 0 | 59 | A | A | 132 | 50 | 32 |
| Octal | 346 | 32 | 320 | 0 | 131 | 12 | 12 | 462 | 120 | 62 |
| Binary | 11100110 | 11010 | 11010000 | 0 | 1011001 | 1010 | 1010 | 100110010 | 1010000 | 110010 |
Color Harmonies of #E61AD0
Complementary color
Monochromatic Colors of #E61AD0
Black with #E61AD0
Text Example
Text Example
White with #E61AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AD0; }
p { color: rgb(230,26,208); }
H1.HeaderClassName
{
color: #E61AD0;
}
.AnyTagClassName
{
color: #E61AD0;
}
</style>
background-color css
<style>
a { background-color: #E61AD0; }
a { background-color: rgb(230,26,208); }
div.DivClassName
{
background-color: #E61AD0;
}
.BgClassName
{
background-color: #E61AD0;
}
</style>
border-color css
<style>
span { border-color: #E61AD0; }
span { border-color: rgb(230,26,208); }
td.TdClassName
{
border-color: #E61AD0;
}
.TagClassName
{
border-color: #E61AD0;
}
</style>