Shades of Deep Cerise #E6298A
Tints of Deep Cerise #E6298A
RGB
CMYK
RGB Variations
Color information
#E6298A (or 0xE6298A) is known color: Deep Cerise. HEX triplet: E6, 29 and 8A. RGB value is (230,41,138). Sum of RGB (Red+Green+Blue) = 230+41+138=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6298A is #19D675. Grayscale: #6C6C6C. Windows color (decimal): -1693302 or 9054694. OLE color: 9054694.
HSL color Cylindrical-coordinate representation of color #E6298A: hue angle of 329.21º 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 #E6298A is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 138 | - |
| CMYK | 0 | 0.82 | 0.4 | 0.10 |
| HSL | 329.21º | 0.79% | 0.53% | - |
| HSV(B) | 329.21º | 0.82% | 0.9% | - |
| XYZ | 38.01 | 20.24 | 25.95 | - |
| YUV | 108.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 138 | 0 | 0.82 | 0.4 | 0.10 | 329.21 | 0.79 | 0.53 |
| Hex | E6 | 29 | 8A | 0 | 52 | 28 | A | 149 | 4F | 35 |
| Octal | 346 | 51 | 212 | 0 | 122 | 50 | 12 | 511 | 117 | 65 |
| Binary | 11100110 | 101001 | 10001010 | 0 | 1010010 | 101000 | 1010 | 101001001 | 1001111 | 110101 |
Color Harmonies of #E6298A
Complementary color
Monochromatic Colors of #E6298A
Black with #E6298A
Text Example
Text Example
White with #E6298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6298A; }
p { color: rgb(230,41,138); }
H1.HeaderClassName
{
color: #E6298A;
}
.AnyTagClassName
{
color: #E6298A;
}
</style>
background-color css
<style>
a { background-color: #E6298A; }
a { background-color: rgb(230,41,138); }
div.DivClassName
{
background-color: #E6298A;
}
.BgClassName
{
background-color: #E6298A;
}
</style>
border-color css
<style>
span { border-color: #E6298A; }
span { border-color: rgb(230,41,138); }
td.TdClassName
{
border-color: #E6298A;
}
.TagClassName
{
border-color: #E6298A;
}
</style>