Shades of Deep Pink #E61A8D
Tints of Deep Pink #E61A8D
RGB
CMYK
RGB Variations
Color information
#E61A8D (or 0xE61A8D) is known color: Deep Pink. HEX triplet: E6, 1A and 8D. RGB value is (230,26,141). Sum of RGB (Red+Green+Blue) = 230+26+141=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A8D is #19E572. Grayscale: #636363. Windows color (decimal): -1697139 or 9247462. OLE color: 9247462.
HSL color Cylindrical-coordinate representation of color #E61A8D: hue angle of 326.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A8D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.10 |
| HSL | 326.18º | 0.8% | 0.5% | - |
| HSV(B) | 326.18º | 0.89% | 0.9% | - |
| XYZ | 37.81 | 19.48 | 26.97 | - |
| YUV | 100.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 141 | 0 | 0.89 | 0.39 | 0.10 | 326.18 | 0.8 | 0.5 |
| Hex | E6 | 1A | 8D | 0 | 59 | 27 | A | 146 | 50 | 32 |
| Octal | 346 | 32 | 215 | 0 | 131 | 47 | 12 | 506 | 120 | 62 |
| Binary | 11100110 | 11010 | 10001101 | 0 | 1011001 | 100111 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E61A8D
Complementary color
Monochromatic Colors of #E61A8D
Black with #E61A8D
Text Example
Text Example
White with #E61A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A8D; }
p { color: rgb(230,26,141); }
H1.HeaderClassName
{
color: #E61A8D;
}
.AnyTagClassName
{
color: #E61A8D;
}
</style>
background-color css
<style>
a { background-color: #E61A8D; }
a { background-color: rgb(230,26,141); }
div.DivClassName
{
background-color: #E61A8D;
}
.BgClassName
{
background-color: #E61A8D;
}
</style>
border-color css
<style>
span { border-color: #E61A8D; }
span { border-color: rgb(230,26,141); }
td.TdClassName
{
border-color: #E61A8D;
}
.TagClassName
{
border-color: #E61A8D;
}
</style>