Shades of Cerise #E6445A
Tints of Cerise #E6445A
RGB
CMYK
RGB Variations
Color information
#E6445A (or 0xE6445A) is known color: Cerise. HEX triplet: E6, 44 and 5A. RGB value is (230,68,90). Sum of RGB (Red+Green+Blue) = 230+68+90=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6445A is #19BBA5. Grayscale: #777777. Windows color (decimal): -1686438 or 5915878. OLE color: 5915878.
HSL color Cylindrical-coordinate representation of color #E6445A: hue angle of 351.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6445A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 90 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.10 |
| HSL | 351.85º | 0.76% | 0.58% | - |
| HSV(B) | 351.85º | 0.7% | 0.9% | - |
| XYZ | 36.55 | 21.7 | 11.93 | - |
| YUV | 118.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 90 | 0 | 0.70 | 0.61 | 0.10 | 351.85 | 0.76 | 0.58 |
| Hex | E6 | 44 | 5A | 0 | 46 | 3D | A | 160 | 4C | 3A |
| Octal | 346 | 104 | 132 | 0 | 106 | 75 | 12 | 540 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1011010 | 0 | 1000110 | 111101 | 1010 | 101100000 | 1001100 | 111010 |
Color Harmonies of #E6445A
Complementary color
Monochromatic Colors of #E6445A
Black with #E6445A
Text Example
Text Example
White with #E6445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6445A; }
p { color: rgb(230,68,90); }
H1.HeaderClassName
{
color: #E6445A;
}
.AnyTagClassName
{
color: #E6445A;
}
</style>
background-color css
<style>
a { background-color: #E6445A; }
a { background-color: rgb(230,68,90); }
div.DivClassName
{
background-color: #E6445A;
}
.BgClassName
{
background-color: #E6445A;
}
</style>
border-color css
<style>
span { border-color: #E6445A; }
span { border-color: rgb(230,68,90); }
td.TdClassName
{
border-color: #E6445A;
}
.TagClassName
{
border-color: #E6445A;
}
</style>