Shades of Deep Cerise #E6318A
Tints of Deep Cerise #E6318A
RGB
CMYK
RGB Variations
Color information
#E6318A (or 0xE6318A) is known color: Deep Cerise. HEX triplet: E6, 31 and 8A. RGB value is (230,49,138). Sum of RGB (Red+Green+Blue) = 230+49+138=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6318A is #19CE75. Grayscale: #717171. Windows color (decimal): -1691254 or 9056742. OLE color: 9056742.
HSL color Cylindrical-coordinate representation of color #E6318A: hue angle of 330.5º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6318A is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 138 | - |
| CMYK | 0 | 0.79 | 0.4 | 0.10 |
| HSL | 330.5º | 0.78% | 0.55% | - |
| HSV(B) | 330.5º | 0.79% | 0.9% | - |
| XYZ | 38.32 | 20.85 | 26.05 | - |
| YUV | 113.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 138 | 0 | 0.79 | 0.4 | 0.10 | 330.5 | 0.78 | 0.55 |
| Hex | E6 | 31 | 8A | 0 | 4F | 28 | A | 14A | 4E | 37 |
| Octal | 346 | 61 | 212 | 0 | 117 | 50 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110001 | 10001010 | 0 | 1001111 | 101000 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6318A
Complementary color
Monochromatic Colors of #E6318A
Black with #E6318A
Text Example
Text Example
White with #E6318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6318A; }
p { color: rgb(230,49,138); }
H1.HeaderClassName
{
color: #E6318A;
}
.AnyTagClassName
{
color: #E6318A;
}
</style>
background-color css
<style>
a { background-color: #E6318A; }
a { background-color: rgb(230,49,138); }
div.DivClassName
{
background-color: #E6318A;
}
.BgClassName
{
background-color: #E6318A;
}
</style>
border-color css
<style>
span { border-color: #E6318A; }
span { border-color: rgb(230,49,138); }
td.TdClassName
{
border-color: #E6318A;
}
.TagClassName
{
border-color: #E6318A;
}
</style>