Shades of Shocking Pink #E620CE
Tints of Shocking Pink #E620CE
RGB
CMYK
RGB Variations
Color information
#E620CE (or 0xE620CE) is known color: Shocking Pink. HEX triplet: E6, 20 and CE. RGB value is (230,32,206). Sum of RGB (Red+Green+Blue) = 230+32+206=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E620CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620CE is #19DF31. Grayscale: #6E6E6E. Windows color (decimal): -1695538 or 13508838. OLE color: 13508838.
HSL color Cylindrical-coordinate representation of color #E620CE: hue angle of 307.27º 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 #E620CE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 206 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.10 |
| HSL | 307.27º | 0.8% | 0.51% | - |
| HSV(B) | 307.27º | 0.86% | 0.9% | - |
| XYZ | 44.29 | 22.31 | 60.36 | - |
| YUV | 111.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 206 | 0 | 0.86 | 0.10 | 0.10 | 307.27 | 0.8 | 0.51 |
| Hex | E6 | 20 | CE | 0 | 56 | A | A | 133 | 50 | 33 |
| Octal | 346 | 40 | 316 | 0 | 126 | 12 | 12 | 463 | 120 | 63 |
| Binary | 11100110 | 100000 | 11001110 | 0 | 1010110 | 1010 | 1010 | 100110011 | 1010000 | 110011 |
Color Harmonies of #E620CE
Complementary color
Monochromatic Colors of #E620CE
Black with #E620CE
Text Example
Text Example
White with #E620CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620CE; }
p { color: rgb(230,32,206); }
H1.HeaderClassName
{
color: #E620CE;
}
.AnyTagClassName
{
color: #E620CE;
}
</style>
background-color css
<style>
a { background-color: #E620CE; }
a { background-color: rgb(230,32,206); }
div.DivClassName
{
background-color: #E620CE;
}
.BgClassName
{
background-color: #E620CE;
}
</style>
border-color css
<style>
span { border-color: #E620CE; }
span { border-color: rgb(230,32,206); }
td.TdClassName
{
border-color: #E620CE;
}
.TagClassName
{
border-color: #E620CE;
}
</style>