Shades of Cerise #E6455C
Tints of Cerise #E6455C
RGB
CMYK
RGB Variations
Color information
#E6455C (or 0xE6455C) is known color: Cerise. HEX triplet: E6, 45 and 5C. RGB value is (230,69,92). Sum of RGB (Red+Green+Blue) = 230+69+92=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6455C is #19BAA3. Grayscale: #777777. Windows color (decimal): -1686180 or 6047206. OLE color: 6047206.
HSL color Cylindrical-coordinate representation of color #E6455C: hue angle of 351.43º 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 #E6455C is Cyan = 0, Magento = 0.7, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 92 | - |
| CMYK | 0 | 0.7 | 0.60 | 0.10 |
| HSL | 351.43º | 0.76% | 0.59% | - |
| HSV(B) | 351.43º | 0.7% | 0.9% | - |
| XYZ | 36.69 | 21.85 | 12.41 | - |
| YUV | 119.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 92 | 0 | 0.7 | 0.60 | 0.10 | 351.43 | 0.76 | 0.59 |
| Hex | E6 | 45 | 5C | 0 | 46 | 3C | A | 15F | 4C | 3B |
| Octal | 346 | 105 | 134 | 0 | 106 | 74 | 12 | 537 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1011100 | 0 | 1000110 | 111100 | 1010 | 101011111 | 1001100 | 111011 |
Color Harmonies of #E6455C
Complementary color
Monochromatic Colors of #E6455C
Black with #E6455C
Text Example
Text Example
White with #E6455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6455C; }
p { color: rgb(230,69,92); }
H1.HeaderClassName
{
color: #E6455C;
}
.AnyTagClassName
{
color: #E6455C;
}
</style>
background-color css
<style>
a { background-color: #E6455C; }
a { background-color: rgb(230,69,92); }
div.DivClassName
{
background-color: #E6455C;
}
.BgClassName
{
background-color: #E6455C;
}
</style>
border-color css
<style>
span { border-color: #E6455C; }
span { border-color: rgb(230,69,92); }
td.TdClassName
{
border-color: #E6455C;
}
.TagClassName
{
border-color: #E6455C;
}
</style>