Shades of Cerise #E6356C
Tints of Cerise #E6356C
RGB
CMYK
RGB Variations
Color information
#E6356C (or 0xE6356C) is known color: Cerise. HEX triplet: E6, 35 and 6C. RGB value is (230,53,108). Sum of RGB (Red+Green+Blue) = 230+53+108=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6356C is #19CA93. Grayscale: #707070. Windows color (decimal): -1690260 or 7091686. OLE color: 7091686.
HSL color Cylindrical-coordinate representation of color #E6356C: hue angle of 341.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6356C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 108 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.10 |
| HSL | 341.36º | 0.78% | 0.55% | - |
| HSV(B) | 341.36º | 0.77% | 0.9% | - |
| XYZ | 36.61 | 20.45 | 16.21 | - |
| YUV | 112.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 108 | 0 | 0.77 | 0.53 | 0.10 | 341.36 | 0.78 | 0.55 |
| Hex | E6 | 35 | 6C | 0 | 4D | 35 | A | 155 | 4E | 37 |
| Octal | 346 | 65 | 154 | 0 | 115 | 65 | 12 | 525 | 116 | 67 |
| Binary | 11100110 | 110101 | 1101100 | 0 | 1001101 | 110101 | 1010 | 101010101 | 1001110 | 110111 |
Color Harmonies of #E6356C
Complementary color
Monochromatic Colors of #E6356C
Black with #E6356C
Text Example
Text Example
White with #E6356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6356C; }
p { color: rgb(230,53,108); }
H1.HeaderClassName
{
color: #E6356C;
}
.AnyTagClassName
{
color: #E6356C;
}
</style>
background-color css
<style>
a { background-color: #E6356C; }
a { background-color: rgb(230,53,108); }
div.DivClassName
{
background-color: #E6356C;
}
.BgClassName
{
background-color: #E6356C;
}
</style>
border-color css
<style>
span { border-color: #E6356C; }
span { border-color: rgb(230,53,108); }
td.TdClassName
{
border-color: #E6356C;
}
.TagClassName
{
border-color: #E6356C;
}
</style>