Shades of Cranberry #E64375
Tints of Cranberry #E64375
RGB
CMYK
RGB Variations
Color information
#E64375 (or 0xE64375) is known color: Cranberry. HEX triplet: E6, 43 and 75. RGB value is (230,67,117). Sum of RGB (Red+Green+Blue) = 230+67+117=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E64375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64375 is #19BC8A. Grayscale: #797979. Windows color (decimal): -1686667 or 7685094. OLE color: 7685094.
HSL color Cylindrical-coordinate representation of color #E64375: hue angle of 341.6º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64375 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 117 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.10 |
| HSL | 341.6º | 0.77% | 0.58% | - |
| HSV(B) | 341.6º | 0.71% | 0.9% | - |
| XYZ | 37.85 | 22.12 | 19.1 | - |
| YUV | 121.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 117 | 0 | 0.71 | 0.49 | 0.10 | 341.6 | 0.77 | 0.58 |
| Hex | E6 | 43 | 75 | 0 | 47 | 31 | A | 156 | 4D | 3A |
| Octal | 346 | 103 | 165 | 0 | 107 | 61 | 12 | 526 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1110101 | 0 | 1000111 | 110001 | 1010 | 101010110 | 1001101 | 111010 |
Color Harmonies of #E64375
Complementary color
Monochromatic Colors of #E64375
Black with #E64375
Text Example
Text Example
White with #E64375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64375; }
p { color: rgb(230,67,117); }
H1.HeaderClassName
{
color: #E64375;
}
.AnyTagClassName
{
color: #E64375;
}
</style>
background-color css
<style>
a { background-color: #E64375; }
a { background-color: rgb(230,67,117); }
div.DivClassName
{
background-color: #E64375;
}
.BgClassName
{
background-color: #E64375;
}
</style>
border-color css
<style>
span { border-color: #E64375; }
span { border-color: rgb(230,67,117); }
td.TdClassName
{
border-color: #E64375;
}
.TagClassName
{
border-color: #E64375;
}
</style>