Shades of Cranberry #E74F68
Tints of Cranberry #E74F68
RGB
CMYK
RGB Variations
Color information
#E74F68 (or 0xE74F68) is known color: Cranberry. HEX triplet: E7, 4F and 68. RGB value is (231,79,104). Sum of RGB (Red+Green+Blue) = 231+79+104=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F68 is #18B097. Grayscale: #7F7F7F. Windows color (decimal): -1618072 or 6836199. OLE color: 6836199.
HSL color Cylindrical-coordinate representation of color #E74F68: hue angle of 350.13º 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 #E74F68 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 104 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.09 |
| HSL | 350.13º | 0.76% | 0.61% | - |
| HSV(B) | 350.13º | 0.66% | 0.91% | - |
| XYZ | 38.25 | 23.58 | 15.63 | - |
| YUV | 127.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 104 | 0 | 0.66 | 0.55 | 0.09 | 350.13 | 0.76 | 0.61 |
| Hex | E7 | 4F | 68 | 0 | 42 | 37 | 9 | 15E | 4C | 3D |
| Octal | 347 | 117 | 150 | 0 | 102 | 67 | 11 | 536 | 114 | 75 |
| Binary | 11100111 | 1001111 | 1101000 | 0 | 1000010 | 110111 | 1001 | 101011110 | 1001100 | 111101 |
Color Harmonies of #E74F68
Complementary color
Monochromatic Colors of #E74F68
Black with #E74F68
Text Example
Text Example
White with #E74F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F68; }
p { color: rgb(231,79,104); }
H1.HeaderClassName
{
color: #E74F68;
}
.AnyTagClassName
{
color: #E74F68;
}
</style>
background-color css
<style>
a { background-color: #E74F68; }
a { background-color: rgb(231,79,104); }
div.DivClassName
{
background-color: #E74F68;
}
.BgClassName
{
background-color: #E74F68;
}
</style>
border-color css
<style>
span { border-color: #E74F68; }
span { border-color: rgb(231,79,104); }
td.TdClassName
{
border-color: #E74F68;
}
.TagClassName
{
border-color: #E74F68;
}
</style>