Shades of Cerise #E6386C
Tints of Cerise #E6386C
RGB
CMYK
RGB Variations
Color information
#E6386C (or 0xE6386C) is known color: Cerise. HEX triplet: E6, 38 and 6C. RGB value is (230,56,108). Sum of RGB (Red+Green+Blue) = 230+56+108=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6386C is #19C793. Grayscale: #717171. Windows color (decimal): -1689492 or 7092454. OLE color: 7092454.
HSL color Cylindrical-coordinate representation of color #E6386C: hue angle of 342.07º 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 #E6386C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 108 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.10 |
| HSL | 342.07º | 0.78% | 0.56% | - |
| HSV(B) | 342.07º | 0.76% | 0.9% | - |
| XYZ | 36.75 | 20.73 | 16.25 | - |
| YUV | 113.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 108 | 0 | 0.76 | 0.53 | 0.10 | 342.07 | 0.78 | 0.56 |
| Hex | E6 | 38 | 6C | 0 | 4C | 35 | A | 156 | 4E | 38 |
| Octal | 346 | 70 | 154 | 0 | 114 | 65 | 12 | 526 | 116 | 70 |
| Binary | 11100110 | 111000 | 1101100 | 0 | 1001100 | 110101 | 1010 | 101010110 | 1001110 | 111000 |
Color Harmonies of #E6386C
Complementary color
Monochromatic Colors of #E6386C
Black with #E6386C
Text Example
Text Example
White with #E6386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6386C; }
p { color: rgb(230,56,108); }
H1.HeaderClassName
{
color: #E6386C;
}
.AnyTagClassName
{
color: #E6386C;
}
</style>
background-color css
<style>
a { background-color: #E6386C; }
a { background-color: rgb(230,56,108); }
div.DivClassName
{
background-color: #E6386C;
}
.BgClassName
{
background-color: #E6386C;
}
</style>
border-color css
<style>
span { border-color: #E6386C; }
span { border-color: rgb(230,56,108); }
td.TdClassName
{
border-color: #E6386C;
}
.TagClassName
{
border-color: #E6386C;
}
</style>