Shades of Deep Pink #E61291
Tints of Deep Pink #E61291
RGB
CMYK
RGB Variations
Color information
#E61291 (or 0xE61291) is known color: Deep Pink. HEX triplet: E6, 12 and 91. RGB value is (230,18,145). Sum of RGB (Red+Green+Blue) = 230+18+145=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E61291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61291 is #19ED6E. Grayscale: #5F5F5F. Windows color (decimal): -1699183 or 9507558. OLE color: 9507558.
HSL color Cylindrical-coordinate representation of color #E61291: hue angle of 324.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61291 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 145 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.10 |
| HSL | 324.06º | 0.85% | 0.49% | - |
| HSV(B) | 324.06º | 0.92% | 0.9% | - |
| XYZ | 37.96 | 19.3 | 28.51 | - |
| YUV | 95.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 145 | 0 | 0.92 | 0.37 | 0.10 | 324.06 | 0.85 | 0.49 |
| Hex | E6 | 12 | 91 | 0 | 5C | 25 | A | 144 | 55 | 31 |
| Octal | 346 | 22 | 221 | 0 | 134 | 45 | 12 | 504 | 125 | 61 |
| Binary | 11100110 | 10010 | 10010001 | 0 | 1011100 | 100101 | 1010 | 101000100 | 1010101 | 110001 |
Color Harmonies of #E61291
Complementary color
Monochromatic Colors of #E61291
Black with #E61291
Text Example
Text Example
White with #E61291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61291; }
p { color: rgb(230,18,145); }
H1.HeaderClassName
{
color: #E61291;
}
.AnyTagClassName
{
color: #E61291;
}
</style>
background-color css
<style>
a { background-color: #E61291; }
a { background-color: rgb(230,18,145); }
div.DivClassName
{
background-color: #E61291;
}
.BgClassName
{
background-color: #E61291;
}
</style>
border-color css
<style>
span { border-color: #E61291; }
span { border-color: rgb(230,18,145); }
td.TdClassName
{
border-color: #E61291;
}
.TagClassName
{
border-color: #E61291;
}
</style>