Shades of Shocking Pink #E616CB
Tints of Shocking Pink #E616CB
RGB
CMYK
RGB Variations
Color information
#E616CB (or 0xE616CB) is known color: Shocking Pink. HEX triplet: E6, 16 and CB. RGB value is (230,22,203). Sum of RGB (Red+Green+Blue) = 230+22+203=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E616CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616CB is #19E934. Grayscale: #686868. Windows color (decimal): -1698101 or 13309670. OLE color: 13309670.
HSL color Cylindrical-coordinate representation of color #E616CB: hue angle of 307.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616CB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 203 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.10 |
| HSL | 307.79º | 0.83% | 0.49% | - |
| HSV(B) | 307.79º | 0.9% | 0.9% | - |
| XYZ | 43.7 | 21.71 | 58.39 | - |
| YUV | 104.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 203 | 0 | 0.90 | 0.12 | 0.10 | 307.79 | 0.83 | 0.49 |
| Hex | E6 | 16 | CB | 0 | 5A | C | A | 134 | 53 | 31 |
| Octal | 346 | 26 | 313 | 0 | 132 | 14 | 12 | 464 | 123 | 61 |
| Binary | 11100110 | 10110 | 11001011 | 0 | 1011010 | 1100 | 1010 | 100110100 | 1010011 | 110001 |
Color Harmonies of #E616CB
Complementary color
Monochromatic Colors of #E616CB
Black with #E616CB
Text Example
Text Example
White with #E616CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616CB; }
p { color: rgb(230,22,203); }
H1.HeaderClassName
{
color: #E616CB;
}
.AnyTagClassName
{
color: #E616CB;
}
</style>
background-color css
<style>
a { background-color: #E616CB; }
a { background-color: rgb(230,22,203); }
div.DivClassName
{
background-color: #E616CB;
}
.BgClassName
{
background-color: #E616CB;
}
</style>
border-color css
<style>
span { border-color: #E616CB; }
span { border-color: rgb(230,22,203); }
td.TdClassName
{
border-color: #E616CB;
}
.TagClassName
{
border-color: #E616CB;
}
</style>