Shades of Cranberry #E64A6A
Tints of Cranberry #E64A6A
RGB
CMYK
RGB Variations
Color information
#E64A6A (or 0xE64A6A) is known color: Cranberry. HEX triplet: E6, 4A and 6A. RGB value is (230,74,106). Sum of RGB (Red+Green+Blue) = 230+74+106=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A6A is #19B595. Grayscale: #7C7C7C. Windows color (decimal): -1684886 or 6965990. OLE color: 6965990.
HSL color Cylindrical-coordinate representation of color #E64A6A: hue angle of 347.69º 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 #E64A6A is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 106 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.10 |
| HSL | 347.69º | 0.76% | 0.6% | - |
| HSV(B) | 347.69º | 0.68% | 0.9% | - |
| XYZ | 37.68 | 22.76 | 16.04 | - |
| YUV | 124.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 106 | 0 | 0.68 | 0.54 | 0.10 | 347.69 | 0.76 | 0.6 |
| Hex | E6 | 4A | 6A | 0 | 44 | 36 | A | 15C | 4C | 3C |
| Octal | 346 | 112 | 152 | 0 | 104 | 66 | 12 | 534 | 114 | 74 |
| Binary | 11100110 | 1001010 | 1101010 | 0 | 1000100 | 110110 | 1010 | 101011100 | 1001100 | 111100 |
Color Harmonies of #E64A6A
Complementary color
Monochromatic Colors of #E64A6A
Black with #E64A6A
Text Example
Text Example
White with #E64A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A6A; }
p { color: rgb(230,74,106); }
H1.HeaderClassName
{
color: #E64A6A;
}
.AnyTagClassName
{
color: #E64A6A;
}
</style>
background-color css
<style>
a { background-color: #E64A6A; }
a { background-color: rgb(230,74,106); }
div.DivClassName
{
background-color: #E64A6A;
}
.BgClassName
{
background-color: #E64A6A;
}
</style>
border-color css
<style>
span { border-color: #E64A6A; }
span { border-color: rgb(230,74,106); }
td.TdClassName
{
border-color: #E64A6A;
}
.TagClassName
{
border-color: #E64A6A;
}
</style>