Shades of Shocking Pink #E61CCD
Tints of Shocking Pink #E61CCD
RGB
CMYK
RGB Variations
Color information
#E61CCD (or 0xE61CCD) is known color: Shocking Pink. HEX triplet: E6, 1C and CD. RGB value is (230,28,205). Sum of RGB (Red+Green+Blue) = 230+28+205=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CCD is #19E332. Grayscale: #6C6C6C. Windows color (decimal): -1696563 or 13442278. OLE color: 13442278.
HSL color Cylindrical-coordinate representation of color #E61CCD: hue angle of 307.43º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CCD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.10 |
| HSL | 307.43º | 0.8% | 0.51% | - |
| HSV(B) | 307.43º | 0.88% | 0.9% | - |
| XYZ | 44.07 | 22.06 | 59.69 | - |
| YUV | 108.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 205 | 0 | 0.88 | 0.11 | 0.10 | 307.43 | 0.8 | 0.51 |
| Hex | E6 | 1C | CD | 0 | 58 | B | A | 133 | 50 | 33 |
| Octal | 346 | 34 | 315 | 0 | 130 | 13 | 12 | 463 | 120 | 63 |
| Binary | 11100110 | 11100 | 11001101 | 0 | 1011000 | 1011 | 1010 | 100110011 | 1010000 | 110011 |
Color Harmonies of #E61CCD
Complementary color
Monochromatic Colors of #E61CCD
Black with #E61CCD
Text Example
Text Example
White with #E61CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CCD; }
p { color: rgb(230,28,205); }
H1.HeaderClassName
{
color: #E61CCD;
}
.AnyTagClassName
{
color: #E61CCD;
}
</style>
background-color css
<style>
a { background-color: #E61CCD; }
a { background-color: rgb(230,28,205); }
div.DivClassName
{
background-color: #E61CCD;
}
.BgClassName
{
background-color: #E61CCD;
}
</style>
border-color css
<style>
span { border-color: #E61CCD; }
span { border-color: rgb(230,28,205); }
td.TdClassName
{
border-color: #E61CCD;
}
.TagClassName
{
border-color: #E61CCD;
}
</style>