Shades of Cranberry #E64B6C
Tints of Cranberry #E64B6C
RGB
CMYK
RGB Variations
Color information
#E64B6C (or 0xE64B6C) is known color: Cranberry. HEX triplet: E6, 4B and 6C. RGB value is (230,75,108). Sum of RGB (Red+Green+Blue) = 230+75+108=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B6C is #19B493. Grayscale: #7D7D7D. Windows color (decimal): -1684628 or 7097318. OLE color: 7097318.
HSL color Cylindrical-coordinate representation of color #E64B6C: hue angle of 347.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64B6C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 108 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.10 |
| HSL | 347.23º | 0.76% | 0.6% | - |
| HSV(B) | 347.23º | 0.67% | 0.9% | - |
| XYZ | 37.86 | 22.94 | 16.62 | - |
| YUV | 125.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 108 | 0 | 0.67 | 0.53 | 0.10 | 347.23 | 0.76 | 0.6 |
| Hex | E6 | 4B | 6C | 0 | 43 | 35 | A | 15B | 4C | 3C |
| Octal | 346 | 113 | 154 | 0 | 103 | 65 | 12 | 533 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1101100 | 0 | 1000011 | 110101 | 1010 | 101011011 | 1001100 | 111100 |
Color Harmonies of #E64B6C
Complementary color
Monochromatic Colors of #E64B6C
Black with #E64B6C
Text Example
Text Example
White with #E64B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B6C; }
p { color: rgb(230,75,108); }
H1.HeaderClassName
{
color: #E64B6C;
}
.AnyTagClassName
{
color: #E64B6C;
}
</style>
background-color css
<style>
a { background-color: #E64B6C; }
a { background-color: rgb(230,75,108); }
div.DivClassName
{
background-color: #E64B6C;
}
.BgClassName
{
background-color: #E64B6C;
}
</style>
border-color css
<style>
span { border-color: #E64B6C; }
span { border-color: rgb(230,75,108); }
td.TdClassName
{
border-color: #E64B6C;
}
.TagClassName
{
border-color: #E64B6C;
}
</style>