Shades of Deep Cerise #E6298B
Tints of Deep Cerise #E6298B
RGB
CMYK
RGB Variations
Color information
#E6298B (or 0xE6298B) is known color: Deep Cerise. HEX triplet: E6, 29 and 8B. RGB value is (230,41,139). Sum of RGB (Red+Green+Blue) = 230+41+139=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6298B is #19D674. Grayscale: #6C6C6C. Windows color (decimal): -1693301 or 9120230. OLE color: 9120230.
HSL color Cylindrical-coordinate representation of color #E6298B: hue angle of 328.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6298B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 139 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.10 |
| HSL | 328.89º | 0.79% | 0.53% | - |
| HSV(B) | 328.89º | 0.82% | 0.9% | - |
| XYZ | 38.09 | 20.27 | 26.33 | - |
| YUV | 108.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 139 | 0 | 0.82 | 0.40 | 0.10 | 328.89 | 0.79 | 0.53 |
| Hex | E6 | 29 | 8B | 0 | 52 | 28 | A | 149 | 4F | 35 |
| Octal | 346 | 51 | 213 | 0 | 122 | 50 | 12 | 511 | 117 | 65 |
| Binary | 11100110 | 101001 | 10001011 | 0 | 1010010 | 101000 | 1010 | 101001001 | 1001111 | 110101 |
Color Harmonies of #E6298B
Complementary color
Monochromatic Colors of #E6298B
Black with #E6298B
Text Example
Text Example
White with #E6298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6298B; }
p { color: rgb(230,41,139); }
H1.HeaderClassName
{
color: #E6298B;
}
.AnyTagClassName
{
color: #E6298B;
}
</style>
background-color css
<style>
a { background-color: #E6298B; }
a { background-color: rgb(230,41,139); }
div.DivClassName
{
background-color: #E6298B;
}
.BgClassName
{
background-color: #E6298B;
}
</style>
border-color css
<style>
span { border-color: #E6298B; }
span { border-color: rgb(230,41,139); }
td.TdClassName
{
border-color: #E6298B;
}
.TagClassName
{
border-color: #E6298B;
}
</style>