Shades of Cerise #E6415B
Tints of Cerise #E6415B
RGB
CMYK
RGB Variations
Color information
#E6415B (or 0xE6415B) is known color: Cerise. HEX triplet: E6, 41 and 5B. RGB value is (230,65,91). Sum of RGB (Red+Green+Blue) = 230+65+91=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6415B is #19BEA4. Grayscale: #757575. Windows color (decimal): -1687205 or 5980646. OLE color: 5980646.
HSL color Cylindrical-coordinate representation of color #E6415B: hue angle of 350.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6415B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 91 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.10 |
| HSL | 350.55º | 0.77% | 0.58% | - |
| HSV(B) | 350.55º | 0.72% | 0.9% | - |
| XYZ | 36.41 | 21.36 | 12.1 | - |
| YUV | 117.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 91 | 0 | 0.72 | 0.60 | 0.10 | 350.55 | 0.77 | 0.58 |
| Hex | E6 | 41 | 5B | 0 | 48 | 3C | A | 15F | 4D | 3A |
| Octal | 346 | 101 | 133 | 0 | 110 | 74 | 12 | 537 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1011011 | 0 | 1001000 | 111100 | 1010 | 101011111 | 1001101 | 111010 |
Color Harmonies of #E6415B
Complementary color
Monochromatic Colors of #E6415B
Black with #E6415B
Text Example
Text Example
White with #E6415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6415B; }
p { color: rgb(230,65,91); }
H1.HeaderClassName
{
color: #E6415B;
}
.AnyTagClassName
{
color: #E6415B;
}
</style>
background-color css
<style>
a { background-color: #E6415B; }
a { background-color: rgb(230,65,91); }
div.DivClassName
{
background-color: #E6415B;
}
.BgClassName
{
background-color: #E6415B;
}
</style>
border-color css
<style>
span { border-color: #E6415B; }
span { border-color: rgb(230,65,91); }
td.TdClassName
{
border-color: #E6415B;
}
.TagClassName
{
border-color: #E6415B;
}
</style>