Shades of Shocking Pink #E61ECE
Tints of Shocking Pink #E61ECE
RGB
CMYK
RGB Variations
Color information
#E61ECE (or 0xE61ECE) is known color: Shocking Pink. HEX triplet: E6, 1E and CE. RGB value is (230,30,206). Sum of RGB (Red+Green+Blue) = 230+30+206=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ECE is #19E131. Grayscale: #6D6D6D. Windows color (decimal): -1696050 or 13508326. OLE color: 13508326.
HSL color Cylindrical-coordinate representation of color #E61ECE: hue angle of 307.2º 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 #E61ECE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.10 |
| HSL | 307.2º | 0.8% | 0.51% | - |
| HSV(B) | 307.2º | 0.87% | 0.9% | - |
| XYZ | 44.24 | 22.21 | 60.35 | - |
| YUV | 109.86 | 182.26 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 206 | 0 | 0.87 | 0.10 | 0.10 | 307.2 | 0.8 | 0.51 |
| Hex | E6 | 1E | CE | 0 | 57 | A | A | 133 | 50 | 33 |
| Octal | 346 | 36 | 316 | 0 | 127 | 12 | 12 | 463 | 120 | 63 |
| Binary | 11100110 | 11110 | 11001110 | 0 | 1010111 | 1010 | 1010 | 100110011 | 1010000 | 110011 |
Color Harmonies of #E61ECE
Complementary color
Monochromatic Colors of #E61ECE
Black with #E61ECE
Text Example
Text Example
White with #E61ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ECE; }
p { color: rgb(230,30,206); }
H1.HeaderClassName
{
color: #E61ECE;
}
.AnyTagClassName
{
color: #E61ECE;
}
</style>
background-color css
<style>
a { background-color: #E61ECE; }
a { background-color: rgb(230,30,206); }
div.DivClassName
{
background-color: #E61ECE;
}
.BgClassName
{
background-color: #E61ECE;
}
</style>
border-color css
<style>
span { border-color: #E61ECE; }
span { border-color: rgb(230,30,206); }
td.TdClassName
{
border-color: #E61ECE;
}
.TagClassName
{
border-color: #E61ECE;
}
</style>