Shades of Deep Pink #E61290
Tints of Deep Pink #E61290
RGB
CMYK
RGB Variations
Color information
#E61290 (or 0xE61290) is known color: Deep Pink. HEX triplet: E6, 12 and 90. RGB value is (230,18,144). Sum of RGB (Red+Green+Blue) = 230+18+144=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E61290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61290 is #19ED6F. Grayscale: #5F5F5F. Windows color (decimal): -1699184 or 9442022. OLE color: 9442022.
HSL color Cylindrical-coordinate representation of color #E61290: hue angle of 324.34º 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 #E61290 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.10 |
| HSL | 324.34º | 0.85% | 0.49% | - |
| HSV(B) | 324.34º | 0.92% | 0.9% | - |
| XYZ | 37.88 | 19.27 | 28.11 | - |
| YUV | 95.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 144 | 0 | 0.92 | 0.37 | 0.10 | 324.34 | 0.85 | 0.49 |
| Hex | E6 | 12 | 90 | 0 | 5C | 25 | A | 144 | 55 | 31 |
| Octal | 346 | 22 | 220 | 0 | 134 | 45 | 12 | 504 | 125 | 61 |
| Binary | 11100110 | 10010 | 10010000 | 0 | 1011100 | 100101 | 1010 | 101000100 | 1010101 | 110001 |
Color Harmonies of #E61290
Complementary color
Monochromatic Colors of #E61290
Black with #E61290
Text Example
Text Example
White with #E61290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61290; }
p { color: rgb(230,18,144); }
H1.HeaderClassName
{
color: #E61290;
}
.AnyTagClassName
{
color: #E61290;
}
</style>
background-color css
<style>
a { background-color: #E61290; }
a { background-color: rgb(230,18,144); }
div.DivClassName
{
background-color: #E61290;
}
.BgClassName
{
background-color: #E61290;
}
</style>
border-color css
<style>
span { border-color: #E61290; }
span { border-color: rgb(230,18,144); }
td.TdClassName
{
border-color: #E61290;
}
.TagClassName
{
border-color: #E61290;
}
</style>