Shades of Cerise #E6385C
Tints of Cerise #E6385C
RGB
CMYK
RGB Variations
Color information
#E6385C (or 0xE6385C) is known color: Cerise. HEX triplet: E6, 38 and 5C. RGB value is (230,56,92). Sum of RGB (Red+Green+Blue) = 230+56+92=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6385C is #19C7A3. Grayscale: #707070. Windows color (decimal): -1689508 or 6043878. OLE color: 6043878.
HSL color Cylindrical-coordinate representation of color #E6385C: hue angle of 347.59º 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 #E6385C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 92 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.10 |
| HSL | 347.59º | 0.78% | 0.56% | - |
| HSV(B) | 347.59º | 0.76% | 0.9% | - |
| XYZ | 35.98 | 20.42 | 12.17 | - |
| YUV | 112.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 92 | 0 | 0.76 | 0.60 | 0.10 | 347.59 | 0.78 | 0.56 |
| Hex | E6 | 38 | 5C | 0 | 4C | 3C | A | 15C | 4E | 38 |
| Octal | 346 | 70 | 134 | 0 | 114 | 74 | 12 | 534 | 116 | 70 |
| Binary | 11100110 | 111000 | 1011100 | 0 | 1001100 | 111100 | 1010 | 101011100 | 1001110 | 111000 |
Color Harmonies of #E6385C
Complementary color
Monochromatic Colors of #E6385C
Black with #E6385C
Text Example
Text Example
White with #E6385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6385C; }
p { color: rgb(230,56,92); }
H1.HeaderClassName
{
color: #E6385C;
}
.AnyTagClassName
{
color: #E6385C;
}
</style>
background-color css
<style>
a { background-color: #E6385C; }
a { background-color: rgb(230,56,92); }
div.DivClassName
{
background-color: #E6385C;
}
.BgClassName
{
background-color: #E6385C;
}
</style>
border-color css
<style>
span { border-color: #E6385C; }
span { border-color: rgb(230,56,92); }
td.TdClassName
{
border-color: #E6385C;
}
.TagClassName
{
border-color: #E6385C;
}
</style>