Shades of Shocking Pink #E622C5
Tints of Shocking Pink #E622C5
RGB
CMYK
RGB Variations
Color information
#E622C5 (or 0xE622C5) is known color: Shocking Pink. HEX triplet: E6, 22 and C5. RGB value is (230,34,197). Sum of RGB (Red+Green+Blue) = 230+34+197=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E622C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E622C5 is #19DD3A. Grayscale: #6E6E6E. Windows color (decimal): -1695035 or 12919526. OLE color: 12919526.
HSL color Cylindrical-coordinate representation of color #E622C5: hue angle of 310.1º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E622C5 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 197 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.10 |
| HSL | 310.1º | 0.8% | 0.52% | - |
| HSV(B) | 310.1º | 0.85% | 0.9% | - |
| XYZ | 43.28 | 22 | 54.79 | - |
| YUV | 111.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 197 | 0 | 0.85 | 0.14 | 0.10 | 310.1 | 0.8 | 0.52 |
| Hex | E6 | 22 | C5 | 0 | 55 | E | A | 136 | 50 | 34 |
| Octal | 346 | 42 | 305 | 0 | 125 | 16 | 12 | 466 | 120 | 64 |
| Binary | 11100110 | 100010 | 11000101 | 0 | 1010101 | 1110 | 1010 | 100110110 | 1010000 | 110100 |
Color Harmonies of #E622C5
Complementary color
Monochromatic Colors of #E622C5
Black with #E622C5
Text Example
Text Example
White with #E622C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622C5; }
p { color: rgb(230,34,197); }
H1.HeaderClassName
{
color: #E622C5;
}
.AnyTagClassName
{
color: #E622C5;
}
</style>
background-color css
<style>
a { background-color: #E622C5; }
a { background-color: rgb(230,34,197); }
div.DivClassName
{
background-color: #E622C5;
}
.BgClassName
{
background-color: #E622C5;
}
</style>
border-color css
<style>
span { border-color: #E622C5; }
span { border-color: rgb(230,34,197); }
td.TdClassName
{
border-color: #E622C5;
}
.TagClassName
{
border-color: #E622C5;
}
</style>