Shades of Shocking Pink #E61FCC
Tints of Shocking Pink #E61FCC
RGB
CMYK
RGB Variations
Color information
#E61FCC (or 0xE61FCC) is known color: Shocking Pink. HEX triplet: E6, 1F and CC. RGB value is (230,31,204). Sum of RGB (Red+Green+Blue) = 230+31+204=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FCC is #19E033. Grayscale: #6D6D6D. Windows color (decimal): -1695796 or 13377510. OLE color: 13377510.
HSL color Cylindrical-coordinate representation of color #E61FCC: hue angle of 307.84º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FCC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.10 |
| HSL | 307.84º | 0.8% | 0.51% | - |
| HSV(B) | 307.84º | 0.87% | 0.9% | - |
| XYZ | 44.02 | 22.16 | 59.08 | - |
| YUV | 110.22 | 180.93 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 204 | 0 | 0.87 | 0.11 | 0.10 | 307.84 | 0.8 | 0.51 |
| Hex | E6 | 1F | CC | 0 | 57 | B | A | 134 | 50 | 33 |
| Octal | 346 | 37 | 314 | 0 | 127 | 13 | 12 | 464 | 120 | 63 |
| Binary | 11100110 | 11111 | 11001100 | 0 | 1010111 | 1011 | 1010 | 100110100 | 1010000 | 110011 |
Color Harmonies of #E61FCC
Complementary color
Monochromatic Colors of #E61FCC
Black with #E61FCC
Text Example
Text Example
White with #E61FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FCC; }
p { color: rgb(230,31,204); }
H1.HeaderClassName
{
color: #E61FCC;
}
.AnyTagClassName
{
color: #E61FCC;
}
</style>
background-color css
<style>
a { background-color: #E61FCC; }
a { background-color: rgb(230,31,204); }
div.DivClassName
{
background-color: #E61FCC;
}
.BgClassName
{
background-color: #E61FCC;
}
</style>
border-color css
<style>
span { border-color: #E61FCC; }
span { border-color: rgb(230,31,204); }
td.TdClassName
{
border-color: #E61FCC;
}
.TagClassName
{
border-color: #E61FCC;
}
</style>