Shades of Deep Cerise #E6378D
Tints of Deep Cerise #E6378D
RGB
CMYK
RGB Variations
Color information
#E6378D (or 0xE6378D) is known color: Deep Cerise. HEX triplet: E6, 37 and 8D. RGB value is (230,55,141). Sum of RGB (Red+Green+Blue) = 230+55+141=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6378D is #19C872. Grayscale: #747474. Windows color (decimal): -1689715 or 9254886. OLE color: 9254886.
HSL color Cylindrical-coordinate representation of color #E6378D: hue angle of 330.51º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6378D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 141 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.10 |
| HSL | 330.51º | 0.78% | 0.56% | - |
| HSV(B) | 330.51º | 0.76% | 0.9% | - |
| XYZ | 38.81 | 21.48 | 27.3 | - |
| YUV | 117.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 141 | 0 | 0.76 | 0.39 | 0.10 | 330.51 | 0.78 | 0.56 |
| Hex | E6 | 37 | 8D | 0 | 4C | 27 | A | 14B | 4E | 38 |
| Octal | 346 | 67 | 215 | 0 | 114 | 47 | 12 | 513 | 116 | 70 |
| Binary | 11100110 | 110111 | 10001101 | 0 | 1001100 | 100111 | 1010 | 101001011 | 1001110 | 111000 |
Color Harmonies of #E6378D
Complementary color
Monochromatic Colors of #E6378D
Black with #E6378D
Text Example
Text Example
White with #E6378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6378D; }
p { color: rgb(230,55,141); }
H1.HeaderClassName
{
color: #E6378D;
}
.AnyTagClassName
{
color: #E6378D;
}
</style>
background-color css
<style>
a { background-color: #E6378D; }
a { background-color: rgb(230,55,141); }
div.DivClassName
{
background-color: #E6378D;
}
.BgClassName
{
background-color: #E6378D;
}
</style>
border-color css
<style>
span { border-color: #E6378D; }
span { border-color: rgb(230,55,141); }
td.TdClassName
{
border-color: #E6378D;
}
.TagClassName
{
border-color: #E6378D;
}
</style>