Shades of Deep Cerise #E81D8B
Tints of Deep Cerise #E81D8B
RGB
CMYK
RGB Variations
Color information
#E81D8B (or 0xE81D8B) is known color: Deep Cerise. HEX triplet: E8, 1D and 8B. RGB value is (232,29,139). Sum of RGB (Red+Green+Blue) = 232+29+139=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D8B is #17E274. Grayscale: #666666. Windows color (decimal): -1565301 or 9117160. OLE color: 9117160.
HSL color Cylindrical-coordinate representation of color #E81D8B: hue angle of 327.49º 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 #E81D8B is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 139 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.09 |
| HSL | 327.49º | 0.82% | 0.51% | - |
| HSV(B) | 327.49º | 0.88% | 0.91% | - |
| XYZ | 38.38 | 19.9 | 26.24 | - |
| YUV | 102.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 139 | 0 | 0.88 | 0.40 | 0.09 | 327.49 | 0.82 | 0.51 |
| Hex | E8 | 1D | 8B | 0 | 58 | 28 | 9 | 147 | 52 | 33 |
| Octal | 350 | 35 | 213 | 0 | 130 | 50 | 11 | 507 | 122 | 63 |
| Binary | 11101000 | 11101 | 10001011 | 0 | 1011000 | 101000 | 1001 | 101000111 | 1010010 | 110011 |
Color Harmonies of #E81D8B
Complementary color
Monochromatic Colors of #E81D8B
Black with #E81D8B
Text Example
Text Example
White with #E81D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D8B; }
p { color: rgb(232,29,139); }
H1.HeaderClassName
{
color: #E81D8B;
}
.AnyTagClassName
{
color: #E81D8B;
}
</style>
background-color css
<style>
a { background-color: #E81D8B; }
a { background-color: rgb(232,29,139); }
div.DivClassName
{
background-color: #E81D8B;
}
.BgClassName
{
background-color: #E81D8B;
}
</style>
border-color css
<style>
span { border-color: #E81D8B; }
span { border-color: rgb(232,29,139); }
td.TdClassName
{
border-color: #E81D8B;
}
.TagClassName
{
border-color: #E81D8B;
}
</style>