Shades of Cranberry #E74964
Tints of Cranberry #E74964
RGB
CMYK
RGB Variations
Color information
#E74964 (or 0xE74964) is known color: Cranberry. HEX triplet: E7, 49 and 64. RGB value is (231,73,100). Sum of RGB (Red+Green+Blue) = 231+73+100=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E74964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74964 is #18B69B. Grayscale: #7B7B7B. Windows color (decimal): -1619612 or 6572519. OLE color: 6572519.
HSL color Cylindrical-coordinate representation of color #E74964: hue angle of 349.75º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74964 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 100 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.09 |
| HSL | 349.75º | 0.77% | 0.6% | - |
| HSV(B) | 349.75º | 0.68% | 0.91% | - |
| XYZ | 37.64 | 22.67 | 14.45 | - |
| YUV | 123.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 100 | 0 | 0.68 | 0.57 | 0.09 | 349.75 | 0.77 | 0.6 |
| Hex | E7 | 49 | 64 | 0 | 44 | 39 | 9 | 15E | 4D | 3C |
| Octal | 347 | 111 | 144 | 0 | 104 | 71 | 11 | 536 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1100100 | 0 | 1000100 | 111001 | 1001 | 101011110 | 1001101 | 111100 |
Color Harmonies of #E74964
Complementary color
Monochromatic Colors of #E74964
Black with #E74964
Text Example
Text Example
White with #E74964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74964; }
p { color: rgb(231,73,100); }
H1.HeaderClassName
{
color: #E74964;
}
.AnyTagClassName
{
color: #E74964;
}
</style>
background-color css
<style>
a { background-color: #E74964; }
a { background-color: rgb(231,73,100); }
div.DivClassName
{
background-color: #E74964;
}
.BgClassName
{
background-color: #E74964;
}
</style>
border-color css
<style>
span { border-color: #E74964; }
span { border-color: rgb(231,73,100); }
td.TdClassName
{
border-color: #E74964;
}
.TagClassName
{
border-color: #E74964;
}
</style>