Shades of Cranberry #E74D65
Tints of Cranberry #E74D65
RGB
CMYK
RGB Variations
Color information
#E74D65 (or 0xE74D65) is known color: Cranberry. HEX triplet: E7, 4D and 65. RGB value is (231,77,101). Sum of RGB (Red+Green+Blue) = 231+77+101=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D65 is #18B29A. Grayscale: #7D7D7D. Windows color (decimal): -1618587 or 6639079. OLE color: 6639079.
HSL color Cylindrical-coordinate representation of color #E74D65: hue angle of 350.65º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D65 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 101 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.09 |
| HSL | 350.65º | 0.76% | 0.6% | - |
| HSV(B) | 350.65º | 0.67% | 0.91% | - |
| XYZ | 37.96 | 23.24 | 14.8 | - |
| YUV | 125.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 101 | 0 | 0.67 | 0.56 | 0.09 | 350.65 | 0.76 | 0.6 |
| Hex | E7 | 4D | 65 | 0 | 43 | 38 | 9 | 15F | 4C | 3C |
| Octal | 347 | 115 | 145 | 0 | 103 | 70 | 11 | 537 | 114 | 74 |
| Binary | 11100111 | 1001101 | 1100101 | 0 | 1000011 | 111000 | 1001 | 101011111 | 1001100 | 111100 |
Color Harmonies of #E74D65
Complementary color
Monochromatic Colors of #E74D65
Black with #E74D65
Text Example
Text Example
White with #E74D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D65; }
p { color: rgb(231,77,101); }
H1.HeaderClassName
{
color: #E74D65;
}
.AnyTagClassName
{
color: #E74D65;
}
</style>
background-color css
<style>
a { background-color: #E74D65; }
a { background-color: rgb(231,77,101); }
div.DivClassName
{
background-color: #E74D65;
}
.BgClassName
{
background-color: #E74D65;
}
</style>
border-color css
<style>
span { border-color: #E74D65; }
span { border-color: rgb(231,77,101); }
td.TdClassName
{
border-color: #E74D65;
}
.TagClassName
{
border-color: #E74D65;
}
</style>