Shades of Deep Cerise #E6297F
Tints of Deep Cerise #E6297F
RGB
CMYK
RGB Variations
Color information
#E6297F (or 0xE6297F) is known color: Deep Cerise. HEX triplet: E6, 29 and 7F. RGB value is (230,41,127). Sum of RGB (Red+Green+Blue) = 230+41+127=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E6297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6297F is #19D680. Grayscale: #6B6B6B. Windows color (decimal): -1693313 or 8333798. OLE color: 8333798.
HSL color Cylindrical-coordinate representation of color #E6297F: hue angle of 332.7º 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 #E6297F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 127 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.10 |
| HSL | 332.7º | 0.79% | 0.53% | - |
| HSV(B) | 332.7º | 0.82% | 0.9% | - |
| XYZ | 37.26 | 19.94 | 21.96 | - |
| YUV | 107.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 127 | 0 | 0.82 | 0.45 | 0.10 | 332.7 | 0.79 | 0.53 |
| Hex | E6 | 29 | 7F | 0 | 52 | 2D | A | 14D | 4F | 35 |
| Octal | 346 | 51 | 177 | 0 | 122 | 55 | 12 | 515 | 117 | 65 |
| Binary | 11100110 | 101001 | 1111111 | 0 | 1010010 | 101101 | 1010 | 101001101 | 1001111 | 110101 |
Color Harmonies of #E6297F
Complementary color
Monochromatic Colors of #E6297F
Black with #E6297F
Text Example
Text Example
White with #E6297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6297F; }
p { color: rgb(230,41,127); }
H1.HeaderClassName
{
color: #E6297F;
}
.AnyTagClassName
{
color: #E6297F;
}
</style>
background-color css
<style>
a { background-color: #E6297F; }
a { background-color: rgb(230,41,127); }
div.DivClassName
{
background-color: #E6297F;
}
.BgClassName
{
background-color: #E6297F;
}
</style>
border-color css
<style>
span { border-color: #E6297F; }
span { border-color: rgb(230,41,127); }
td.TdClassName
{
border-color: #E6297F;
}
.TagClassName
{
border-color: #E6297F;
}
</style>