Shades of Deep Cerise #E6298E
Tints of Deep Cerise #E6298E
RGB
CMYK
RGB Variations
Color information
#E6298E (or 0xE6298E) is known color: Deep Cerise. HEX triplet: E6, 29 and 8E. RGB value is (230,41,142). Sum of RGB (Red+Green+Blue) = 230+41+142=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6298E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6298E is #19D671. Grayscale: #6C6C6C. Windows color (decimal): -1693298 or 9316838. OLE color: 9316838.
HSL color Cylindrical-coordinate representation of color #E6298E: hue angle of 327.94º 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 #E6298E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 142 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.10 |
| HSL | 327.94º | 0.79% | 0.53% | - |
| HSV(B) | 327.94º | 0.82% | 0.9% | - |
| XYZ | 38.31 | 20.36 | 27.5 | - |
| YUV | 109.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 142 | 0 | 0.82 | 0.38 | 0.10 | 327.94 | 0.79 | 0.53 |
| Hex | E6 | 29 | 8E | 0 | 52 | 26 | A | 148 | 4F | 35 |
| Octal | 346 | 51 | 216 | 0 | 122 | 46 | 12 | 510 | 117 | 65 |
| Binary | 11100110 | 101001 | 10001110 | 0 | 1010010 | 100110 | 1010 | 101001000 | 1001111 | 110101 |
Color Harmonies of #E6298E
Complementary color
Monochromatic Colors of #E6298E
Black with #E6298E
Text Example
Text Example
White with #E6298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6298E; }
p { color: rgb(230,41,142); }
H1.HeaderClassName
{
color: #E6298E;
}
.AnyTagClassName
{
color: #E6298E;
}
</style>
background-color css
<style>
a { background-color: #E6298E; }
a { background-color: rgb(230,41,142); }
div.DivClassName
{
background-color: #E6298E;
}
.BgClassName
{
background-color: #E6298E;
}
</style>
border-color css
<style>
span { border-color: #E6298E; }
span { border-color: rgb(230,41,142); }
td.TdClassName
{
border-color: #E6298E;
}
.TagClassName
{
border-color: #E6298E;
}
</style>