Shades of Cerise #E6315D
Tints of Cerise #E6315D
RGB
CMYK
RGB Variations
Color information
#E6315D (or 0xE6315D) is known color: Cerise. HEX triplet: E6, 31 and 5D. RGB value is (230,49,93). Sum of RGB (Red+Green+Blue) = 230+49+93=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6315D is #19CEA2. Grayscale: #6C6C6C. Windows color (decimal): -1691299 or 6107622. OLE color: 6107622.
HSL color Cylindrical-coordinate representation of color #E6315D: hue angle of 345.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6315D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 93 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.10 |
| HSL | 345.41º | 0.78% | 0.55% | - |
| HSV(B) | 345.41º | 0.79% | 0.9% | - |
| XYZ | 35.71 | 19.81 | 12.3 | - |
| YUV | 108.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 93 | 0 | 0.79 | 0.60 | 0.10 | 345.41 | 0.78 | 0.55 |
| Hex | E6 | 31 | 5D | 0 | 4F | 3C | A | 159 | 4E | 37 |
| Octal | 346 | 61 | 135 | 0 | 117 | 74 | 12 | 531 | 116 | 67 |
| Binary | 11100110 | 110001 | 1011101 | 0 | 1001111 | 111100 | 1010 | 101011001 | 1001110 | 110111 |
Color Harmonies of #E6315D
Complementary color
Monochromatic Colors of #E6315D
Black with #E6315D
Text Example
Text Example
White with #E6315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6315D; }
p { color: rgb(230,49,93); }
H1.HeaderClassName
{
color: #E6315D;
}
.AnyTagClassName
{
color: #E6315D;
}
</style>
background-color css
<style>
a { background-color: #E6315D; }
a { background-color: rgb(230,49,93); }
div.DivClassName
{
background-color: #E6315D;
}
.BgClassName
{
background-color: #E6315D;
}
</style>
border-color css
<style>
span { border-color: #E6315D; }
span { border-color: rgb(230,49,93); }
td.TdClassName
{
border-color: #E6315D;
}
.TagClassName
{
border-color: #E6315D;
}
</style>