Shades of Cranberry #E74768
Tints of Cranberry #E74768
RGB
CMYK
RGB Variations
Color information
#E74768 (or 0xE74768) is known color: Cranberry. HEX triplet: E7, 47 and 68. RGB value is (231,71,104). Sum of RGB (Red+Green+Blue) = 231+71+104=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E74768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74768 is #18B897. Grayscale: #7A7A7A. Windows color (decimal): -1620120 or 6834151. OLE color: 6834151.
HSL color Cylindrical-coordinate representation of color #E74768: hue angle of 347.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74768 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 104 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.09 |
| HSL | 347.63º | 0.77% | 0.59% | - |
| HSV(B) | 347.63º | 0.69% | 0.91% | - |
| XYZ | 37.71 | 22.49 | 15.45 | - |
| YUV | 122.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 104 | 0 | 0.69 | 0.55 | 0.09 | 347.63 | 0.77 | 0.59 |
| Hex | E7 | 47 | 68 | 0 | 45 | 37 | 9 | 15C | 4D | 3B |
| Octal | 347 | 107 | 150 | 0 | 105 | 67 | 11 | 534 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1101000 | 0 | 1000101 | 110111 | 1001 | 101011100 | 1001101 | 111011 |
Color Harmonies of #E74768
Complementary color
Monochromatic Colors of #E74768
Black with #E74768
Text Example
Text Example
White with #E74768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74768; }
p { color: rgb(231,71,104); }
H1.HeaderClassName
{
color: #E74768;
}
.AnyTagClassName
{
color: #E74768;
}
</style>
background-color css
<style>
a { background-color: #E74768; }
a { background-color: rgb(231,71,104); }
div.DivClassName
{
background-color: #E74768;
}
.BgClassName
{
background-color: #E74768;
}
</style>
border-color css
<style>
span { border-color: #E74768; }
span { border-color: rgb(231,71,104); }
td.TdClassName
{
border-color: #E74768;
}
.TagClassName
{
border-color: #E74768;
}
</style>