Shades of Deep Cerise #E6378B
Tints of Deep Cerise #E6378B
RGB
CMYK
RGB Variations
Color information
#E6378B (or 0xE6378B) is known color: Deep Cerise. HEX triplet: E6, 37 and 8B. RGB value is (230,55,139). Sum of RGB (Red+Green+Blue) = 230+55+139=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6378B is #19C874. Grayscale: #747474. Windows color (decimal): -1689717 or 9123814. OLE color: 9123814.
HSL color Cylindrical-coordinate representation of color #E6378B: hue angle of 331.2º 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 #E6378B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 139 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.10 |
| HSL | 331.2º | 0.78% | 0.56% | - |
| HSV(B) | 331.2º | 0.76% | 0.9% | - |
| XYZ | 38.66 | 21.42 | 26.52 | - |
| YUV | 116.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 139 | 0 | 0.76 | 0.40 | 0.10 | 331.2 | 0.78 | 0.56 |
| Hex | E6 | 37 | 8B | 0 | 4C | 28 | A | 14B | 4E | 38 |
| Octal | 346 | 67 | 213 | 0 | 114 | 50 | 12 | 513 | 116 | 70 |
| Binary | 11100110 | 110111 | 10001011 | 0 | 1001100 | 101000 | 1010 | 101001011 | 1001110 | 111000 |
Color Harmonies of #E6378B
Complementary color
Monochromatic Colors of #E6378B
Black with #E6378B
Text Example
Text Example
White with #E6378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6378B; }
p { color: rgb(230,55,139); }
H1.HeaderClassName
{
color: #E6378B;
}
.AnyTagClassName
{
color: #E6378B;
}
</style>
background-color css
<style>
a { background-color: #E6378B; }
a { background-color: rgb(230,55,139); }
div.DivClassName
{
background-color: #E6378B;
}
.BgClassName
{
background-color: #E6378B;
}
</style>
border-color css
<style>
span { border-color: #E6378B; }
span { border-color: rgb(230,55,139); }
td.TdClassName
{
border-color: #E6378B;
}
.TagClassName
{
border-color: #E6378B;
}
</style>