Shades of Shocking Pink #E620BD
Tints of Shocking Pink #E620BD
RGB
CMYK
RGB Variations
Color information
#E620BD (or 0xE620BD) is known color: Shocking Pink. HEX triplet: E6, 20 and BD. RGB value is (230,32,189). Sum of RGB (Red+Green+Blue) = 230+32+189=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E620BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620BD is #19DF42. Grayscale: #6C6C6C. Windows color (decimal): -1695555 or 12394726. OLE color: 12394726.
HSL color Cylindrical-coordinate representation of color #E620BD: hue angle of 312.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620BD is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 189 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.10 |
| HSL | 312.42º | 0.8% | 0.51% | - |
| HSV(B) | 312.42º | 0.86% | 0.9% | - |
| XYZ | 42.33 | 21.53 | 50.07 | - |
| YUV | 109.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 189 | 0 | 0.86 | 0.18 | 0.10 | 312.42 | 0.8 | 0.51 |
| Hex | E6 | 20 | BD | 0 | 56 | 12 | A | 138 | 50 | 33 |
| Octal | 346 | 40 | 275 | 0 | 126 | 22 | 12 | 470 | 120 | 63 |
| Binary | 11100110 | 100000 | 10111101 | 0 | 1010110 | 10010 | 1010 | 100111000 | 1010000 | 110011 |
Color Harmonies of #E620BD
Complementary color
Monochromatic Colors of #E620BD
Black with #E620BD
Text Example
Text Example
White with #E620BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620BD; }
p { color: rgb(230,32,189); }
H1.HeaderClassName
{
color: #E620BD;
}
.AnyTagClassName
{
color: #E620BD;
}
</style>
background-color css
<style>
a { background-color: #E620BD; }
a { background-color: rgb(230,32,189); }
div.DivClassName
{
background-color: #E620BD;
}
.BgClassName
{
background-color: #E620BD;
}
</style>
border-color css
<style>
span { border-color: #E620BD; }
span { border-color: rgb(230,32,189); }
td.TdClassName
{
border-color: #E620BD;
}
.TagClassName
{
border-color: #E620BD;
}
</style>