Shades of Shocking Pink #E614CC
Tints of Shocking Pink #E614CC
RGB
CMYK
RGB Variations
Color information
#E614CC (or 0xE614CC) is known color: Shocking Pink. HEX triplet: E6, 14 and CC. RGB value is (230,20,204). Sum of RGB (Red+Green+Blue) = 230+20+204=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E614CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614CC is #19EB33. Grayscale: #676767. Windows color (decimal): -1698612 or 13374694. OLE color: 13374694.
HSL color Cylindrical-coordinate representation of color #E614CC: hue angle of 307.43º 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 #E614CC is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.10 |
| HSL | 307.43º | 0.84% | 0.49% | - |
| HSV(B) | 307.43º | 0.91% | 0.9% | - |
| XYZ | 43.78 | 21.68 | 59 | - |
| YUV | 103.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 204 | 0 | 0.91 | 0.11 | 0.10 | 307.43 | 0.84 | 0.49 |
| Hex | E6 | 14 | CC | 0 | 5B | B | A | 133 | 54 | 31 |
| Octal | 346 | 24 | 314 | 0 | 133 | 13 | 12 | 463 | 124 | 61 |
| Binary | 11100110 | 10100 | 11001100 | 0 | 1011011 | 1011 | 1010 | 100110011 | 1010100 | 110001 |
Color Harmonies of #E614CC
Complementary color
Monochromatic Colors of #E614CC
Black with #E614CC
Text Example
Text Example
White with #E614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614CC; }
p { color: rgb(230,20,204); }
H1.HeaderClassName
{
color: #E614CC;
}
.AnyTagClassName
{
color: #E614CC;
}
</style>
background-color css
<style>
a { background-color: #E614CC; }
a { background-color: rgb(230,20,204); }
div.DivClassName
{
background-color: #E614CC;
}
.BgClassName
{
background-color: #E614CC;
}
</style>
border-color css
<style>
span { border-color: #E614CC; }
span { border-color: rgb(230,20,204); }
td.TdClassName
{
border-color: #E614CC;
}
.TagClassName
{
border-color: #E614CC;
}
</style>