Shades of Cranberry #E64B68
Tints of Cranberry #E64B68
RGB
CMYK
RGB Variations
Color information
#E64B68 (or 0xE64B68) is known color: Cranberry. HEX triplet: E6, 4B and 68. RGB value is (230,75,104). Sum of RGB (Red+Green+Blue) = 230+75+104=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B68 is #19B497. Grayscale: #7C7C7C. Windows color (decimal): -1684632 or 6835174. OLE color: 6835174.
HSL color Cylindrical-coordinate representation of color #E64B68: hue angle of 348.77º 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 #E64B68 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 104 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.10 |
| HSL | 348.77º | 0.76% | 0.6% | - |
| HSV(B) | 348.77º | 0.67% | 0.9% | - |
| XYZ | 37.65 | 22.85 | 15.52 | - |
| YUV | 124.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 104 | 0 | 0.67 | 0.55 | 0.10 | 348.77 | 0.76 | 0.6 |
| Hex | E6 | 4B | 68 | 0 | 43 | 37 | A | 15D | 4C | 3C |
| Octal | 346 | 113 | 150 | 0 | 103 | 67 | 12 | 535 | 114 | 74 |
| Binary | 11100110 | 1001011 | 1101000 | 0 | 1000011 | 110111 | 1010 | 101011101 | 1001100 | 111100 |
Color Harmonies of #E64B68
Complementary color
Monochromatic Colors of #E64B68
Black with #E64B68
Text Example
Text Example
White with #E64B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B68; }
p { color: rgb(230,75,104); }
H1.HeaderClassName
{
color: #E64B68;
}
.AnyTagClassName
{
color: #E64B68;
}
</style>
background-color css
<style>
a { background-color: #E64B68; }
a { background-color: rgb(230,75,104); }
div.DivClassName
{
background-color: #E64B68;
}
.BgClassName
{
background-color: #E64B68;
}
</style>
border-color css
<style>
span { border-color: #E64B68; }
span { border-color: rgb(230,75,104); }
td.TdClassName
{
border-color: #E64B68;
}
.TagClassName
{
border-color: #E64B68;
}
</style>