Shades of Shocking Pink #E601BD
Tints of Shocking Pink #E601BD
RGB
CMYK
RGB Variations
Color information
#E601BD (or 0xE601BD) is known color: Shocking Pink. HEX triplet: E6, 01 and BD. RGB value is (230,1,189). Sum of RGB (Red+Green+Blue) = 230+1+189=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BD is #19FE42. Grayscale: #5A5A5A. Windows color (decimal): -1703491 or 12386790. OLE color: 12386790.
HSL color Cylindrical-coordinate representation of color #E601BD: hue angle of 310.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601BD is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.10 |
| HSL | 310.74º | 0.99% | 0.45% | - |
| HSV(B) | 310.74º | 1% | 0.9% | - |
| XYZ | 41.83 | 20.52 | 49.9 | - |
| YUV | 90.9 | 183.37 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 189 | 0 | 1.00 | 0.18 | 0.10 | 310.74 | 0.99 | 0.45 |
| Hex | E6 | 1 | BD | 0 | 64 | 12 | A | 137 | 63 | 2D |
| Octal | 346 | 1 | 275 | 0 | 144 | 22 | 12 | 467 | 143 | 55 |
| Binary | 11100110 | 1 | 10111101 | 0 | 1100100 | 10010 | 1010 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E601BD
Complementary color
Monochromatic Colors of #E601BD
Black with #E601BD
Text Example
Text Example
White with #E601BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601BD; }
p { color: rgb(230,1,189); }
H1.HeaderClassName
{
color: #E601BD;
}
.AnyTagClassName
{
color: #E601BD;
}
</style>
background-color css
<style>
a { background-color: #E601BD; }
a { background-color: rgb(230,1,189); }
div.DivClassName
{
background-color: #E601BD;
}
.BgClassName
{
background-color: #E601BD;
}
</style>
border-color css
<style>
span { border-color: #E601BD; }
span { border-color: rgb(230,1,189); }
td.TdClassName
{
border-color: #E601BD;
}
.TagClassName
{
border-color: #E601BD;
}
</style>