Shades of Cranberry #E64F71
Tints of Cranberry #E64F71
RGB
CMYK
RGB Variations
Color information
#E64F71 (or 0xE64F71) is known color: Cranberry. HEX triplet: E6, 4F and 71. RGB value is (230,79,113). Sum of RGB (Red+Green+Blue) = 230+79+113=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F71 is #19B08E. Grayscale: #808080. Windows color (decimal): -1683599 or 7426022. OLE color: 7426022.
HSL color Cylindrical-coordinate representation of color #E64F71: hue angle of 346.49º 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 #E64F71 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 113 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.10 |
| HSL | 346.49º | 0.75% | 0.61% | - |
| HSV(B) | 346.49º | 0.66% | 0.9% | - |
| XYZ | 38.41 | 23.61 | 18.16 | - |
| YUV | 128.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 113 | 0 | 0.66 | 0.51 | 0.10 | 346.49 | 0.75 | 0.61 |
| Hex | E6 | 4F | 71 | 0 | 42 | 33 | A | 15A | 4B | 3D |
| Octal | 346 | 117 | 161 | 0 | 102 | 63 | 12 | 532 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1110001 | 0 | 1000010 | 110011 | 1010 | 101011010 | 1001011 | 111101 |
Color Harmonies of #E64F71
Complementary color
Monochromatic Colors of #E64F71
Black with #E64F71
Text Example
Text Example
White with #E64F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F71; }
p { color: rgb(230,79,113); }
H1.HeaderClassName
{
color: #E64F71;
}
.AnyTagClassName
{
color: #E64F71;
}
</style>
background-color css
<style>
a { background-color: #E64F71; }
a { background-color: rgb(230,79,113); }
div.DivClassName
{
background-color: #E64F71;
}
.BgClassName
{
background-color: #E64F71;
}
</style>
border-color css
<style>
span { border-color: #E64F71; }
span { border-color: rgb(230,79,113); }
td.TdClassName
{
border-color: #E64F71;
}
.TagClassName
{
border-color: #E64F71;
}
</style>