Shades of Shocking Pink #E608C1
Tints of Shocking Pink #E608C1
RGB
CMYK
RGB Variations
Color information
#E608C1 (or 0xE608C1) is known color: Shocking Pink. HEX triplet: E6, 08 and C1. RGB value is (230,8,193). Sum of RGB (Red+Green+Blue) = 230+8+193=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E608C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608C1 is #19F73E. Grayscale: #5E5E5E. Windows color (decimal): -1701695 or 12650726. OLE color: 12650726.
HSL color Cylindrical-coordinate representation of color #E608C1: hue angle of 310º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608C1 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 193 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.10 |
| HSL | 310º | 0.93% | 0.47% | - |
| HSV(B) | 310º | 0.97% | 0.9% | - |
| XYZ | 42.35 | 20.85 | 52.24 | - |
| YUV | 95.47 | 183.05 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 193 | 0 | 0.97 | 0.16 | 0.10 | 310 | 0.93 | 0.47 |
| Hex | E6 | 8 | C1 | 0 | 61 | 10 | A | 136 | 5D | 2F |
| Octal | 346 | 10 | 301 | 0 | 141 | 20 | 12 | 466 | 135 | 57 |
| Binary | 11100110 | 1000 | 11000001 | 0 | 1100001 | 10000 | 1010 | 100110110 | 1011101 | 101111 |
Color Harmonies of #E608C1
Complementary color
Monochromatic Colors of #E608C1
Black with #E608C1
Text Example
Text Example
White with #E608C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608C1; }
p { color: rgb(230,8,193); }
H1.HeaderClassName
{
color: #E608C1;
}
.AnyTagClassName
{
color: #E608C1;
}
</style>
background-color css
<style>
a { background-color: #E608C1; }
a { background-color: rgb(230,8,193); }
div.DivClassName
{
background-color: #E608C1;
}
.BgClassName
{
background-color: #E608C1;
}
</style>
border-color css
<style>
span { border-color: #E608C1; }
span { border-color: rgb(230,8,193); }
td.TdClassName
{
border-color: #E608C1;
}
.TagClassName
{
border-color: #E608C1;
}
</style>