Shades of Cerise #E6316B
Tints of Cerise #E6316B
RGB
CMYK
RGB Variations
Color information
#E6316B (or 0xE6316B) is known color: Cerise. HEX triplet: E6, 31 and 6B. RGB value is (230,49,107). Sum of RGB (Red+Green+Blue) = 230+49+107=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6316B is #19CE94. Grayscale: #6D6D6D. Windows color (decimal): -1691285 or 7025126. OLE color: 7025126.
HSL color Cylindrical-coordinate representation of color #E6316B: hue angle of 340.77º 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 #E6316B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 107 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.10 |
| HSL | 340.77º | 0.78% | 0.55% | - |
| HSV(B) | 340.77º | 0.79% | 0.9% | - |
| XYZ | 36.39 | 20.08 | 15.87 | - |
| YUV | 109.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 107 | 0 | 0.79 | 0.53 | 0.10 | 340.77 | 0.78 | 0.55 |
| Hex | E6 | 31 | 6B | 0 | 4F | 35 | A | 155 | 4E | 37 |
| Octal | 346 | 61 | 153 | 0 | 117 | 65 | 12 | 525 | 116 | 67 |
| Binary | 11100110 | 110001 | 1101011 | 0 | 1001111 | 110101 | 1010 | 101010101 | 1001110 | 110111 |
Color Harmonies of #E6316B
Complementary color
Monochromatic Colors of #E6316B
Black with #E6316B
Text Example
Text Example
White with #E6316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6316B; }
p { color: rgb(230,49,107); }
H1.HeaderClassName
{
color: #E6316B;
}
.AnyTagClassName
{
color: #E6316B;
}
</style>
background-color css
<style>
a { background-color: #E6316B; }
a { background-color: rgb(230,49,107); }
div.DivClassName
{
background-color: #E6316B;
}
.BgClassName
{
background-color: #E6316B;
}
</style>
border-color css
<style>
span { border-color: #E6316B; }
span { border-color: rgb(230,49,107); }
td.TdClassName
{
border-color: #E6316B;
}
.TagClassName
{
border-color: #E6316B;
}
</style>