Shades of Shocking Pink #E616C4
Tints of Shocking Pink #E616C4
RGB
CMYK
RGB Variations
Color information
#E616C4 (or 0xE616C4) is known color: Shocking Pink. HEX triplet: E6, 16 and C4. RGB value is (230,22,196). Sum of RGB (Red+Green+Blue) = 230+22+196=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E616C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616C4 is #19E93B. Grayscale: #676767. Windows color (decimal): -1698108 or 12850918. OLE color: 12850918.
HSL color Cylindrical-coordinate representation of color #E616C4: hue angle of 309.81º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616C4 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 196 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.10 |
| HSL | 309.81º | 0.83% | 0.49% | - |
| HSV(B) | 309.81º | 0.9% | 0.9% | - |
| XYZ | 42.88 | 21.38 | 54.09 | - |
| YUV | 104.03 | 179.91 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 196 | 0 | 0.90 | 0.15 | 0.10 | 309.81 | 0.83 | 0.49 |
| Hex | E6 | 16 | C4 | 0 | 5A | F | A | 136 | 53 | 31 |
| Octal | 346 | 26 | 304 | 0 | 132 | 17 | 12 | 466 | 123 | 61 |
| Binary | 11100110 | 10110 | 11000100 | 0 | 1011010 | 1111 | 1010 | 100110110 | 1010011 | 110001 |
Color Harmonies of #E616C4
Complementary color
Monochromatic Colors of #E616C4
Black with #E616C4
Text Example
Text Example
White with #E616C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616C4; }
p { color: rgb(230,22,196); }
H1.HeaderClassName
{
color: #E616C4;
}
.AnyTagClassName
{
color: #E616C4;
}
</style>
background-color css
<style>
a { background-color: #E616C4; }
a { background-color: rgb(230,22,196); }
div.DivClassName
{
background-color: #E616C4;
}
.BgClassName
{
background-color: #E616C4;
}
</style>
border-color css
<style>
span { border-color: #E616C4; }
span { border-color: rgb(230,22,196); }
td.TdClassName
{
border-color: #E616C4;
}
.TagClassName
{
border-color: #E616C4;
}
</style>