Shades of Shocking Pink #E61AD4
Tints of Shocking Pink #E61AD4
RGB
CMYK
RGB Variations
Color information
#E61AD4 (or 0xE61AD4) is known color: Shocking Pink. HEX triplet: E6, 1A and D4. RGB value is (230,26,212). Sum of RGB (Red+Green+Blue) = 230+26+212=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AD4 is #19E52B. Grayscale: #6B6B6B. Windows color (decimal): -1697068 or 13900518. OLE color: 13900518.
HSL color Cylindrical-coordinate representation of color #E61AD4: hue angle of 305.29º 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 #E61AD4 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 212 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.10 |
| HSL | 305.29º | 0.8% | 0.5% | - |
| HSV(B) | 305.29º | 0.89% | 0.9% | - |
| XYZ | 44.89 | 22.32 | 64.23 | - |
| YUV | 108.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 212 | 0 | 0.89 | 0.08 | 0.10 | 305.29 | 0.8 | 0.5 |
| Hex | E6 | 1A | D4 | 0 | 59 | 8 | A | 131 | 50 | 32 |
| Octal | 346 | 32 | 324 | 0 | 131 | 10 | 12 | 461 | 120 | 62 |
| Binary | 11100110 | 11010 | 11010100 | 0 | 1011001 | 1000 | 1010 | 100110001 | 1010000 | 110010 |
Color Harmonies of #E61AD4
Complementary color
Monochromatic Colors of #E61AD4
Black with #E61AD4
Text Example
Text Example
White with #E61AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AD4; }
p { color: rgb(230,26,212); }
H1.HeaderClassName
{
color: #E61AD4;
}
.AnyTagClassName
{
color: #E61AD4;
}
</style>
background-color css
<style>
a { background-color: #E61AD4; }
a { background-color: rgb(230,26,212); }
div.DivClassName
{
background-color: #E61AD4;
}
.BgClassName
{
background-color: #E61AD4;
}
</style>
border-color css
<style>
span { border-color: #E61AD4; }
span { border-color: rgb(230,26,212); }
td.TdClassName
{
border-color: #E61AD4;
}
.TagClassName
{
border-color: #E61AD4;
}
</style>