Shades of Shocking Pink #E607BD
Tints of Shocking Pink #E607BD
RGB
CMYK
RGB Variations
Color information
#E607BD (or 0xE607BD) is known color: Shocking Pink. HEX triplet: E6, 07 and BD. RGB value is (230,7,189). Sum of RGB (Red+Green+Blue) = 230+7+189=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E607BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607BD is #19F842. Grayscale: #5D5D5D. Windows color (decimal): -1701955 or 12388326. OLE color: 12388326.
HSL color Cylindrical-coordinate representation of color #E607BD: hue angle of 311.03º 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 #E607BD is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.10 |
| HSL | 311.03º | 0.94% | 0.46% | - |
| HSV(B) | 311.03º | 0.97% | 0.9% | - |
| XYZ | 41.89 | 20.65 | 49.92 | - |
| YUV | 94.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 189 | 0 | 0.97 | 0.18 | 0.10 | 311.03 | 0.94 | 0.46 |
| Hex | E6 | 7 | BD | 0 | 61 | 12 | A | 137 | 5E | 2E |
| Octal | 346 | 7 | 275 | 0 | 141 | 22 | 12 | 467 | 136 | 56 |
| Binary | 11100110 | 111 | 10111101 | 0 | 1100001 | 10010 | 1010 | 100110111 | 1011110 | 101110 |
Color Harmonies of #E607BD
Complementary color
Monochromatic Colors of #E607BD
Black with #E607BD
Text Example
Text Example
White with #E607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607BD; }
p { color: rgb(230,7,189); }
H1.HeaderClassName
{
color: #E607BD;
}
.AnyTagClassName
{
color: #E607BD;
}
</style>
background-color css
<style>
a { background-color: #E607BD; }
a { background-color: rgb(230,7,189); }
div.DivClassName
{
background-color: #E607BD;
}
.BgClassName
{
background-color: #E607BD;
}
</style>
border-color css
<style>
span { border-color: #E607BD; }
span { border-color: rgb(230,7,189); }
td.TdClassName
{
border-color: #E607BD;
}
.TagClassName
{
border-color: #E607BD;
}
</style>