Shades of Deep Pink #E81385
Tints of Deep Pink #E81385
RGB
CMYK
RGB Variations
Color information
#E81385 (or 0xE81385) is known color: Deep Pink. HEX triplet: E8, 13 and 85. RGB value is (232,19,133). Sum of RGB (Red+Green+Blue) = 232+19+133=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E81385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81385 is #17EC7A. Grayscale: #5F5F5F. Windows color (decimal): -1567867 or 8721384. OLE color: 8721384.
HSL color Cylindrical-coordinate representation of color #E81385: hue angle of 327.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81385 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.09 |
| HSL | 327.89º | 0.85% | 0.49% | - |
| HSV(B) | 327.89º | 0.92% | 0.91% | - |
| XYZ | 37.75 | 19.32 | 23.93 | - |
| YUV | 95.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 133 | 0 | 0.92 | 0.43 | 0.09 | 327.89 | 0.85 | 0.49 |
| Hex | E8 | 13 | 85 | 0 | 5C | 2B | 9 | 148 | 55 | 31 |
| Octal | 350 | 23 | 205 | 0 | 134 | 53 | 11 | 510 | 125 | 61 |
| Binary | 11101000 | 10011 | 10000101 | 0 | 1011100 | 101011 | 1001 | 101001000 | 1010101 | 110001 |
Color Harmonies of #E81385
Complementary color
Monochromatic Colors of #E81385
Black with #E81385
Text Example
Text Example
White with #E81385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81385; }
p { color: rgb(232,19,133); }
H1.HeaderClassName
{
color: #E81385;
}
.AnyTagClassName
{
color: #E81385;
}
</style>
background-color css
<style>
a { background-color: #E81385; }
a { background-color: rgb(232,19,133); }
div.DivClassName
{
background-color: #E81385;
}
.BgClassName
{
background-color: #E81385;
}
</style>
border-color css
<style>
span { border-color: #E81385; }
span { border-color: rgb(232,19,133); }
td.TdClassName
{
border-color: #E81385;
}
.TagClassName
{
border-color: #E81385;
}
</style>