Shades of Cerise #E6355F
Tints of Cerise #E6355F
RGB
CMYK
RGB Variations
Color information
#E6355F (or 0xE6355F) is known color: Cerise. HEX triplet: E6, 35 and 5F. RGB value is (230,53,95). Sum of RGB (Red+Green+Blue) = 230+53+95=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6355F is #19CAA0. Grayscale: #6E6E6E. Windows color (decimal): -1690273 or 6239718. OLE color: 6239718.
HSL color Cylindrical-coordinate representation of color #E6355F: hue angle of 345.76º 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 #E6355F is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 95 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.10 |
| HSL | 345.76º | 0.78% | 0.55% | - |
| HSV(B) | 345.76º | 0.77% | 0.9% | - |
| XYZ | 35.97 | 20.2 | 12.83 | - |
| YUV | 110.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 95 | 0 | 0.77 | 0.59 | 0.10 | 345.76 | 0.78 | 0.55 |
| Hex | E6 | 35 | 5F | 0 | 4D | 3B | A | 15A | 4E | 37 |
| Octal | 346 | 65 | 137 | 0 | 115 | 73 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110101 | 1011111 | 0 | 1001101 | 111011 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6355F
Complementary color
Monochromatic Colors of #E6355F
Black with #E6355F
Text Example
Text Example
White with #E6355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6355F; }
p { color: rgb(230,53,95); }
H1.HeaderClassName
{
color: #E6355F;
}
.AnyTagClassName
{
color: #E6355F;
}
</style>
background-color css
<style>
a { background-color: #E6355F; }
a { background-color: rgb(230,53,95); }
div.DivClassName
{
background-color: #E6355F;
}
.BgClassName
{
background-color: #E6355F;
}
</style>
border-color css
<style>
span { border-color: #E6355F; }
span { border-color: rgb(230,53,95); }
td.TdClassName
{
border-color: #E6355F;
}
.TagClassName
{
border-color: #E6355F;
}
</style>