Shades of Cranberry #E64971
Tints of Cranberry #E64971
RGB
CMYK
RGB Variations
Color information
#E64971 (or 0xE64971) is known color: Cranberry. HEX triplet: E6, 49 and 71. RGB value is (230,73,113). Sum of RGB (Red+Green+Blue) = 230+73+113=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E64971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64971 is #19B68E. Grayscale: #7C7C7C. Windows color (decimal): -1685135 or 7424486. OLE color: 7424486.
HSL color Cylindrical-coordinate representation of color #E64971: hue angle of 344.71º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64971 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 113 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.10 |
| HSL | 344.71º | 0.76% | 0.59% | - |
| HSV(B) | 344.71º | 0.68% | 0.9% | - |
| XYZ | 38 | 22.78 | 18.02 | - |
| YUV | 124.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 113 | 0 | 0.68 | 0.51 | 0.10 | 344.71 | 0.76 | 0.59 |
| Hex | E6 | 49 | 71 | 0 | 44 | 33 | A | 159 | 4C | 3B |
| Octal | 346 | 111 | 161 | 0 | 104 | 63 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1110001 | 0 | 1000100 | 110011 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E64971
Complementary color
Monochromatic Colors of #E64971
Black with #E64971
Text Example
Text Example
White with #E64971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64971; }
p { color: rgb(230,73,113); }
H1.HeaderClassName
{
color: #E64971;
}
.AnyTagClassName
{
color: #E64971;
}
</style>
background-color css
<style>
a { background-color: #E64971; }
a { background-color: rgb(230,73,113); }
div.DivClassName
{
background-color: #E64971;
}
.BgClassName
{
background-color: #E64971;
}
</style>
border-color css
<style>
span { border-color: #E64971; }
span { border-color: rgb(230,73,113); }
td.TdClassName
{
border-color: #E64971;
}
.TagClassName
{
border-color: #E64971;
}
</style>