Shades of Cerise #E6315B
Tints of Cerise #E6315B
RGB
CMYK
RGB Variations
Color information
#E6315B (or 0xE6315B) is known color: Cerise. HEX triplet: E6, 31 and 5B. RGB value is (230,49,91). Sum of RGB (Red+Green+Blue) = 230+49+91=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6315B is #19CEA4. Grayscale: #6B6B6B. Windows color (decimal): -1691301 or 5976550. OLE color: 5976550.
HSL color Cylindrical-coordinate representation of color #E6315B: hue angle of 346.08º 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 #E6315B is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 91 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.10 |
| HSL | 346.08º | 0.78% | 0.55% | - |
| HSV(B) | 346.08º | 0.79% | 0.9% | - |
| XYZ | 35.62 | 19.77 | 11.84 | - |
| YUV | 107.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 91 | 0 | 0.79 | 0.60 | 0.10 | 346.08 | 0.78 | 0.55 |
| Hex | E6 | 31 | 5B | 0 | 4F | 3C | A | 15A | 4E | 37 |
| Octal | 346 | 61 | 133 | 0 | 117 | 74 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110001 | 1011011 | 0 | 1001111 | 111100 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6315B
Complementary color
Monochromatic Colors of #E6315B
Black with #E6315B
Text Example
Text Example
White with #E6315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6315B; }
p { color: rgb(230,49,91); }
H1.HeaderClassName
{
color: #E6315B;
}
.AnyTagClassName
{
color: #E6315B;
}
</style>
background-color css
<style>
a { background-color: #E6315B; }
a { background-color: rgb(230,49,91); }
div.DivClassName
{
background-color: #E6315B;
}
.BgClassName
{
background-color: #E6315B;
}
</style>
border-color css
<style>
span { border-color: #E6315B; }
span { border-color: rgb(230,49,91); }
td.TdClassName
{
border-color: #E6315B;
}
.TagClassName
{
border-color: #E6315B;
}
</style>