Shades of Shocking Pink #E618B4
Tints of Shocking Pink #E618B4
RGB
CMYK
RGB Variations
Color information
#E618B4 (or 0xE618B4) is known color: Shocking Pink. HEX triplet: E6, 18 and B4. RGB value is (230,24,180). Sum of RGB (Red+Green+Blue) = 230+24+180=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E618B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618B4 is #19E74B. Grayscale: #666666. Windows color (decimal): -1697612 or 11802854. OLE color: 11802854.
HSL color Cylindrical-coordinate representation of color #E618B4: hue angle of 314.56º 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 #E618B4 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 180 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.10 |
| HSL | 314.56º | 0.81% | 0.5% | - |
| HSV(B) | 314.56º | 0.9% | 0.9% | - |
| XYZ | 41.2 | 20.77 | 45.02 | - |
| YUV | 103.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 180 | 0 | 0.90 | 0.22 | 0.10 | 314.56 | 0.81 | 0.5 |
| Hex | E6 | 18 | B4 | 0 | 5A | 16 | A | 13B | 51 | 32 |
| Octal | 346 | 30 | 264 | 0 | 132 | 26 | 12 | 473 | 121 | 62 |
| Binary | 11100110 | 11000 | 10110100 | 0 | 1011010 | 10110 | 1010 | 100111011 | 1010001 | 110010 |
Color Harmonies of #E618B4
Complementary color
Monochromatic Colors of #E618B4
Black with #E618B4
Text Example
Text Example
White with #E618B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618B4; }
p { color: rgb(230,24,180); }
H1.HeaderClassName
{
color: #E618B4;
}
.AnyTagClassName
{
color: #E618B4;
}
</style>
background-color css
<style>
a { background-color: #E618B4; }
a { background-color: rgb(230,24,180); }
div.DivClassName
{
background-color: #E618B4;
}
.BgClassName
{
background-color: #E618B4;
}
</style>
border-color css
<style>
span { border-color: #E618B4; }
span { border-color: rgb(230,24,180); }
td.TdClassName
{
border-color: #E618B4;
}
.TagClassName
{
border-color: #E618B4;
}
</style>