Shades of Shocking Pink #E618BD
Tints of Shocking Pink #E618BD
RGB
CMYK
RGB Variations
Color information
#E618BD (or 0xE618BD) is known color: Shocking Pink. HEX triplet: E6, 18 and BD. RGB value is (230,24,189). Sum of RGB (Red+Green+Blue) = 230+24+189=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E618BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618BD is #19E742. Grayscale: #676767. Windows color (decimal): -1697603 or 12392678. OLE color: 12392678.
HSL color Cylindrical-coordinate representation of color #E618BD: hue angle of 311.94º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618BD is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.10 |
| HSL | 311.94º | 0.81% | 0.5% | - |
| HSV(B) | 311.94º | 0.9% | 0.9% | - |
| XYZ | 42.15 | 21.15 | 50.01 | - |
| YUV | 104.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 189 | 0 | 0.90 | 0.18 | 0.10 | 311.94 | 0.81 | 0.5 |
| Hex | E6 | 18 | BD | 0 | 5A | 12 | A | 138 | 51 | 32 |
| Octal | 346 | 30 | 275 | 0 | 132 | 22 | 12 | 470 | 121 | 62 |
| Binary | 11100110 | 11000 | 10111101 | 0 | 1011010 | 10010 | 1010 | 100111000 | 1010001 | 110010 |
Color Harmonies of #E618BD
Complementary color
Monochromatic Colors of #E618BD
Black with #E618BD
Text Example
Text Example
White with #E618BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618BD; }
p { color: rgb(230,24,189); }
H1.HeaderClassName
{
color: #E618BD;
}
.AnyTagClassName
{
color: #E618BD;
}
</style>
background-color css
<style>
a { background-color: #E618BD; }
a { background-color: rgb(230,24,189); }
div.DivClassName
{
background-color: #E618BD;
}
.BgClassName
{
background-color: #E618BD;
}
</style>
border-color css
<style>
span { border-color: #E618BD; }
span { border-color: rgb(230,24,189); }
td.TdClassName
{
border-color: #E618BD;
}
.TagClassName
{
border-color: #E618BD;
}
</style>