Shades of Shocking Pink #E61BD4
Tints of Shocking Pink #E61BD4
RGB
CMYK
RGB Variations
Color information
#E61BD4 (or 0xE61BD4) is known color: Shocking Pink. HEX triplet: E6, 1B and D4. RGB value is (230,27,212). Sum of RGB (Red+Green+Blue) = 230+27+212=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BD4 is #19E42B. Grayscale: #6C6C6C. Windows color (decimal): -1696812 or 13900774. OLE color: 13900774.
HSL color Cylindrical-coordinate representation of color #E61BD4: hue angle of 305.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BD4 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 212 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.10 |
| HSL | 305.32º | 0.8% | 0.5% | - |
| HSV(B) | 305.32º | 0.88% | 0.9% | - |
| XYZ | 44.91 | 22.36 | 64.24 | - |
| YUV | 108.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 212 | 0 | 0.88 | 0.08 | 0.10 | 305.32 | 0.8 | 0.5 |
| Hex | E6 | 1B | D4 | 0 | 58 | 8 | A | 131 | 50 | 32 |
| Octal | 346 | 33 | 324 | 0 | 130 | 10 | 12 | 461 | 120 | 62 |
| Binary | 11100110 | 11011 | 11010100 | 0 | 1011000 | 1000 | 1010 | 100110001 | 1010000 | 110010 |
Color Harmonies of #E61BD4
Complementary color
Monochromatic Colors of #E61BD4
Black with #E61BD4
Text Example
Text Example
White with #E61BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BD4; }
p { color: rgb(230,27,212); }
H1.HeaderClassName
{
color: #E61BD4;
}
.AnyTagClassName
{
color: #E61BD4;
}
</style>
background-color css
<style>
a { background-color: #E61BD4; }
a { background-color: rgb(230,27,212); }
div.DivClassName
{
background-color: #E61BD4;
}
.BgClassName
{
background-color: #E61BD4;
}
</style>
border-color css
<style>
span { border-color: #E61BD4; }
span { border-color: rgb(230,27,212); }
td.TdClassName
{
border-color: #E61BD4;
}
.TagClassName
{
border-color: #E61BD4;
}
</style>