Shades of Shocking Pink #E620C3
Tints of Shocking Pink #E620C3
RGB
CMYK
RGB Variations
Color information
#E620C3 (or 0xE620C3) is known color: Shocking Pink. HEX triplet: E6, 20 and C3. RGB value is (230,32,195). Sum of RGB (Red+Green+Blue) = 230+32+195=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E620C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620C3 is #19DF3C. Grayscale: #6D6D6D. Windows color (decimal): -1695549 or 12787942. OLE color: 12787942.
HSL color Cylindrical-coordinate representation of color #E620C3: hue angle of 310.61º 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 #E620C3 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 195 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.10 |
| HSL | 310.61º | 0.8% | 0.51% | - |
| HSV(B) | 310.61º | 0.86% | 0.9% | - |
| XYZ | 43 | 21.8 | 53.57 | - |
| YUV | 109.78 | 176.1 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 195 | 0 | 0.86 | 0.15 | 0.10 | 310.61 | 0.8 | 0.51 |
| Hex | E6 | 20 | C3 | 0 | 56 | F | A | 137 | 50 | 33 |
| Octal | 346 | 40 | 303 | 0 | 126 | 17 | 12 | 467 | 120 | 63 |
| Binary | 11100110 | 100000 | 11000011 | 0 | 1010110 | 1111 | 1010 | 100110111 | 1010000 | 110011 |
Color Harmonies of #E620C3
Complementary color
Monochromatic Colors of #E620C3
Black with #E620C3
Text Example
Text Example
White with #E620C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620C3; }
p { color: rgb(230,32,195); }
H1.HeaderClassName
{
color: #E620C3;
}
.AnyTagClassName
{
color: #E620C3;
}
</style>
background-color css
<style>
a { background-color: #E620C3; }
a { background-color: rgb(230,32,195); }
div.DivClassName
{
background-color: #E620C3;
}
.BgClassName
{
background-color: #E620C3;
}
</style>
border-color css
<style>
span { border-color: #E620C3; }
span { border-color: rgb(230,32,195); }
td.TdClassName
{
border-color: #E620C3;
}
.TagClassName
{
border-color: #E620C3;
}
</style>