Shades of Deep Cerise #E6387D
Tints of Deep Cerise #E6387D
RGB
CMYK
RGB Variations
Color information
#E6387D (or 0xE6387D) is known color: Deep Cerise. HEX triplet: E6, 38 and 7D. RGB value is (230,56,125). Sum of RGB (Red+Green+Blue) = 230+56+125=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6387D is #19C782. Grayscale: #737373. Windows color (decimal): -1689475 or 8206566. OLE color: 8206566.
HSL color Cylindrical-coordinate representation of color #E6387D: hue angle of 336.21º 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 #E6387D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 125 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.10 |
| HSL | 336.21º | 0.78% | 0.56% | - |
| HSV(B) | 336.21º | 0.76% | 0.9% | - |
| XYZ | 37.75 | 21.13 | 21.49 | - |
| YUV | 115.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 125 | 0 | 0.76 | 0.46 | 0.10 | 336.21 | 0.78 | 0.56 |
| Hex | E6 | 38 | 7D | 0 | 4C | 2E | A | 150 | 4E | 38 |
| Octal | 346 | 70 | 175 | 0 | 114 | 56 | 12 | 520 | 116 | 70 |
| Binary | 11100110 | 111000 | 1111101 | 0 | 1001100 | 101110 | 1010 | 101010000 | 1001110 | 111000 |
Color Harmonies of #E6387D
Complementary color
Monochromatic Colors of #E6387D
Black with #E6387D
Text Example
Text Example
White with #E6387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6387D; }
p { color: rgb(230,56,125); }
H1.HeaderClassName
{
color: #E6387D;
}
.AnyTagClassName
{
color: #E6387D;
}
</style>
background-color css
<style>
a { background-color: #E6387D; }
a { background-color: rgb(230,56,125); }
div.DivClassName
{
background-color: #E6387D;
}
.BgClassName
{
background-color: #E6387D;
}
</style>
border-color css
<style>
span { border-color: #E6387D; }
span { border-color: rgb(230,56,125); }
td.TdClassName
{
border-color: #E6387D;
}
.TagClassName
{
border-color: #E6387D;
}
</style>