Shades of Cranberry #E64F68
Tints of Cranberry #E64F68
RGB
CMYK
RGB Variations
Color information
#E64F68 (or 0xE64F68) is known color: Cranberry. HEX triplet: E6, 4F and 68. RGB value is (230,79,104). Sum of RGB (Red+Green+Blue) = 230+79+104=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F68 is #19B097. Grayscale: #7F7F7F. Windows color (decimal): -1683608 or 6836198. OLE color: 6836198.
HSL color Cylindrical-coordinate representation of color #E64F68: hue angle of 350.07º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F68 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 104 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.10 |
| HSL | 350.07º | 0.75% | 0.61% | - |
| HSV(B) | 350.07º | 0.66% | 0.9% | - |
| XYZ | 37.93 | 23.41 | 15.62 | - |
| YUV | 127 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 104 | 0 | 0.66 | 0.55 | 0.10 | 350.07 | 0.75 | 0.61 |
| Hex | E6 | 4F | 68 | 0 | 42 | 37 | A | 15E | 4B | 3D |
| Octal | 346 | 117 | 150 | 0 | 102 | 67 | 12 | 536 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1101000 | 0 | 1000010 | 110111 | 1010 | 101011110 | 1001011 | 111101 |
Color Harmonies of #E64F68
Complementary color
Monochromatic Colors of #E64F68
Black with #E64F68
Text Example
Text Example
White with #E64F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F68; }
p { color: rgb(230,79,104); }
H1.HeaderClassName
{
color: #E64F68;
}
.AnyTagClassName
{
color: #E64F68;
}
</style>
background-color css
<style>
a { background-color: #E64F68; }
a { background-color: rgb(230,79,104); }
div.DivClassName
{
background-color: #E64F68;
}
.BgClassName
{
background-color: #E64F68;
}
</style>
border-color css
<style>
span { border-color: #E64F68; }
span { border-color: rgb(230,79,104); }
td.TdClassName
{
border-color: #E64F68;
}
.TagClassName
{
border-color: #E64F68;
}
</style>