Shades of Cerise #E6415A
Tints of Cerise #E6415A
RGB
CMYK
RGB Variations
Color information
#E6415A (or 0xE6415A) is known color: Cerise. HEX triplet: E6, 41 and 5A. RGB value is (230,65,90). Sum of RGB (Red+Green+Blue) = 230+65+90=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6415A is #19BEA5. Grayscale: #757575. Windows color (decimal): -1687206 or 5915110. OLE color: 5915110.
HSL color Cylindrical-coordinate representation of color #E6415A: hue angle of 350.91º 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 #E6415A is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 90 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.10 |
| HSL | 350.91º | 0.77% | 0.58% | - |
| HSV(B) | 350.91º | 0.72% | 0.9% | - |
| XYZ | 36.37 | 21.34 | 11.88 | - |
| YUV | 117.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 90 | 0 | 0.72 | 0.61 | 0.10 | 350.91 | 0.77 | 0.58 |
| Hex | E6 | 41 | 5A | 0 | 48 | 3D | A | 15F | 4D | 3A |
| Octal | 346 | 101 | 132 | 0 | 110 | 75 | 12 | 537 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1011010 | 0 | 1001000 | 111101 | 1010 | 101011111 | 1001101 | 111010 |
Color Harmonies of #E6415A
Complementary color
Monochromatic Colors of #E6415A
Black with #E6415A
Text Example
Text Example
White with #E6415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6415A; }
p { color: rgb(230,65,90); }
H1.HeaderClassName
{
color: #E6415A;
}
.AnyTagClassName
{
color: #E6415A;
}
</style>
background-color css
<style>
a { background-color: #E6415A; }
a { background-color: rgb(230,65,90); }
div.DivClassName
{
background-color: #E6415A;
}
.BgClassName
{
background-color: #E6415A;
}
</style>
border-color css
<style>
span { border-color: #E6415A; }
span { border-color: rgb(230,65,90); }
td.TdClassName
{
border-color: #E6415A;
}
.TagClassName
{
border-color: #E6415A;
}
</style>