Shades of Cranberry #E64470
Tints of Cranberry #E64470
RGB
CMYK
RGB Variations
Color information
#E64470 (or 0xE64470) is known color: Cranberry. HEX triplet: E6, 44 and 70. RGB value is (230,68,112). Sum of RGB (Red+Green+Blue) = 230+68+112=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E64470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64470 is #19BB8F. Grayscale: #797979. Windows color (decimal): -1686416 or 7357670. OLE color: 7357670.
HSL color Cylindrical-coordinate representation of color #E64470: hue angle of 343.7º 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 #E64470 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 112 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.10 |
| HSL | 343.7º | 0.76% | 0.58% | - |
| HSV(B) | 343.7º | 0.7% | 0.9% | - |
| XYZ | 37.62 | 22.13 | 17.62 | - |
| YUV | 121.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 112 | 0 | 0.70 | 0.51 | 0.10 | 343.7 | 0.76 | 0.58 |
| Hex | E6 | 44 | 70 | 0 | 46 | 33 | A | 158 | 4C | 3A |
| Octal | 346 | 104 | 160 | 0 | 106 | 63 | 12 | 530 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1110000 | 0 | 1000110 | 110011 | 1010 | 101011000 | 1001100 | 111010 |
Color Harmonies of #E64470
Complementary color
Monochromatic Colors of #E64470
Black with #E64470
Text Example
Text Example
White with #E64470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64470; }
p { color: rgb(230,68,112); }
H1.HeaderClassName
{
color: #E64470;
}
.AnyTagClassName
{
color: #E64470;
}
</style>
background-color css
<style>
a { background-color: #E64470; }
a { background-color: rgb(230,68,112); }
div.DivClassName
{
background-color: #E64470;
}
.BgClassName
{
background-color: #E64470;
}
</style>
border-color css
<style>
span { border-color: #E64470; }
span { border-color: rgb(230,68,112); }
td.TdClassName
{
border-color: #E64470;
}
.TagClassName
{
border-color: #E64470;
}
</style>