Shades of Deep Cerise #E6378F
Tints of Deep Cerise #E6378F
RGB
CMYK
RGB Variations
Color information
#E6378F (or 0xE6378F) is known color: Deep Cerise. HEX triplet: E6, 37 and 8F. RGB value is (230,55,143). Sum of RGB (Red+Green+Blue) = 230+55+143=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6378F is #19C870. Grayscale: #757575. Windows color (decimal): -1689713 or 9385958. OLE color: 9385958.
HSL color Cylindrical-coordinate representation of color #E6378F: hue angle of 329.83º 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 #E6378F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 143 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.10 |
| HSL | 329.83º | 0.78% | 0.56% | - |
| HSV(B) | 329.83º | 0.76% | 0.9% | - |
| XYZ | 38.96 | 21.54 | 28.09 | - |
| YUV | 117.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 143 | 0 | 0.76 | 0.38 | 0.10 | 329.83 | 0.78 | 0.56 |
| Hex | E6 | 37 | 8F | 0 | 4C | 26 | A | 14A | 4E | 38 |
| Octal | 346 | 67 | 217 | 0 | 114 | 46 | 12 | 512 | 116 | 70 |
| Binary | 11100110 | 110111 | 10001111 | 0 | 1001100 | 100110 | 1010 | 101001010 | 1001110 | 111000 |
Color Harmonies of #E6378F
Complementary color
Monochromatic Colors of #E6378F
Black with #E6378F
Text Example
Text Example
White with #E6378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6378F; }
p { color: rgb(230,55,143); }
H1.HeaderClassName
{
color: #E6378F;
}
.AnyTagClassName
{
color: #E6378F;
}
</style>
background-color css
<style>
a { background-color: #E6378F; }
a { background-color: rgb(230,55,143); }
div.DivClassName
{
background-color: #E6378F;
}
.BgClassName
{
background-color: #E6378F;
}
</style>
border-color css
<style>
span { border-color: #E6378F; }
span { border-color: rgb(230,55,143); }
td.TdClassName
{
border-color: #E6378F;
}
.TagClassName
{
border-color: #E6378F;
}
</style>