Shades of Deep Pink #E61485
Tints of Deep Pink #E61485
RGB
CMYK
RGB Variations
Color information
#E61485 (or 0xE61485) is known color: Deep Pink. HEX triplet: E6, 14 and 85. RGB value is (230,20,133). Sum of RGB (Red+Green+Blue) = 230+20+133=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E61485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61485 is #19EB7A. Grayscale: #5F5F5F. Windows color (decimal): -1698683 or 8721638. OLE color: 8721638.
HSL color Cylindrical-coordinate representation of color #E61485: hue angle of 327.71º degrees, saturation: 0.84, 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 #E61485 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 133 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.10 |
| HSL | 327.71º | 0.84% | 0.49% | - |
| HSV(B) | 327.71º | 0.91% | 0.9% | - |
| XYZ | 37.12 | 19.02 | 23.9 | - |
| YUV | 95.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 133 | 0 | 0.91 | 0.42 | 0.10 | 327.71 | 0.84 | 0.49 |
| Hex | E6 | 14 | 85 | 0 | 5B | 2A | A | 148 | 54 | 31 |
| Octal | 346 | 24 | 205 | 0 | 133 | 52 | 12 | 510 | 124 | 61 |
| Binary | 11100110 | 10100 | 10000101 | 0 | 1011011 | 101010 | 1010 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E61485
Complementary color
Monochromatic Colors of #E61485
Black with #E61485
Text Example
Text Example
White with #E61485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61485; }
p { color: rgb(230,20,133); }
H1.HeaderClassName
{
color: #E61485;
}
.AnyTagClassName
{
color: #E61485;
}
</style>
background-color css
<style>
a { background-color: #E61485; }
a { background-color: rgb(230,20,133); }
div.DivClassName
{
background-color: #E61485;
}
.BgClassName
{
background-color: #E61485;
}
</style>
border-color css
<style>
span { border-color: #E61485; }
span { border-color: rgb(230,20,133); }
td.TdClassName
{
border-color: #E61485;
}
.TagClassName
{
border-color: #E61485;
}
</style>