Shades of Shocking Pink #E61BCE
Tints of Shocking Pink #E61BCE
RGB
CMYK
RGB Variations
Color information
#E61BCE (or 0xE61BCE) is known color: Shocking Pink. HEX triplet: E6, 1B and CE. RGB value is (230,27,206). Sum of RGB (Red+Green+Blue) = 230+27+206=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BCE is #19E431. Grayscale: #6B6B6B. Windows color (decimal): -1696818 or 13507558. OLE color: 13507558.
HSL color Cylindrical-coordinate representation of color #E61BCE: hue angle of 307.09º 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 #E61BCE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.10 |
| HSL | 307.09º | 0.8% | 0.5% | - |
| HSV(B) | 307.09º | 0.88% | 0.9% | - |
| XYZ | 44.17 | 22.06 | 60.32 | - |
| YUV | 108.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 206 | 0 | 0.88 | 0.10 | 0.10 | 307.09 | 0.8 | 0.5 |
| Hex | E6 | 1B | CE | 0 | 58 | A | A | 133 | 50 | 32 |
| Octal | 346 | 33 | 316 | 0 | 130 | 12 | 12 | 463 | 120 | 62 |
| Binary | 11100110 | 11011 | 11001110 | 0 | 1011000 | 1010 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E61BCE
Complementary color
Monochromatic Colors of #E61BCE
Black with #E61BCE
Text Example
Text Example
White with #E61BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BCE; }
p { color: rgb(230,27,206); }
H1.HeaderClassName
{
color: #E61BCE;
}
.AnyTagClassName
{
color: #E61BCE;
}
</style>
background-color css
<style>
a { background-color: #E61BCE; }
a { background-color: rgb(230,27,206); }
div.DivClassName
{
background-color: #E61BCE;
}
.BgClassName
{
background-color: #E61BCE;
}
</style>
border-color css
<style>
span { border-color: #E61BCE; }
span { border-color: rgb(230,27,206); }
td.TdClassName
{
border-color: #E61BCE;
}
.TagClassName
{
border-color: #E61BCE;
}
</style>