Shades of Deep Pink #E81B98
Tints of Deep Pink #E81B98
RGB
CMYK
RGB Variations
Color information
#E81B98 (or 0xE81B98) is known color: Deep Pink. HEX triplet: E8, 1B and 98. RGB value is (232,27,152). Sum of RGB (Red+Green+Blue) = 232+27+152=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B98 is #17E467. Grayscale: #666666. Windows color (decimal): -1565800 or 9968616. OLE color: 9968616.
HSL color Cylindrical-coordinate representation of color #E81B98: hue angle of 323.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B98 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 152 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.09 |
| HSL | 323.41º | 0.82% | 0.51% | - |
| HSV(B) | 323.41º | 0.88% | 0.91% | - |
| XYZ | 39.34 | 20.21 | 31.53 | - |
| YUV | 102.55 | 155.92 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 152 | 0 | 0.88 | 0.34 | 0.09 | 323.41 | 0.82 | 0.51 |
| Hex | E8 | 1B | 98 | 0 | 58 | 22 | 9 | 143 | 52 | 33 |
| Octal | 350 | 33 | 230 | 0 | 130 | 42 | 11 | 503 | 122 | 63 |
| Binary | 11101000 | 11011 | 10011000 | 0 | 1011000 | 100010 | 1001 | 101000011 | 1010010 | 110011 |
Color Harmonies of #E81B98
Complementary color
Monochromatic Colors of #E81B98
Black with #E81B98
Text Example
Text Example
White with #E81B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B98; }
p { color: rgb(232,27,152); }
H1.HeaderClassName
{
color: #E81B98;
}
.AnyTagClassName
{
color: #E81B98;
}
</style>
background-color css
<style>
a { background-color: #E81B98; }
a { background-color: rgb(232,27,152); }
div.DivClassName
{
background-color: #E81B98;
}
.BgClassName
{
background-color: #E81B98;
}
</style>
border-color css
<style>
span { border-color: #E81B98; }
span { border-color: rgb(232,27,152); }
td.TdClassName
{
border-color: #E81B98;
}
.TagClassName
{
border-color: #E81B98;
}
</style>