Shades of Cerise #E6455D
Tints of Cerise #E6455D
RGB
CMYK
RGB Variations
Color information
#E6455D (or 0xE6455D) is known color: Cerise. HEX triplet: E6, 45 and 5D. RGB value is (230,69,93). Sum of RGB (Red+Green+Blue) = 230+69+93=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6455D is #19BAA2. Grayscale: #777777. Windows color (decimal): -1686179 or 6112742. OLE color: 6112742.
HSL color Cylindrical-coordinate representation of color #E6455D: hue angle of 351.06º 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 #E6455D is Cyan = 0, Magento = 0.7, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 93 | - |
| CMYK | 0 | 0.7 | 0.60 | 0.10 |
| HSL | 351.06º | 0.76% | 0.59% | - |
| HSV(B) | 351.06º | 0.7% | 0.9% | - |
| XYZ | 36.74 | 21.87 | 12.64 | - |
| YUV | 119.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 93 | 0 | 0.7 | 0.60 | 0.10 | 351.06 | 0.76 | 0.59 |
| Hex | E6 | 45 | 5D | 0 | 46 | 3C | A | 15F | 4C | 3B |
| Octal | 346 | 105 | 135 | 0 | 106 | 74 | 12 | 537 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1011101 | 0 | 1000110 | 111100 | 1010 | 101011111 | 1001100 | 111011 |
Color Harmonies of #E6455D
Complementary color
Monochromatic Colors of #E6455D
Black with #E6455D
Text Example
Text Example
White with #E6455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6455D; }
p { color: rgb(230,69,93); }
H1.HeaderClassName
{
color: #E6455D;
}
.AnyTagClassName
{
color: #E6455D;
}
</style>
background-color css
<style>
a { background-color: #E6455D; }
a { background-color: rgb(230,69,93); }
div.DivClassName
{
background-color: #E6455D;
}
.BgClassName
{
background-color: #E6455D;
}
</style>
border-color css
<style>
span { border-color: #E6455D; }
span { border-color: rgb(230,69,93); }
td.TdClassName
{
border-color: #E6455D;
}
.TagClassName
{
border-color: #E6455D;
}
</style>