Shades of Cerise #E6455E
Tints of Cerise #E6455E
RGB
CMYK
RGB Variations
Color information
#E6455E (or 0xE6455E) is known color: Cerise. HEX triplet: E6, 45 and 5E. RGB value is (230,69,94). Sum of RGB (Red+Green+Blue) = 230+69+94=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6455E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6455E is #19BAA1. Grayscale: #787878. Windows color (decimal): -1686178 or 6178278. OLE color: 6178278.
HSL color Cylindrical-coordinate representation of color #E6455E: hue angle of 350.68º 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 #E6455E is Cyan = 0, Magento = 0.7, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 94 | - |
| CMYK | 0 | 0.7 | 0.59 | 0.10 |
| HSL | 350.68º | 0.76% | 0.59% | - |
| HSV(B) | 350.68º | 0.7% | 0.9% | - |
| XYZ | 36.78 | 21.89 | 12.88 | - |
| YUV | 119.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 94 | 0 | 0.7 | 0.59 | 0.10 | 350.68 | 0.76 | 0.59 |
| Hex | E6 | 45 | 5E | 0 | 46 | 3B | A | 15F | 4C | 3B |
| Octal | 346 | 105 | 136 | 0 | 106 | 73 | 12 | 537 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1011110 | 0 | 1000110 | 111011 | 1010 | 101011111 | 1001100 | 111011 |
Color Harmonies of #E6455E
Complementary color
Monochromatic Colors of #E6455E
Black with #E6455E
Text Example
Text Example
White with #E6455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6455E; }
p { color: rgb(230,69,94); }
H1.HeaderClassName
{
color: #E6455E;
}
.AnyTagClassName
{
color: #E6455E;
}
</style>
background-color css
<style>
a { background-color: #E6455E; }
a { background-color: rgb(230,69,94); }
div.DivClassName
{
background-color: #E6455E;
}
.BgClassName
{
background-color: #E6455E;
}
</style>
border-color css
<style>
span { border-color: #E6455E; }
span { border-color: rgb(230,69,94); }
td.TdClassName
{
border-color: #E6455E;
}
.TagClassName
{
border-color: #E6455E;
}
</style>