Shades of Cranberry #E64770
Tints of Cranberry #E64770
RGB
CMYK
RGB Variations
Color information
#E64770 (or 0xE64770) is known color: Cranberry. HEX triplet: E6, 47 and 70. RGB value is (230,71,112). Sum of RGB (Red+Green+Blue) = 230+71+112=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E64770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64770 is #19B88F. Grayscale: #7B7B7B. Windows color (decimal): -1685648 or 7358438. OLE color: 7358438.
HSL color Cylindrical-coordinate representation of color #E64770: hue angle of 344.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64770 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 112 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.10 |
| HSL | 344.53º | 0.76% | 0.59% | - |
| HSV(B) | 344.53º | 0.69% | 0.9% | - |
| XYZ | 37.81 | 22.5 | 17.68 | - |
| YUV | 123.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 112 | 0 | 0.69 | 0.51 | 0.10 | 344.53 | 0.76 | 0.59 |
| Hex | E6 | 47 | 70 | 0 | 45 | 33 | A | 159 | 4C | 3B |
| Octal | 346 | 107 | 160 | 0 | 105 | 63 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1110000 | 0 | 1000101 | 110011 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E64770
Complementary color
Monochromatic Colors of #E64770
Black with #E64770
Text Example
Text Example
White with #E64770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64770; }
p { color: rgb(230,71,112); }
H1.HeaderClassName
{
color: #E64770;
}
.AnyTagClassName
{
color: #E64770;
}
</style>
background-color css
<style>
a { background-color: #E64770; }
a { background-color: rgb(230,71,112); }
div.DivClassName
{
background-color: #E64770;
}
.BgClassName
{
background-color: #E64770;
}
</style>
border-color css
<style>
span { border-color: #E64770; }
span { border-color: rgb(230,71,112); }
td.TdClassName
{
border-color: #E64770;
}
.TagClassName
{
border-color: #E64770;
}
</style>