Shades of Shocking Pink #E620BE
Tints of Shocking Pink #E620BE
RGB
CMYK
RGB Variations
Color information
#E620BE (or 0xE620BE) is known color: Shocking Pink. HEX triplet: E6, 20 and BE. RGB value is (230,32,190). Sum of RGB (Red+Green+Blue) = 230+32+190=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E620BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620BE is #19DF41. Grayscale: #6C6C6C. Windows color (decimal): -1695554 or 12460262. OLE color: 12460262.
HSL color Cylindrical-coordinate representation of color #E620BE: hue angle of 312.12º 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 #E620BE is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 190 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.10 |
| HSL | 312.12º | 0.8% | 0.51% | - |
| HSV(B) | 312.12º | 0.86% | 0.9% | - |
| XYZ | 42.44 | 21.57 | 50.64 | - |
| YUV | 109.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 190 | 0 | 0.86 | 0.17 | 0.10 | 312.12 | 0.8 | 0.51 |
| Hex | E6 | 20 | BE | 0 | 56 | 11 | A | 138 | 50 | 33 |
| Octal | 346 | 40 | 276 | 0 | 126 | 21 | 12 | 470 | 120 | 63 |
| Binary | 11100110 | 100000 | 10111110 | 0 | 1010110 | 10001 | 1010 | 100111000 | 1010000 | 110011 |
Color Harmonies of #E620BE
Complementary color
Monochromatic Colors of #E620BE
Black with #E620BE
Text Example
Text Example
White with #E620BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620BE; }
p { color: rgb(230,32,190); }
H1.HeaderClassName
{
color: #E620BE;
}
.AnyTagClassName
{
color: #E620BE;
}
</style>
background-color css
<style>
a { background-color: #E620BE; }
a { background-color: rgb(230,32,190); }
div.DivClassName
{
background-color: #E620BE;
}
.BgClassName
{
background-color: #E620BE;
}
</style>
border-color css
<style>
span { border-color: #E620BE; }
span { border-color: rgb(230,32,190); }
td.TdClassName
{
border-color: #E620BE;
}
.TagClassName
{
border-color: #E620BE;
}
</style>