Shades of Cranberry #E64F74
Tints of Cranberry #E64F74
RGB
CMYK
RGB Variations
Color information
#E64F74 (or 0xE64F74) is known color: Cranberry. HEX triplet: E6, 4F and 74. RGB value is (230,79,116). Sum of RGB (Red+Green+Blue) = 230+79+116=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F74 is #19B08B. Grayscale: #808080. Windows color (decimal): -1683596 or 7622630. OLE color: 7622630.
HSL color Cylindrical-coordinate representation of color #E64F74: hue angle of 345.3º 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 #E64F74 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 116 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.10 |
| HSL | 345.3º | 0.75% | 0.61% | - |
| HSV(B) | 345.3º | 0.66% | 0.9% | - |
| XYZ | 38.58 | 23.68 | 19.06 | - |
| YUV | 128.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 116 | 0 | 0.66 | 0.50 | 0.10 | 345.3 | 0.75 | 0.61 |
| Hex | E6 | 4F | 74 | 0 | 42 | 32 | A | 159 | 4B | 3D |
| Octal | 346 | 117 | 164 | 0 | 102 | 62 | 12 | 531 | 113 | 75 |
| Binary | 11100110 | 1001111 | 1110100 | 0 | 1000010 | 110010 | 1010 | 101011001 | 1001011 | 111101 |
Color Harmonies of #E64F74
Complementary color
Monochromatic Colors of #E64F74
Black with #E64F74
Text Example
Text Example
White with #E64F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F74; }
p { color: rgb(230,79,116); }
H1.HeaderClassName
{
color: #E64F74;
}
.AnyTagClassName
{
color: #E64F74;
}
</style>
background-color css
<style>
a { background-color: #E64F74; }
a { background-color: rgb(230,79,116); }
div.DivClassName
{
background-color: #E64F74;
}
.BgClassName
{
background-color: #E64F74;
}
</style>
border-color css
<style>
span { border-color: #E64F74; }
span { border-color: rgb(230,79,116); }
td.TdClassName
{
border-color: #E64F74;
}
.TagClassName
{
border-color: #E64F74;
}
</style>