Shades of Deep Cerise #E8268D
Tints of Deep Cerise #E8268D
RGB
CMYK
RGB Variations
Color information
#E8268D (or 0xE8268D) is known color: Deep Cerise. HEX triplet: E8, 26 and 8D. RGB value is (232,38,141). Sum of RGB (Red+Green+Blue) = 232+38+141=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E8268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8268D is #17D972. Grayscale: #6B6B6B. Windows color (decimal): -1562995 or 9250536. OLE color: 9250536.
HSL color Cylindrical-coordinate representation of color #E8268D: hue angle of 328.14º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8268D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 141 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.09 |
| HSL | 328.14º | 0.81% | 0.53% | - |
| HSV(B) | 328.14º | 0.84% | 0.91% | - |
| XYZ | 38.78 | 20.47 | 27.11 | - |
| YUV | 107.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 141 | 0 | 0.84 | 0.39 | 0.09 | 328.14 | 0.81 | 0.53 |
| Hex | E8 | 26 | 8D | 0 | 54 | 27 | 9 | 148 | 51 | 35 |
| Octal | 350 | 46 | 215 | 0 | 124 | 47 | 11 | 510 | 121 | 65 |
| Binary | 11101000 | 100110 | 10001101 | 0 | 1010100 | 100111 | 1001 | 101001000 | 1010001 | 110101 |
Color Harmonies of #E8268D
Complementary color
Monochromatic Colors of #E8268D
Black with #E8268D
Text Example
Text Example
White with #E8268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8268D; }
p { color: rgb(232,38,141); }
H1.HeaderClassName
{
color: #E8268D;
}
.AnyTagClassName
{
color: #E8268D;
}
</style>
background-color css
<style>
a { background-color: #E8268D; }
a { background-color: rgb(232,38,141); }
div.DivClassName
{
background-color: #E8268D;
}
.BgClassName
{
background-color: #E8268D;
}
</style>
border-color css
<style>
span { border-color: #E8268D; }
span { border-color: rgb(232,38,141); }
td.TdClassName
{
border-color: #E8268D;
}
.TagClassName
{
border-color: #E8268D;
}
</style>