Shades of Deep Cerise #E6378C
Tints of Deep Cerise #E6378C
RGB
CMYK
RGB Variations
Color information
#E6378C (or 0xE6378C) is known color: Deep Cerise. HEX triplet: E6, 37 and 8C. RGB value is (230,55,140). Sum of RGB (Red+Green+Blue) = 230+55+140=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6378C is #19C873. Grayscale: #747474. Windows color (decimal): -1689716 or 9189350. OLE color: 9189350.
HSL color Cylindrical-coordinate representation of color #E6378C: hue angle of 330.86º 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 #E6378C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 140 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.10 |
| HSL | 330.86º | 0.78% | 0.56% | - |
| HSV(B) | 330.86º | 0.76% | 0.9% | - |
| XYZ | 38.73 | 21.45 | 26.91 | - |
| YUV | 117.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 140 | 0 | 0.76 | 0.39 | 0.10 | 330.86 | 0.78 | 0.56 |
| Hex | E6 | 37 | 8C | 0 | 4C | 27 | A | 14B | 4E | 38 |
| Octal | 346 | 67 | 214 | 0 | 114 | 47 | 12 | 513 | 116 | 70 |
| Binary | 11100110 | 110111 | 10001100 | 0 | 1001100 | 100111 | 1010 | 101001011 | 1001110 | 111000 |
Color Harmonies of #E6378C
Complementary color
Monochromatic Colors of #E6378C
Black with #E6378C
Text Example
Text Example
White with #E6378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6378C; }
p { color: rgb(230,55,140); }
H1.HeaderClassName
{
color: #E6378C;
}
.AnyTagClassName
{
color: #E6378C;
}
</style>
background-color css
<style>
a { background-color: #E6378C; }
a { background-color: rgb(230,55,140); }
div.DivClassName
{
background-color: #E6378C;
}
.BgClassName
{
background-color: #E6378C;
}
</style>
border-color css
<style>
span { border-color: #E6378C; }
span { border-color: rgb(230,55,140); }
td.TdClassName
{
border-color: #E6378C;
}
.TagClassName
{
border-color: #E6378C;
}
</style>