Shades of Cranberry #E74E68
Tints of Cranberry #E74E68
RGB
CMYK
RGB Variations
Color information
#E74E68 (or 0xE74E68) is known color: Cranberry. HEX triplet: E7, 4E and 68. RGB value is (231,78,104). Sum of RGB (Red+Green+Blue) = 231+78+104=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74E68 is #18B197. Grayscale: #7E7E7E. Windows color (decimal): -1618328 or 6835943. OLE color: 6835943.
HSL color Cylindrical-coordinate representation of color #E74E68: hue angle of 349.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E68 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 104 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.09 |
| HSL | 349.8º | 0.76% | 0.61% | - |
| HSV(B) | 349.8º | 0.66% | 0.91% | - |
| XYZ | 38.18 | 23.44 | 15.61 | - |
| YUV | 126.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 104 | 0 | 0.66 | 0.55 | 0.09 | 349.8 | 0.76 | 0.61 |
| Hex | E7 | 4E | 68 | 0 | 42 | 37 | 9 | 15E | 4C | 3D |
| Octal | 347 | 116 | 150 | 0 | 102 | 67 | 11 | 536 | 114 | 75 |
| Binary | 11100111 | 1001110 | 1101000 | 0 | 1000010 | 110111 | 1001 | 101011110 | 1001100 | 111101 |
Color Harmonies of #E74E68
Complementary color
Monochromatic Colors of #E74E68
Black with #E74E68
Text Example
Text Example
White with #E74E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E68; }
p { color: rgb(231,78,104); }
H1.HeaderClassName
{
color: #E74E68;
}
.AnyTagClassName
{
color: #E74E68;
}
</style>
background-color css
<style>
a { background-color: #E74E68; }
a { background-color: rgb(231,78,104); }
div.DivClassName
{
background-color: #E74E68;
}
.BgClassName
{
background-color: #E74E68;
}
</style>
border-color css
<style>
span { border-color: #E74E68; }
span { border-color: rgb(231,78,104); }
td.TdClassName
{
border-color: #E74E68;
}
.TagClassName
{
border-color: #E74E68;
}
</style>