Shades of Deep Pink #E81094
Tints of Deep Pink #E81094
RGB
CMYK
RGB Variations
Color information
#E81094 (or 0xE81094) is known color: Deep Pink. HEX triplet: E8, 10 and 94. RGB value is (232,16,148). Sum of RGB (Red+Green+Blue) = 232+16+148=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E81094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81094 is #17EF6B. Grayscale: #5F5F5F. Windows color (decimal): -1568620 or 9703656. OLE color: 9703656.
HSL color Cylindrical-coordinate representation of color #E81094: hue angle of 323.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81094 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.09 |
| HSL | 323.33º | 0.87% | 0.49% | - |
| HSV(B) | 323.33º | 0.93% | 0.91% | - |
| XYZ | 38.81 | 19.66 | 29.77 | - |
| YUV | 95.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 148 | 0 | 0.93 | 0.36 | 0.09 | 323.33 | 0.87 | 0.49 |
| Hex | E8 | 10 | 94 | 0 | 5D | 24 | 9 | 143 | 57 | 31 |
| Octal | 350 | 20 | 224 | 0 | 135 | 44 | 11 | 503 | 127 | 61 |
| Binary | 11101000 | 10000 | 10010100 | 0 | 1011101 | 100100 | 1001 | 101000011 | 1010111 | 110001 |
Color Harmonies of #E81094
Complementary color
Monochromatic Colors of #E81094
Black with #E81094
Text Example
Text Example
White with #E81094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81094; }
p { color: rgb(232,16,148); }
H1.HeaderClassName
{
color: #E81094;
}
.AnyTagClassName
{
color: #E81094;
}
</style>
background-color css
<style>
a { background-color: #E81094; }
a { background-color: rgb(232,16,148); }
div.DivClassName
{
background-color: #E81094;
}
.BgClassName
{
background-color: #E81094;
}
</style>
border-color css
<style>
span { border-color: #E81094; }
span { border-color: rgb(232,16,148); }
td.TdClassName
{
border-color: #E81094;
}
.TagClassName
{
border-color: #E81094;
}
</style>