Shades of Shocking Pink #E616B5
Tints of Shocking Pink #E616B5
RGB
CMYK
RGB Variations
Color information
#E616B5 (or 0xE616B5) is known color: Shocking Pink. HEX triplet: E6, 16 and B5. RGB value is (230,22,181). Sum of RGB (Red+Green+Blue) = 230+22+181=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E616B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616B5 is #19E94A. Grayscale: #656565. Windows color (decimal): -1698123 or 11867878. OLE color: 11867878.
HSL color Cylindrical-coordinate representation of color #E616B5: hue angle of 314.13º 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 #E616B5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 181 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.10 |
| HSL | 314.13º | 0.83% | 0.49% | - |
| HSV(B) | 314.13º | 0.9% | 0.9% | - |
| XYZ | 41.26 | 20.73 | 45.54 | - |
| YUV | 102.32 | 172.41 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 181 | 0 | 0.90 | 0.21 | 0.10 | 314.13 | 0.83 | 0.49 |
| Hex | E6 | 16 | B5 | 0 | 5A | 15 | A | 13A | 53 | 31 |
| Octal | 346 | 26 | 265 | 0 | 132 | 25 | 12 | 472 | 123 | 61 |
| Binary | 11100110 | 10110 | 10110101 | 0 | 1011010 | 10101 | 1010 | 100111010 | 1010011 | 110001 |
Color Harmonies of #E616B5
Complementary color
Monochromatic Colors of #E616B5
Black with #E616B5
Text Example
Text Example
White with #E616B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616B5; }
p { color: rgb(230,22,181); }
H1.HeaderClassName
{
color: #E616B5;
}
.AnyTagClassName
{
color: #E616B5;
}
</style>
background-color css
<style>
a { background-color: #E616B5; }
a { background-color: rgb(230,22,181); }
div.DivClassName
{
background-color: #E616B5;
}
.BgClassName
{
background-color: #E616B5;
}
</style>
border-color css
<style>
span { border-color: #E616B5; }
span { border-color: rgb(230,22,181); }
td.TdClassName
{
border-color: #E616B5;
}
.TagClassName
{
border-color: #E616B5;
}
</style>