Shades of Deep Cerise #E6238A
Tints of Deep Cerise #E6238A
RGB
CMYK
RGB Variations
Color information
#E6238A (or 0xE6238A) is known color: Deep Cerise. HEX triplet: E6, 23 and 8A. RGB value is (230,35,138). Sum of RGB (Red+Green+Blue) = 230+35+138=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6238A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6238A is #19DC75. Grayscale: #686868. Windows color (decimal): -1694838 or 9053158. OLE color: 9053158.
HSL color Cylindrical-coordinate representation of color #E6238A: hue angle of 328.31º 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 #E6238A is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 138 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.10 |
| HSL | 328.31º | 0.8% | 0.52% | - |
| HSV(B) | 328.31º | 0.85% | 0.9% | - |
| XYZ | 37.82 | 19.86 | 25.88 | - |
| YUV | 105.05 | 146.6 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 138 | 0 | 0.85 | 0.4 | 0.10 | 328.31 | 0.8 | 0.52 |
| Hex | E6 | 23 | 8A | 0 | 55 | 28 | A | 148 | 50 | 34 |
| Octal | 346 | 43 | 212 | 0 | 125 | 50 | 12 | 510 | 120 | 64 |
| Binary | 11100110 | 100011 | 10001010 | 0 | 1010101 | 101000 | 1010 | 101001000 | 1010000 | 110100 |
Color Harmonies of #E6238A
Complementary color
Monochromatic Colors of #E6238A
Black with #E6238A
Text Example
Text Example
White with #E6238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6238A; }
p { color: rgb(230,35,138); }
H1.HeaderClassName
{
color: #E6238A;
}
.AnyTagClassName
{
color: #E6238A;
}
</style>
background-color css
<style>
a { background-color: #E6238A; }
a { background-color: rgb(230,35,138); }
div.DivClassName
{
background-color: #E6238A;
}
.BgClassName
{
background-color: #E6238A;
}
</style>
border-color css
<style>
span { border-color: #E6238A; }
span { border-color: rgb(230,35,138); }
td.TdClassName
{
border-color: #E6238A;
}
.TagClassName
{
border-color: #E6238A;
}
</style>