Shades of Shocking Pink #E603BD
Tints of Shocking Pink #E603BD
RGB
CMYK
RGB Variations
Color information
#E603BD (or 0xE603BD) is known color: Shocking Pink. HEX triplet: E6, 03 and BD. RGB value is (230,3,189). Sum of RGB (Red+Green+Blue) = 230+3+189=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E603BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603BD is #19FC42. Grayscale: #5B5B5B. Windows color (decimal): -1702979 or 12387302. OLE color: 12387302.
HSL color Cylindrical-coordinate representation of color #E603BD: hue angle of 310.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603BD is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.10 |
| HSL | 310.84º | 0.97% | 0.46% | - |
| HSV(B) | 310.84º | 0.99% | 0.9% | - |
| XYZ | 41.85 | 20.56 | 49.91 | - |
| YUV | 92.08 | 182.71 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 189 | 0 | 0.99 | 0.18 | 0.10 | 310.84 | 0.97 | 0.46 |
| Hex | E6 | 3 | BD | 0 | 63 | 12 | A | 137 | 61 | 2E |
| Octal | 346 | 3 | 275 | 0 | 143 | 22 | 12 | 467 | 141 | 56 |
| Binary | 11100110 | 11 | 10111101 | 0 | 1100011 | 10010 | 1010 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E603BD
Complementary color
Monochromatic Colors of #E603BD
Black with #E603BD
Text Example
Text Example
White with #E603BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603BD; }
p { color: rgb(230,3,189); }
H1.HeaderClassName
{
color: #E603BD;
}
.AnyTagClassName
{
color: #E603BD;
}
</style>
background-color css
<style>
a { background-color: #E603BD; }
a { background-color: rgb(230,3,189); }
div.DivClassName
{
background-color: #E603BD;
}
.BgClassName
{
background-color: #E603BD;
}
</style>
border-color css
<style>
span { border-color: #E603BD; }
span { border-color: rgb(230,3,189); }
td.TdClassName
{
border-color: #E603BD;
}
.TagClassName
{
border-color: #E603BD;
}
</style>