Shades of Shocking Pink #E61BDA
Tints of Shocking Pink #E61BDA
RGB
CMYK
RGB Variations
Color information
#E61BDA (or 0xE61BDA) is known color: Shocking Pink. HEX triplet: E6, 1B and DA. RGB value is (230,27,218). Sum of RGB (Red+Green+Blue) = 230+27+218=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BDA is #19E425. Grayscale: #6C6C6C. Windows color (decimal): -1696806 or 14293990. OLE color: 14293990.
HSL color Cylindrical-coordinate representation of color #E61BDA: hue angle of 303.55º 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 #E61BDA is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.10 |
| HSL | 303.55º | 0.8% | 0.5% | - |
| HSV(B) | 303.55º | 0.88% | 0.9% | - |
| XYZ | 45.68 | 22.67 | 68.3 | - |
| YUV | 109.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 218 | 0 | 0.88 | 0.05 | 0.10 | 303.55 | 0.8 | 0.5 |
| Hex | E6 | 1B | DA | 0 | 58 | 5 | A | 130 | 50 | 32 |
| Octal | 346 | 33 | 332 | 0 | 130 | 5 | 12 | 460 | 120 | 62 |
| Binary | 11100110 | 11011 | 11011010 | 0 | 1011000 | 101 | 1010 | 100110000 | 1010000 | 110010 |
Color Harmonies of #E61BDA
Complementary color
Monochromatic Colors of #E61BDA
Black with #E61BDA
Text Example
Text Example
White with #E61BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BDA; }
p { color: rgb(230,27,218); }
H1.HeaderClassName
{
color: #E61BDA;
}
.AnyTagClassName
{
color: #E61BDA;
}
</style>
background-color css
<style>
a { background-color: #E61BDA; }
a { background-color: rgb(230,27,218); }
div.DivClassName
{
background-color: #E61BDA;
}
.BgClassName
{
background-color: #E61BDA;
}
</style>
border-color css
<style>
span { border-color: #E61BDA; }
span { border-color: rgb(230,27,218); }
td.TdClassName
{
border-color: #E61BDA;
}
.TagClassName
{
border-color: #E61BDA;
}
</style>