Shades of Deep Pink #E61583
Tints of Deep Pink #E61583
RGB
CMYK
RGB Variations
Color information
#E61583 (or 0xE61583) is known color: Deep Pink. HEX triplet: E6, 15 and 83. RGB value is (230,21,131). Sum of RGB (Red+Green+Blue) = 230+21+131=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E61583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61583 is #19EA7C. Grayscale: #5F5F5F. Windows color (decimal): -1698429 or 8590822. OLE color: 8590822.
HSL color Cylindrical-coordinate representation of color #E61583: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61583 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 131 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.10 |
| HSL | 328.42º | 0.83% | 0.49% | - |
| HSV(B) | 328.42º | 0.91% | 0.9% | - |
| XYZ | 37 | 19 | 23.19 | - |
| YUV | 96.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 131 | 0 | 0.91 | 0.43 | 0.10 | 328.42 | 0.83 | 0.49 |
| Hex | E6 | 15 | 83 | 0 | 5B | 2B | A | 148 | 53 | 31 |
| Octal | 346 | 25 | 203 | 0 | 133 | 53 | 12 | 510 | 123 | 61 |
| Binary | 11100110 | 10101 | 10000011 | 0 | 1011011 | 101011 | 1010 | 101001000 | 1010011 | 110001 |
Color Harmonies of #E61583
Complementary color
Monochromatic Colors of #E61583
Black with #E61583
Text Example
Text Example
White with #E61583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61583; }
p { color: rgb(230,21,131); }
H1.HeaderClassName
{
color: #E61583;
}
.AnyTagClassName
{
color: #E61583;
}
</style>
background-color css
<style>
a { background-color: #E61583; }
a { background-color: rgb(230,21,131); }
div.DivClassName
{
background-color: #E61583;
}
.BgClassName
{
background-color: #E61583;
}
</style>
border-color css
<style>
span { border-color: #E61583; }
span { border-color: rgb(230,21,131); }
td.TdClassName
{
border-color: #E61583;
}
.TagClassName
{
border-color: #E61583;
}
</style>