Shades of Cranberry #E64170
Tints of Cranberry #E64170
RGB
CMYK
RGB Variations
Color information
#E64170 (or 0xE64170) is known color: Cranberry. HEX triplet: E6, 41 and 70. RGB value is (230,65,112). Sum of RGB (Red+Green+Blue) = 230+65+112=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E64170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64170 is #19BE8F. Grayscale: #777777. Windows color (decimal): -1687184 or 7356902. OLE color: 7356902.
HSL color Cylindrical-coordinate representation of color #E64170: hue angle of 342.91º 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 #E64170 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 112 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.10 |
| HSL | 342.91º | 0.77% | 0.58% | - |
| HSV(B) | 342.91º | 0.72% | 0.9% | - |
| XYZ | 37.45 | 21.77 | 17.56 | - |
| YUV | 119.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 112 | 0 | 0.72 | 0.51 | 0.10 | 342.91 | 0.77 | 0.58 |
| Hex | E6 | 41 | 70 | 0 | 48 | 33 | A | 157 | 4D | 3A |
| Octal | 346 | 101 | 160 | 0 | 110 | 63 | 12 | 527 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1110000 | 0 | 1001000 | 110011 | 1010 | 101010111 | 1001101 | 111010 |
Color Harmonies of #E64170
Complementary color
Monochromatic Colors of #E64170
Black with #E64170
Text Example
Text Example
White with #E64170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64170; }
p { color: rgb(230,65,112); }
H1.HeaderClassName
{
color: #E64170;
}
.AnyTagClassName
{
color: #E64170;
}
</style>
background-color css
<style>
a { background-color: #E64170; }
a { background-color: rgb(230,65,112); }
div.DivClassName
{
background-color: #E64170;
}
.BgClassName
{
background-color: #E64170;
}
</style>
border-color css
<style>
span { border-color: #E64170; }
span { border-color: rgb(230,65,112); }
td.TdClassName
{
border-color: #E64170;
}
.TagClassName
{
border-color: #E64170;
}
</style>