Shades of Deep Pink #E61083
Tints of Deep Pink #E61083
RGB
CMYK
RGB Variations
Color information
#E61083 (or 0xE61083) is known color: Deep Pink. HEX triplet: E6, 10 and 83. RGB value is (230,16,131). Sum of RGB (Red+Green+Blue) = 230+16+131=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E61083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61083 is #19EF7C. Grayscale: #5C5C5C. Windows color (decimal): -1699709 or 8589542. OLE color: 8589542.
HSL color Cylindrical-coordinate representation of color #E61083: hue angle of 327.76º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61083 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.10 |
| HSL | 327.76º | 0.87% | 0.48% | - |
| HSV(B) | 327.76º | 0.93% | 0.9% | - |
| XYZ | 36.92 | 18.83 | 23.16 | - |
| YUV | 93.1 | 149.4 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 131 | 0 | 0.93 | 0.43 | 0.10 | 327.76 | 0.87 | 0.48 |
| Hex | E6 | 10 | 83 | 0 | 5D | 2B | A | 148 | 57 | 30 |
| Octal | 346 | 20 | 203 | 0 | 135 | 53 | 12 | 510 | 127 | 60 |
| Binary | 11100110 | 10000 | 10000011 | 0 | 1011101 | 101011 | 1010 | 101001000 | 1010111 | 110000 |
Color Harmonies of #E61083
Complementary color
Monochromatic Colors of #E61083
Black with #E61083
Text Example
Text Example
White with #E61083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61083; }
p { color: rgb(230,16,131); }
H1.HeaderClassName
{
color: #E61083;
}
.AnyTagClassName
{
color: #E61083;
}
</style>
background-color css
<style>
a { background-color: #E61083; }
a { background-color: rgb(230,16,131); }
div.DivClassName
{
background-color: #E61083;
}
.BgClassName
{
background-color: #E61083;
}
</style>
border-color css
<style>
span { border-color: #E61083; }
span { border-color: rgb(230,16,131); }
td.TdClassName
{
border-color: #E61083;
}
.TagClassName
{
border-color: #E61083;
}
</style>