Shades of Shocking Pink #E620CA
Tints of Shocking Pink #E620CA
RGB
CMYK
RGB Variations
Color information
#E620CA (or 0xE620CA) is known color: Shocking Pink. HEX triplet: E6, 20 and CA. RGB value is (230,32,202). Sum of RGB (Red+Green+Blue) = 230+32+202=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E620CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620CA is #19DF35. Grayscale: #6E6E6E. Windows color (decimal): -1695542 or 13246694. OLE color: 13246694.
HSL color Cylindrical-coordinate representation of color #E620CA: hue angle of 308.48º 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 #E620CA is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.10 |
| HSL | 308.48º | 0.8% | 0.51% | - |
| HSV(B) | 308.48º | 0.86% | 0.9% | - |
| XYZ | 43.81 | 22.12 | 57.84 | - |
| YUV | 110.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 202 | 0 | 0.86 | 0.12 | 0.10 | 308.48 | 0.8 | 0.51 |
| Hex | E6 | 20 | CA | 0 | 56 | C | A | 134 | 50 | 33 |
| Octal | 346 | 40 | 312 | 0 | 126 | 14 | 12 | 464 | 120 | 63 |
| Binary | 11100110 | 100000 | 11001010 | 0 | 1010110 | 1100 | 1010 | 100110100 | 1010000 | 110011 |
Color Harmonies of #E620CA
Complementary color
Monochromatic Colors of #E620CA
Black with #E620CA
Text Example
Text Example
White with #E620CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620CA; }
p { color: rgb(230,32,202); }
H1.HeaderClassName
{
color: #E620CA;
}
.AnyTagClassName
{
color: #E620CA;
}
</style>
background-color css
<style>
a { background-color: #E620CA; }
a { background-color: rgb(230,32,202); }
div.DivClassName
{
background-color: #E620CA;
}
.BgClassName
{
background-color: #E620CA;
}
</style>
border-color css
<style>
span { border-color: #E620CA; }
span { border-color: rgb(230,32,202); }
td.TdClassName
{
border-color: #E620CA;
}
.TagClassName
{
border-color: #E620CA;
}
</style>