Shades of Shocking Pink #E617CD
Tints of Shocking Pink #E617CD
RGB
CMYK
RGB Variations
Color information
#E617CD (or 0xE617CD) is known color: Shocking Pink. HEX triplet: E6, 17 and CD. RGB value is (230,23,205). Sum of RGB (Red+Green+Blue) = 230+23+205=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E617CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617CD is #19E832. Grayscale: #696969. Windows color (decimal): -1697843 or 13440998. OLE color: 13440998.
HSL color Cylindrical-coordinate representation of color #E617CD: hue angle of 307.25º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617CD is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 205 | - |
| CMYK | 0 | 0.9 | 0.11 | 0.10 |
| HSL | 307.25º | 0.82% | 0.5% | - |
| HSV(B) | 307.25º | 0.9% | 0.9% | - |
| XYZ | 43.96 | 21.84 | 59.66 | - |
| YUV | 105.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 205 | 0 | 0.9 | 0.11 | 0.10 | 307.25 | 0.82 | 0.5 |
| Hex | E6 | 17 | CD | 0 | 5A | B | A | 133 | 52 | 32 |
| Octal | 346 | 27 | 315 | 0 | 132 | 13 | 12 | 463 | 122 | 62 |
| Binary | 11100110 | 10111 | 11001101 | 0 | 1011010 | 1011 | 1010 | 100110011 | 1010010 | 110010 |
Color Harmonies of #E617CD
Complementary color
Monochromatic Colors of #E617CD
Black with #E617CD
Text Example
Text Example
White with #E617CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617CD; }
p { color: rgb(230,23,205); }
H1.HeaderClassName
{
color: #E617CD;
}
.AnyTagClassName
{
color: #E617CD;
}
</style>
background-color css
<style>
a { background-color: #E617CD; }
a { background-color: rgb(230,23,205); }
div.DivClassName
{
background-color: #E617CD;
}
.BgClassName
{
background-color: #E617CD;
}
</style>
border-color css
<style>
span { border-color: #E617CD; }
span { border-color: rgb(230,23,205); }
td.TdClassName
{
border-color: #E617CD;
}
.TagClassName
{
border-color: #E617CD;
}
</style>