Shades of Shocking Pink #E607BB
Tints of Shocking Pink #E607BB
RGB
CMYK
RGB Variations
Color information
#E607BB (or 0xE607BB) is known color: Shocking Pink. HEX triplet: E6, 07 and BB. RGB value is (230,7,187). Sum of RGB (Red+Green+Blue) = 230+7+187=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E607BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607BB is #19F844. Grayscale: #5D5D5D. Windows color (decimal): -1701957 or 12257254. OLE color: 12257254.
HSL color Cylindrical-coordinate representation of color #E607BB: hue angle of 311.57º degrees, saturation: 0.94, 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 #E607BB is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.10 |
| HSL | 311.57º | 0.94% | 0.46% | - |
| HSV(B) | 311.57º | 0.97% | 0.9% | - |
| XYZ | 41.68 | 20.56 | 48.79 | - |
| YUV | 94.2 | 180.38 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 187 | 0 | 0.97 | 0.19 | 0.10 | 311.57 | 0.94 | 0.46 |
| Hex | E6 | 7 | BB | 0 | 61 | 13 | A | 138 | 5E | 2E |
| Octal | 346 | 7 | 273 | 0 | 141 | 23 | 12 | 470 | 136 | 56 |
| Binary | 11100110 | 111 | 10111011 | 0 | 1100001 | 10011 | 1010 | 100111000 | 1011110 | 101110 |
Color Harmonies of #E607BB
Complementary color
Monochromatic Colors of #E607BB
Black with #E607BB
Text Example
Text Example
White with #E607BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607BB; }
p { color: rgb(230,7,187); }
H1.HeaderClassName
{
color: #E607BB;
}
.AnyTagClassName
{
color: #E607BB;
}
</style>
background-color css
<style>
a { background-color: #E607BB; }
a { background-color: rgb(230,7,187); }
div.DivClassName
{
background-color: #E607BB;
}
.BgClassName
{
background-color: #E607BB;
}
</style>
border-color css
<style>
span { border-color: #E607BB; }
span { border-color: rgb(230,7,187); }
td.TdClassName
{
border-color: #E607BB;
}
.TagClassName
{
border-color: #E607BB;
}
</style>