Shades of Cerise #E6455B
Tints of Cerise #E6455B
RGB
CMYK
RGB Variations
Color information
#E6455B (or 0xE6455B) is known color: Cerise. HEX triplet: E6, 45 and 5B. RGB value is (230,69,91). Sum of RGB (Red+Green+Blue) = 230+69+91=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6455B is #19BAA4. Grayscale: #777777. Windows color (decimal): -1686181 or 5981670. OLE color: 5981670.
HSL color Cylindrical-coordinate representation of color #E6455B: hue angle of 351.8º 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 #E6455B is Cyan = 0, Magento = 0.7, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 91 | - |
| CMYK | 0 | 0.7 | 0.60 | 0.10 |
| HSL | 351.8º | 0.76% | 0.59% | - |
| HSV(B) | 351.8º | 0.7% | 0.9% | - |
| XYZ | 36.65 | 21.83 | 12.18 | - |
| YUV | 119.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 91 | 0 | 0.7 | 0.60 | 0.10 | 351.8 | 0.76 | 0.59 |
| Hex | E6 | 45 | 5B | 0 | 46 | 3C | A | 160 | 4C | 3B |
| Octal | 346 | 105 | 133 | 0 | 106 | 74 | 12 | 540 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1011011 | 0 | 1000110 | 111100 | 1010 | 101100000 | 1001100 | 111011 |
Color Harmonies of #E6455B
Complementary color
Monochromatic Colors of #E6455B
Black with #E6455B
Text Example
Text Example
White with #E6455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6455B; }
p { color: rgb(230,69,91); }
H1.HeaderClassName
{
color: #E6455B;
}
.AnyTagClassName
{
color: #E6455B;
}
</style>
background-color css
<style>
a { background-color: #E6455B; }
a { background-color: rgb(230,69,91); }
div.DivClassName
{
background-color: #E6455B;
}
.BgClassName
{
background-color: #E6455B;
}
</style>
border-color css
<style>
span { border-color: #E6455B; }
span { border-color: rgb(230,69,91); }
td.TdClassName
{
border-color: #E6455B;
}
.TagClassName
{
border-color: #E6455B;
}
</style>