Shades of Shocking Pink #E603B8
Tints of Shocking Pink #E603B8
RGB
CMYK
RGB Variations
Color information
#E603B8 (or 0xE603B8) is known color: Shocking Pink. HEX triplet: E6, 03 and B8. RGB value is (230,3,184). Sum of RGB (Red+Green+Blue) = 230+3+184=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E603B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603B8 is #19FC47. Grayscale: #5B5B5B. Windows color (decimal): -1702984 or 12059622. OLE color: 12059622.
HSL color Cylindrical-coordinate representation of color #E603B8: hue angle of 312.16º 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 #E603B8 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.10 |
| HSL | 312.16º | 0.97% | 0.46% | - |
| HSV(B) | 312.16º | 0.99% | 0.9% | - |
| XYZ | 41.32 | 20.35 | 47.1 | - |
| YUV | 91.51 | 180.21 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 184 | 0 | 0.99 | 0.2 | 0.10 | 312.16 | 0.97 | 0.46 |
| Hex | E6 | 3 | B8 | 0 | 63 | 14 | A | 138 | 61 | 2E |
| Octal | 346 | 3 | 270 | 0 | 143 | 24 | 12 | 470 | 141 | 56 |
| Binary | 11100110 | 11 | 10111000 | 0 | 1100011 | 10100 | 1010 | 100111000 | 1100001 | 101110 |
Color Harmonies of #E603B8
Complementary color
Monochromatic Colors of #E603B8
Black with #E603B8
Text Example
Text Example
White with #E603B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603B8; }
p { color: rgb(230,3,184); }
H1.HeaderClassName
{
color: #E603B8;
}
.AnyTagClassName
{
color: #E603B8;
}
</style>
background-color css
<style>
a { background-color: #E603B8; }
a { background-color: rgb(230,3,184); }
div.DivClassName
{
background-color: #E603B8;
}
.BgClassName
{
background-color: #E603B8;
}
</style>
border-color css
<style>
span { border-color: #E603B8; }
span { border-color: rgb(230,3,184); }
td.TdClassName
{
border-color: #E603B8;
}
.TagClassName
{
border-color: #E603B8;
}
</style>