Shades of Deep Pink #E81292
Tints of Deep Pink #E81292
RGB
CMYK
RGB Variations
Color information
#E81292 (or 0xE81292) is known color: Deep Pink. HEX triplet: E8, 12 and 92. RGB value is (232,18,146). Sum of RGB (Red+Green+Blue) = 232+18+146=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E81292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81292 is #17ED6D. Grayscale: #606060. Windows color (decimal): -1568110 or 9573096. OLE color: 9573096.
HSL color Cylindrical-coordinate representation of color #E81292: hue angle of 324.11º degrees, saturation: 0.86, 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 #E81292 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 146 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.09 |
| HSL | 324.11º | 0.86% | 0.49% | - |
| HSV(B) | 324.11º | 0.92% | 0.91% | - |
| XYZ | 38.68 | 19.66 | 28.95 | - |
| YUV | 96.58 | 155.9 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 146 | 0 | 0.92 | 0.37 | 0.09 | 324.11 | 0.86 | 0.49 |
| Hex | E8 | 12 | 92 | 0 | 5C | 25 | 9 | 144 | 56 | 31 |
| Octal | 350 | 22 | 222 | 0 | 134 | 45 | 11 | 504 | 126 | 61 |
| Binary | 11101000 | 10010 | 10010010 | 0 | 1011100 | 100101 | 1001 | 101000100 | 1010110 | 110001 |
Color Harmonies of #E81292
Complementary color
Monochromatic Colors of #E81292
Black with #E81292
Text Example
Text Example
White with #E81292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81292; }
p { color: rgb(232,18,146); }
H1.HeaderClassName
{
color: #E81292;
}
.AnyTagClassName
{
color: #E81292;
}
</style>
background-color css
<style>
a { background-color: #E81292; }
a { background-color: rgb(232,18,146); }
div.DivClassName
{
background-color: #E81292;
}
.BgClassName
{
background-color: #E81292;
}
</style>
border-color css
<style>
span { border-color: #E81292; }
span { border-color: rgb(232,18,146); }
td.TdClassName
{
border-color: #E81292;
}
.TagClassName
{
border-color: #E81292;
}
</style>