Shades of Cranberry #E64072
Tints of Cranberry #E64072
RGB
CMYK
RGB Variations
Color information
#E64072 (or 0xE64072) is known color: Cranberry. HEX triplet: E6, 40 and 72. RGB value is (230,64,114). Sum of RGB (Red+Green+Blue) = 230+64+114=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E64072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64072 is #19BF8D. Grayscale: #777777. Windows color (decimal): -1687438 or 7487718. OLE color: 7487718.
HSL color Cylindrical-coordinate representation of color #E64072: hue angle of 341.93º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 114 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.10 |
| HSL | 341.93º | 0.77% | 0.58% | - |
| HSV(B) | 341.93º | 0.72% | 0.9% | - |
| XYZ | 37.5 | 21.7 | 18.13 | - |
| YUV | 119.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 114 | 0 | 0.72 | 0.50 | 0.10 | 341.93 | 0.77 | 0.58 |
| Hex | E6 | 40 | 72 | 0 | 48 | 32 | A | 156 | 4D | 3A |
| Octal | 346 | 100 | 162 | 0 | 110 | 62 | 12 | 526 | 115 | 72 |
| Binary | 11100110 | 1000000 | 1110010 | 0 | 1001000 | 110010 | 1010 | 101010110 | 1001101 | 111010 |
Color Harmonies of #E64072
Complementary color
Monochromatic Colors of #E64072
Black with #E64072
Text Example
Text Example
White with #E64072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64072; }
p { color: rgb(230,64,114); }
H1.HeaderClassName
{
color: #E64072;
}
.AnyTagClassName
{
color: #E64072;
}
</style>
background-color css
<style>
a { background-color: #E64072; }
a { background-color: rgb(230,64,114); }
div.DivClassName
{
background-color: #E64072;
}
.BgClassName
{
background-color: #E64072;
}
</style>
border-color css
<style>
span { border-color: #E64072; }
span { border-color: rgb(230,64,114); }
td.TdClassName
{
border-color: #E64072;
}
.TagClassName
{
border-color: #E64072;
}
</style>