Shades of Shocking Pink #E606BC
Tints of Shocking Pink #E606BC
RGB
CMYK
RGB Variations
Color information
#E606BC (or 0xE606BC) is known color: Shocking Pink. HEX triplet: E6, 06 and BC. RGB value is (230,6,188). Sum of RGB (Red+Green+Blue) = 230+6+188=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E606BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606BC is #19F943. Grayscale: #5D5D5D. Windows color (decimal): -1702212 or 12322534. OLE color: 12322534.
HSL color Cylindrical-coordinate representation of color #E606BC: hue angle of 311.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606BC is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.10 |
| HSL | 311.25º | 0.95% | 0.46% | - |
| HSV(B) | 311.25º | 0.97% | 0.9% | - |
| XYZ | 41.78 | 20.58 | 49.35 | - |
| YUV | 93.72 | 181.21 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 188 | 0 | 0.97 | 0.18 | 0.10 | 311.25 | 0.95 | 0.46 |
| Hex | E6 | 6 | BC | 0 | 61 | 12 | A | 137 | 5F | 2E |
| Octal | 346 | 6 | 274 | 0 | 141 | 22 | 12 | 467 | 137 | 56 |
| Binary | 11100110 | 110 | 10111100 | 0 | 1100001 | 10010 | 1010 | 100110111 | 1011111 | 101110 |
Color Harmonies of #E606BC
Complementary color
Monochromatic Colors of #E606BC
Black with #E606BC
Text Example
Text Example
White with #E606BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606BC; }
p { color: rgb(230,6,188); }
H1.HeaderClassName
{
color: #E606BC;
}
.AnyTagClassName
{
color: #E606BC;
}
</style>
background-color css
<style>
a { background-color: #E606BC; }
a { background-color: rgb(230,6,188); }
div.DivClassName
{
background-color: #E606BC;
}
.BgClassName
{
background-color: #E606BC;
}
</style>
border-color css
<style>
span { border-color: #E606BC; }
span { border-color: rgb(230,6,188); }
td.TdClassName
{
border-color: #E606BC;
}
.TagClassName
{
border-color: #E606BC;
}
</style>