Shades of Shocking Pink #E603BC
Tints of Shocking Pink #E603BC
RGB
CMYK
RGB Variations
Color information
#E603BC (or 0xE603BC) is known color: Shocking Pink. HEX triplet: E6, 03 and BC. RGB value is (230,3,188). Sum of RGB (Red+Green+Blue) = 230+3+188=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E603BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603BC is #19FC43. Grayscale: #5B5B5B. Windows color (decimal): -1702980 or 12321766. OLE color: 12321766.
HSL color Cylindrical-coordinate representation of color #E603BC: hue angle of 311.1º 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 #E603BC is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.10 |
| HSL | 311.1º | 0.97% | 0.46% | - |
| HSV(B) | 311.1º | 0.99% | 0.9% | - |
| XYZ | 41.74 | 20.52 | 49.34 | - |
| YUV | 91.96 | 182.21 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 188 | 0 | 0.99 | 0.18 | 0.10 | 311.1 | 0.97 | 0.46 |
| Hex | E6 | 3 | BC | 0 | 63 | 12 | A | 137 | 61 | 2E |
| Octal | 346 | 3 | 274 | 0 | 143 | 22 | 12 | 467 | 141 | 56 |
| Binary | 11100110 | 11 | 10111100 | 0 | 1100011 | 10010 | 1010 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E603BC
Complementary color
Monochromatic Colors of #E603BC
Black with #E603BC
Text Example
Text Example
White with #E603BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603BC; }
p { color: rgb(230,3,188); }
H1.HeaderClassName
{
color: #E603BC;
}
.AnyTagClassName
{
color: #E603BC;
}
</style>
background-color css
<style>
a { background-color: #E603BC; }
a { background-color: rgb(230,3,188); }
div.DivClassName
{
background-color: #E603BC;
}
.BgClassName
{
background-color: #E603BC;
}
</style>
border-color css
<style>
span { border-color: #E603BC; }
span { border-color: rgb(230,3,188); }
td.TdClassName
{
border-color: #E603BC;
}
.TagClassName
{
border-color: #E603BC;
}
</style>