Shades of Cerise #E6355D
Tints of Cerise #E6355D
RGB
CMYK
RGB Variations
Color information
#E6355D (or 0xE6355D) is known color: Cerise. HEX triplet: E6, 35 and 5D. RGB value is (230,53,93). Sum of RGB (Red+Green+Blue) = 230+53+93=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6355D is #19CAA2. Grayscale: #6E6E6E. Windows color (decimal): -1690275 or 6108646. OLE color: 6108646.
HSL color Cylindrical-coordinate representation of color #E6355D: hue angle of 346.44º 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 #E6355D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 93 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.10 |
| HSL | 346.44º | 0.78% | 0.55% | - |
| HSV(B) | 346.44º | 0.77% | 0.9% | - |
| XYZ | 35.88 | 20.16 | 12.36 | - |
| YUV | 110.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 93 | 0 | 0.77 | 0.60 | 0.10 | 346.44 | 0.78 | 0.55 |
| Hex | E6 | 35 | 5D | 0 | 4D | 3C | A | 15A | 4E | 37 |
| Octal | 346 | 65 | 135 | 0 | 115 | 74 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110101 | 1011101 | 0 | 1001101 | 111100 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6355D
Complementary color
Monochromatic Colors of #E6355D
Black with #E6355D
Text Example
Text Example
White with #E6355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6355D; }
p { color: rgb(230,53,93); }
H1.HeaderClassName
{
color: #E6355D;
}
.AnyTagClassName
{
color: #E6355D;
}
</style>
background-color css
<style>
a { background-color: #E6355D; }
a { background-color: rgb(230,53,93); }
div.DivClassName
{
background-color: #E6355D;
}
.BgClassName
{
background-color: #E6355D;
}
</style>
border-color css
<style>
span { border-color: #E6355D; }
span { border-color: rgb(230,53,93); }
td.TdClassName
{
border-color: #E6355D;
}
.TagClassName
{
border-color: #E6355D;
}
</style>