Shades of Cranberry #E64A68
Tints of Cranberry #E64A68
RGB
CMYK
RGB Variations
Color information
#E64A68 (or 0xE64A68) is known color: Cranberry. HEX triplet: E6, 4A and 68. RGB value is (230,74,104). Sum of RGB (Red+Green+Blue) = 230+74+104=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A68 is #19B597. Grayscale: #7C7C7C. Windows color (decimal): -1684888 or 6834918. OLE color: 6834918.
HSL color Cylindrical-coordinate representation of color #E64A68: hue angle of 348.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A68 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 104 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.10 |
| HSL | 348.46º | 0.76% | 0.6% | - |
| HSV(B) | 348.46º | 0.68% | 0.9% | - |
| XYZ | 37.58 | 22.72 | 15.5 | - |
| YUV | 124.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 104 | 0 | 0.68 | 0.55 | 0.10 | 348.46 | 0.76 | 0.6 |
| Hex | E6 | 4A | 68 | 0 | 44 | 37 | A | 15C | 4C | 3C |
| Octal | 346 | 112 | 150 | 0 | 104 | 67 | 12 | 534 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1101000 | 0 | 1000100 | 110111 | 1010 | 101011100 | 1001100 | 111100 |
Color Harmonies of #E64A68
Complementary color
Monochromatic Colors of #E64A68
Black with #E64A68
Text Example
Text Example
White with #E64A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A68; }
p { color: rgb(230,74,104); }
H1.HeaderClassName
{
color: #E64A68;
}
.AnyTagClassName
{
color: #E64A68;
}
</style>
background-color css
<style>
a { background-color: #E64A68; }
a { background-color: rgb(230,74,104); }
div.DivClassName
{
background-color: #E64A68;
}
.BgClassName
{
background-color: #E64A68;
}
</style>
border-color css
<style>
span { border-color: #E64A68; }
span { border-color: rgb(230,74,104); }
td.TdClassName
{
border-color: #E64A68;
}
.TagClassName
{
border-color: #E64A68;
}
</style>