Shades of Cranberry #E64472
Tints of Cranberry #E64472
RGB
CMYK
RGB Variations
Color information
#E64472 (or 0xE64472) is known color: Cranberry. HEX triplet: E6, 44 and 72. RGB value is (230,68,114). Sum of RGB (Red+Green+Blue) = 230+68+114=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E64472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64472 is #19BB8D. Grayscale: #797979. Windows color (decimal): -1686414 or 7488742. OLE color: 7488742.
HSL color Cylindrical-coordinate representation of color #E64472: hue angle of 342.96º 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 #E64472 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 114 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.10 |
| HSL | 342.96º | 0.76% | 0.58% | - |
| HSV(B) | 342.96º | 0.7% | 0.9% | - |
| XYZ | 37.74 | 22.17 | 18.21 | - |
| YUV | 121.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 114 | 0 | 0.70 | 0.50 | 0.10 | 342.96 | 0.76 | 0.58 |
| Hex | E6 | 44 | 72 | 0 | 46 | 32 | A | 157 | 4C | 3A |
| Octal | 346 | 104 | 162 | 0 | 106 | 62 | 12 | 527 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1110010 | 0 | 1000110 | 110010 | 1010 | 101010111 | 1001100 | 111010 |
Color Harmonies of #E64472
Complementary color
Monochromatic Colors of #E64472
Black with #E64472
Text Example
Text Example
White with #E64472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64472; }
p { color: rgb(230,68,114); }
H1.HeaderClassName
{
color: #E64472;
}
.AnyTagClassName
{
color: #E64472;
}
</style>
background-color css
<style>
a { background-color: #E64472; }
a { background-color: rgb(230,68,114); }
div.DivClassName
{
background-color: #E64472;
}
.BgClassName
{
background-color: #E64472;
}
</style>
border-color css
<style>
span { border-color: #E64472; }
span { border-color: rgb(230,68,114); }
td.TdClassName
{
border-color: #E64472;
}
.TagClassName
{
border-color: #E64472;
}
</style>