Shades of Shocking Pink #E614C1
Tints of Shocking Pink #E614C1
RGB
CMYK
RGB Variations
Color information
#E614C1 (or 0xE614C1) is known color: Shocking Pink. HEX triplet: E6, 14 and C1. RGB value is (230,20,193). Sum of RGB (Red+Green+Blue) = 230+20+193=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E614C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614C1 is #19EB3E. Grayscale: #666666. Windows color (decimal): -1698623 or 12653798. OLE color: 12653798.
HSL color Cylindrical-coordinate representation of color #E614C1: hue angle of 310.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614C1 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 193 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.10 |
| HSL | 310.57º | 0.84% | 0.49% | - |
| HSV(B) | 310.57º | 0.91% | 0.9% | - |
| XYZ | 42.51 | 21.17 | 52.3 | - |
| YUV | 102.51 | 179.07 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 193 | 0 | 0.91 | 0.16 | 0.10 | 310.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | C1 | 0 | 5B | 10 | A | 137 | 54 | 31 |
| Octal | 346 | 24 | 301 | 0 | 133 | 20 | 12 | 467 | 124 | 61 |
| Binary | 11100110 | 10100 | 11000001 | 0 | 1011011 | 10000 | 1010 | 100110111 | 1010100 | 110001 |
Color Harmonies of #E614C1
Complementary color
Monochromatic Colors of #E614C1
Black with #E614C1
Text Example
Text Example
White with #E614C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614C1; }
p { color: rgb(230,20,193); }
H1.HeaderClassName
{
color: #E614C1;
}
.AnyTagClassName
{
color: #E614C1;
}
</style>
background-color css
<style>
a { background-color: #E614C1; }
a { background-color: rgb(230,20,193); }
div.DivClassName
{
background-color: #E614C1;
}
.BgClassName
{
background-color: #E614C1;
}
</style>
border-color css
<style>
span { border-color: #E614C1; }
span { border-color: rgb(230,20,193); }
td.TdClassName
{
border-color: #E614C1;
}
.TagClassName
{
border-color: #E614C1;
}
</style>