Shades of Cerise #E6415D
Tints of Cerise #E6415D
RGB
CMYK
RGB Variations
Color information
#E6415D (or 0xE6415D) is known color: Cerise. HEX triplet: E6, 41 and 5D. RGB value is (230,65,93). Sum of RGB (Red+Green+Blue) = 230+65+93=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6415D is #19BEA2. Grayscale: #757575. Windows color (decimal): -1687203 or 6111718. OLE color: 6111718.
HSL color Cylindrical-coordinate representation of color #E6415D: hue angle of 349.82º 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 #E6415D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 93 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.10 |
| HSL | 349.82º | 0.77% | 0.58% | - |
| HSV(B) | 349.82º | 0.72% | 0.9% | - |
| XYZ | 36.5 | 21.39 | 12.56 | - |
| YUV | 117.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 93 | 0 | 0.72 | 0.60 | 0.10 | 349.82 | 0.77 | 0.58 |
| Hex | E6 | 41 | 5D | 0 | 48 | 3C | A | 15E | 4D | 3A |
| Octal | 346 | 101 | 135 | 0 | 110 | 74 | 12 | 536 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1011101 | 0 | 1001000 | 111100 | 1010 | 101011110 | 1001101 | 111010 |
Color Harmonies of #E6415D
Complementary color
Monochromatic Colors of #E6415D
Black with #E6415D
Text Example
Text Example
White with #E6415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6415D; }
p { color: rgb(230,65,93); }
H1.HeaderClassName
{
color: #E6415D;
}
.AnyTagClassName
{
color: #E6415D;
}
</style>
background-color css
<style>
a { background-color: #E6415D; }
a { background-color: rgb(230,65,93); }
div.DivClassName
{
background-color: #E6415D;
}
.BgClassName
{
background-color: #E6415D;
}
</style>
border-color css
<style>
span { border-color: #E6415D; }
span { border-color: rgb(230,65,93); }
td.TdClassName
{
border-color: #E6415D;
}
.TagClassName
{
border-color: #E6415D;
}
</style>