Shades of Cerise #E6365C
Tints of Cerise #E6365C
RGB
CMYK
RGB Variations
Color information
#E6365C (or 0xE6365C) is known color: Cerise. HEX triplet: E6, 36 and 5C. RGB value is (230,54,92). Sum of RGB (Red+Green+Blue) = 230+54+92=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6365C is #19C9A3. Grayscale: #6E6E6E. Windows color (decimal): -1690020 or 6043366. OLE color: 6043366.
HSL color Cylindrical-coordinate representation of color #E6365C: hue angle of 347.05º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6365C is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 92 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.10 |
| HSL | 347.05º | 0.78% | 0.56% | - |
| HSV(B) | 347.05º | 0.77% | 0.9% | - |
| XYZ | 35.88 | 20.23 | 12.14 | - |
| YUV | 110.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 92 | 0 | 0.77 | 0.60 | 0.10 | 347.05 | 0.78 | 0.56 |
| Hex | E6 | 36 | 5C | 0 | 4D | 3C | A | 15B | 4E | 38 |
| Octal | 346 | 66 | 134 | 0 | 115 | 74 | 12 | 533 | 116 | 70 |
| Binary | 11100110 | 110110 | 1011100 | 0 | 1001101 | 111100 | 1010 | 101011011 | 1001110 | 111000 |
Color Harmonies of #E6365C
Complementary color
Monochromatic Colors of #E6365C
Black with #E6365C
Text Example
Text Example
White with #E6365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6365C; }
p { color: rgb(230,54,92); }
H1.HeaderClassName
{
color: #E6365C;
}
.AnyTagClassName
{
color: #E6365C;
}
</style>
background-color css
<style>
a { background-color: #E6365C; }
a { background-color: rgb(230,54,92); }
div.DivClassName
{
background-color: #E6365C;
}
.BgClassName
{
background-color: #E6365C;
}
</style>
border-color css
<style>
span { border-color: #E6365C; }
span { border-color: rgb(230,54,92); }
td.TdClassName
{
border-color: #E6365C;
}
.TagClassName
{
border-color: #E6365C;
}
</style>