Shades of Shocking Pink #E61BDB
Tints of Shocking Pink #E61BDB
RGB
CMYK
RGB Variations
Color information
#E61BDB (or 0xE61BDB) is known color: Shocking Pink. HEX triplet: E6, 1B and DB. RGB value is (230,27,219). Sum of RGB (Red+Green+Blue) = 230+27+219=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BDB is #19E424. Grayscale: #6D6D6D. Windows color (decimal): -1696805 or 14359526. OLE color: 14359526.
HSL color Cylindrical-coordinate representation of color #E61BDB: hue angle of 303.25º 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 #E61BDB is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 219 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.10 |
| HSL | 303.25º | 0.8% | 0.5% | - |
| HSV(B) | 303.25º | 0.88% | 0.9% | - |
| XYZ | 45.81 | 22.72 | 68.99 | - |
| YUV | 109.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 219 | 0 | 0.88 | 0.05 | 0.10 | 303.25 | 0.8 | 0.5 |
| Hex | E6 | 1B | DB | 0 | 58 | 5 | A | 12F | 50 | 32 |
| Octal | 346 | 33 | 333 | 0 | 130 | 5 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11011 | 11011011 | 0 | 1011000 | 101 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E61BDB
Complementary color
Monochromatic Colors of #E61BDB
Black with #E61BDB
Text Example
Text Example
White with #E61BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BDB; }
p { color: rgb(230,27,219); }
H1.HeaderClassName
{
color: #E61BDB;
}
.AnyTagClassName
{
color: #E61BDB;
}
</style>
background-color css
<style>
a { background-color: #E61BDB; }
a { background-color: rgb(230,27,219); }
div.DivClassName
{
background-color: #E61BDB;
}
.BgClassName
{
background-color: #E61BDB;
}
</style>
border-color css
<style>
span { border-color: #E61BDB; }
span { border-color: rgb(230,27,219); }
td.TdClassName
{
border-color: #E61BDB;
}
.TagClassName
{
border-color: #E61BDB;
}
</style>