Shades of Shocking Pink #E608BB
Tints of Shocking Pink #E608BB
RGB
CMYK
RGB Variations
Color information
#E608BB (or 0xE608BB) is known color: Shocking Pink. HEX triplet: E6, 08 and BB. RGB value is (230,8,187). Sum of RGB (Red+Green+Blue) = 230+8+187=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E608BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608BB is #19F744. Grayscale: #5E5E5E. Windows color (decimal): -1701701 or 12257510. OLE color: 12257510.
HSL color Cylindrical-coordinate representation of color #E608BB: hue angle of 311.62º 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 #E608BB is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 187 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.10 |
| HSL | 311.62º | 0.93% | 0.47% | - |
| HSV(B) | 311.62º | 0.97% | 0.9% | - |
| XYZ | 41.69 | 20.58 | 48.79 | - |
| YUV | 94.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 187 | 0 | 0.97 | 0.19 | 0.10 | 311.62 | 0.93 | 0.47 |
| Hex | E6 | 8 | BB | 0 | 61 | 13 | A | 138 | 5D | 2F |
| Octal | 346 | 10 | 273 | 0 | 141 | 23 | 12 | 470 | 135 | 57 |
| Binary | 11100110 | 1000 | 10111011 | 0 | 1100001 | 10011 | 1010 | 100111000 | 1011101 | 101111 |
Color Harmonies of #E608BB
Complementary color
Monochromatic Colors of #E608BB
Black with #E608BB
Text Example
Text Example
White with #E608BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608BB; }
p { color: rgb(230,8,187); }
H1.HeaderClassName
{
color: #E608BB;
}
.AnyTagClassName
{
color: #E608BB;
}
</style>
background-color css
<style>
a { background-color: #E608BB; }
a { background-color: rgb(230,8,187); }
div.DivClassName
{
background-color: #E608BB;
}
.BgClassName
{
background-color: #E608BB;
}
</style>
border-color css
<style>
span { border-color: #E608BB; }
span { border-color: rgb(230,8,187); }
td.TdClassName
{
border-color: #E608BB;
}
.TagClassName
{
border-color: #E608BB;
}
</style>