Shades of Deep Pink #E61B96
Tints of Deep Pink #E61B96
RGB
CMYK
RGB Variations
Color information
#E61B96 (or 0xE61B96) is known color: Deep Pink. HEX triplet: E6, 1B and 96. RGB value is (230,27,150). Sum of RGB (Red+Green+Blue) = 230+27+150=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61B96 is #19E469. Grayscale: #656565. Windows color (decimal): -1696874 or 9837542. OLE color: 9837542.
HSL color Cylindrical-coordinate representation of color #E61B96: hue angle of 323.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B96 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 150 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.10 |
| HSL | 323.65º | 0.8% | 0.5% | - |
| HSV(B) | 323.65º | 0.88% | 0.9% | - |
| XYZ | 38.53 | 19.81 | 30.65 | - |
| YUV | 101.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 150 | 0 | 0.88 | 0.35 | 0.10 | 323.65 | 0.8 | 0.5 |
| Hex | E6 | 1B | 96 | 0 | 58 | 23 | A | 144 | 50 | 32 |
| Octal | 346 | 33 | 226 | 0 | 130 | 43 | 12 | 504 | 120 | 62 |
| Binary | 11100110 | 11011 | 10010110 | 0 | 1011000 | 100011 | 1010 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E61B96
Complementary color
Monochromatic Colors of #E61B96
Black with #E61B96
Text Example
Text Example
White with #E61B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B96; }
p { color: rgb(230,27,150); }
H1.HeaderClassName
{
color: #E61B96;
}
.AnyTagClassName
{
color: #E61B96;
}
</style>
background-color css
<style>
a { background-color: #E61B96; }
a { background-color: rgb(230,27,150); }
div.DivClassName
{
background-color: #E61B96;
}
.BgClassName
{
background-color: #E61B96;
}
</style>
border-color css
<style>
span { border-color: #E61B96; }
span { border-color: rgb(230,27,150); }
td.TdClassName
{
border-color: #E61B96;
}
.TagClassName
{
border-color: #E61B96;
}
</style>