Shades of Cerise #E6465C
Tints of Cerise #E6465C
RGB
CMYK
RGB Variations
Color information
#E6465C (or 0xE6465C) is known color: Cerise. HEX triplet: E6, 46 and 5C. RGB value is (230,70,92). Sum of RGB (Red+Green+Blue) = 230+70+92=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6465C is #19B9A3. Grayscale: #787878. Windows color (decimal): -1685924 or 6047462. OLE color: 6047462.
HSL color Cylindrical-coordinate representation of color #E6465C: hue angle of 351.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6465C is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 92 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.10 |
| HSL | 351.75º | 0.76% | 0.59% | - |
| HSV(B) | 351.75º | 0.7% | 0.9% | - |
| XYZ | 36.76 | 21.98 | 12.43 | - |
| YUV | 120.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 92 | 0 | 0.70 | 0.60 | 0.10 | 351.75 | 0.76 | 0.59 |
| Hex | E6 | 46 | 5C | 0 | 46 | 3C | A | 160 | 4C | 3B |
| Octal | 346 | 106 | 134 | 0 | 106 | 74 | 12 | 540 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1011100 | 0 | 1000110 | 111100 | 1010 | 101100000 | 1001100 | 111011 |
Color Harmonies of #E6465C
Complementary color
Monochromatic Colors of #E6465C
Black with #E6465C
Text Example
Text Example
White with #E6465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6465C; }
p { color: rgb(230,70,92); }
H1.HeaderClassName
{
color: #E6465C;
}
.AnyTagClassName
{
color: #E6465C;
}
</style>
background-color css
<style>
a { background-color: #E6465C; }
a { background-color: rgb(230,70,92); }
div.DivClassName
{
background-color: #E6465C;
}
.BgClassName
{
background-color: #E6465C;
}
</style>
border-color css
<style>
span { border-color: #E6465C; }
span { border-color: rgb(230,70,92); }
td.TdClassName
{
border-color: #E6465C;
}
.TagClassName
{
border-color: #E6465C;
}
</style>