Shades of Shocking Pink #E614CD
Tints of Shocking Pink #E614CD
RGB
CMYK
RGB Variations
Color information
#E614CD (or 0xE614CD) is known color: Shocking Pink. HEX triplet: E6, 14 and CD. RGB value is (230,20,205). Sum of RGB (Red+Green+Blue) = 230+20+205=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E614CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614CD is #19EB32. Grayscale: #676767. Windows color (decimal): -1698611 or 13440230. OLE color: 13440230.
HSL color Cylindrical-coordinate representation of color #E614CD: hue angle of 307.14º 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 #E614CD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.10 |
| HSL | 307.14º | 0.84% | 0.49% | - |
| HSV(B) | 307.14º | 0.91% | 0.9% | - |
| XYZ | 43.9 | 21.73 | 59.64 | - |
| YUV | 103.88 | 185.07 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 205 | 0 | 0.91 | 0.11 | 0.10 | 307.14 | 0.84 | 0.49 |
| Hex | E6 | 14 | CD | 0 | 5B | B | A | 133 | 54 | 31 |
| Octal | 346 | 24 | 315 | 0 | 133 | 13 | 12 | 463 | 124 | 61 |
| Binary | 11100110 | 10100 | 11001101 | 0 | 1011011 | 1011 | 1010 | 100110011 | 1010100 | 110001 |
Color Harmonies of #E614CD
Complementary color
Monochromatic Colors of #E614CD
Black with #E614CD
Text Example
Text Example
White with #E614CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614CD; }
p { color: rgb(230,20,205); }
H1.HeaderClassName
{
color: #E614CD;
}
.AnyTagClassName
{
color: #E614CD;
}
</style>
background-color css
<style>
a { background-color: #E614CD; }
a { background-color: rgb(230,20,205); }
div.DivClassName
{
background-color: #E614CD;
}
.BgClassName
{
background-color: #E614CD;
}
</style>
border-color css
<style>
span { border-color: #E614CD; }
span { border-color: rgb(230,20,205); }
td.TdClassName
{
border-color: #E614CD;
}
.TagClassName
{
border-color: #E614CD;
}
</style>