Shades of Deep Cerise #E6238E
Tints of Deep Cerise #E6238E
RGB
CMYK
RGB Variations
Color information
#E6238E (or 0xE6238E) is known color: Deep Cerise. HEX triplet: E6, 23 and 8E. RGB value is (230,35,142). Sum of RGB (Red+Green+Blue) = 230+35+142=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6238E is #19DC71. Grayscale: #696969. Windows color (decimal): -1694834 or 9315302. OLE color: 9315302.
HSL color Cylindrical-coordinate representation of color #E6238E: hue angle of 327.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6238E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 142 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.10 |
| HSL | 327.08º | 0.8% | 0.52% | - |
| HSV(B) | 327.08º | 0.85% | 0.9% | - |
| XYZ | 38.12 | 19.98 | 27.44 | - |
| YUV | 105.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 142 | 0 | 0.85 | 0.38 | 0.10 | 327.08 | 0.8 | 0.52 |
| Hex | E6 | 23 | 8E | 0 | 55 | 26 | A | 147 | 50 | 34 |
| Octal | 346 | 43 | 216 | 0 | 125 | 46 | 12 | 507 | 120 | 64 |
| Binary | 11100110 | 100011 | 10001110 | 0 | 1010101 | 100110 | 1010 | 101000111 | 1010000 | 110100 |
Color Harmonies of #E6238E
Complementary color
Monochromatic Colors of #E6238E
Black with #E6238E
Text Example
Text Example
White with #E6238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6238E; }
p { color: rgb(230,35,142); }
H1.HeaderClassName
{
color: #E6238E;
}
.AnyTagClassName
{
color: #E6238E;
}
</style>
background-color css
<style>
a { background-color: #E6238E; }
a { background-color: rgb(230,35,142); }
div.DivClassName
{
background-color: #E6238E;
}
.BgClassName
{
background-color: #E6238E;
}
</style>
border-color css
<style>
span { border-color: #E6238E; }
span { border-color: rgb(230,35,142); }
td.TdClassName
{
border-color: #E6238E;
}
.TagClassName
{
border-color: #E6238E;
}
</style>