Shades of Shocking Pink #E61DBF
Tints of Shocking Pink #E61DBF
RGB
CMYK
RGB Variations
Color information
#E61DBF (or 0xE61DBF) is known color: Shocking Pink. HEX triplet: E6, 1D and BF. RGB value is (230,29,191). Sum of RGB (Red+Green+Blue) = 230+29+191=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DBF is #19E240. Grayscale: #6B6B6B. Windows color (decimal): -1696321 or 12525030. OLE color: 12525030.
HSL color Cylindrical-coordinate representation of color #E61DBF: hue angle of 311.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DBF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.10 |
| HSL | 311.64º | 0.8% | 0.51% | - |
| HSV(B) | 311.64º | 0.87% | 0.9% | - |
| XYZ | 42.48 | 21.46 | 51.19 | - |
| YUV | 107.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 191 | 0 | 0.87 | 0.17 | 0.10 | 311.64 | 0.8 | 0.51 |
| Hex | E6 | 1D | BF | 0 | 57 | 11 | A | 138 | 50 | 33 |
| Octal | 346 | 35 | 277 | 0 | 127 | 21 | 12 | 470 | 120 | 63 |
| Binary | 11100110 | 11101 | 10111111 | 0 | 1010111 | 10001 | 1010 | 100111000 | 1010000 | 110011 |
Color Harmonies of #E61DBF
Complementary color
Monochromatic Colors of #E61DBF
Black with #E61DBF
Text Example
Text Example
White with #E61DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DBF; }
p { color: rgb(230,29,191); }
H1.HeaderClassName
{
color: #E61DBF;
}
.AnyTagClassName
{
color: #E61DBF;
}
</style>
background-color css
<style>
a { background-color: #E61DBF; }
a { background-color: rgb(230,29,191); }
div.DivClassName
{
background-color: #E61DBF;
}
.BgClassName
{
background-color: #E61DBF;
}
</style>
border-color css
<style>
span { border-color: #E61DBF; }
span { border-color: rgb(230,29,191); }
td.TdClassName
{
border-color: #E61DBF;
}
.TagClassName
{
border-color: #E61DBF;
}
</style>