Shades of Cranberry #E64A69
Tints of Cranberry #E64A69
RGB
CMYK
RGB Variations
Color information
#E64A69 (or 0xE64A69) is known color: Cranberry. HEX triplet: E6, 4A and 69. RGB value is (230,74,105). Sum of RGB (Red+Green+Blue) = 230+74+105=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A69 is #19B596. Grayscale: #7C7C7C. Windows color (decimal): -1684887 or 6900454. OLE color: 6900454.
HSL color Cylindrical-coordinate representation of color #E64A69: hue angle of 348.08º 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 #E64A69 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 105 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.10 |
| HSL | 348.08º | 0.76% | 0.6% | - |
| HSV(B) | 348.08º | 0.68% | 0.9% | - |
| XYZ | 37.63 | 22.74 | 15.77 | - |
| YUV | 124.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 105 | 0 | 0.68 | 0.54 | 0.10 | 348.08 | 0.76 | 0.6 |
| Hex | E6 | 4A | 69 | 0 | 44 | 36 | A | 15C | 4C | 3C |
| Octal | 346 | 112 | 151 | 0 | 104 | 66 | 12 | 534 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1101001 | 0 | 1000100 | 110110 | 1010 | 101011100 | 1001100 | 111100 |
Color Harmonies of #E64A69
Complementary color
Monochromatic Colors of #E64A69
Black with #E64A69
Text Example
Text Example
White with #E64A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A69; }
p { color: rgb(230,74,105); }
H1.HeaderClassName
{
color: #E64A69;
}
.AnyTagClassName
{
color: #E64A69;
}
</style>
background-color css
<style>
a { background-color: #E64A69; }
a { background-color: rgb(230,74,105); }
div.DivClassName
{
background-color: #E64A69;
}
.BgClassName
{
background-color: #E64A69;
}
</style>
border-color css
<style>
span { border-color: #E64A69; }
span { border-color: rgb(230,74,105); }
td.TdClassName
{
border-color: #E64A69;
}
.TagClassName
{
border-color: #E64A69;
}
</style>