Shades of Cranberry #E74D6C
Tints of Cranberry #E74D6C
RGB
CMYK
RGB Variations
Color information
#E74D6C (or 0xE74D6C) is known color: Cranberry. HEX triplet: E7, 4D and 6C. RGB value is (231,77,108). Sum of RGB (Red+Green+Blue) = 231+77+108=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D6C is #18B293. Grayscale: #7E7E7E. Windows color (decimal): -1618580 or 7097831. OLE color: 7097831.
HSL color Cylindrical-coordinate representation of color #E74D6C: hue angle of 347.92º 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 #E74D6C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 108 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.09 |
| HSL | 347.92º | 0.76% | 0.6% | - |
| HSV(B) | 347.92º | 0.67% | 0.91% | - |
| XYZ | 38.32 | 23.38 | 16.68 | - |
| YUV | 126.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 108 | 0 | 0.67 | 0.53 | 0.09 | 347.92 | 0.76 | 0.6 |
| Hex | E7 | 4D | 6C | 0 | 43 | 35 | 9 | 15C | 4C | 3C |
| Octal | 347 | 115 | 154 | 0 | 103 | 65 | 11 | 534 | 114 | 74 |
| Binary | 11100111 | 1001101 | 1101100 | 0 | 1000011 | 110101 | 1001 | 101011100 | 1001100 | 111100 |
Color Harmonies of #E74D6C
Complementary color
Monochromatic Colors of #E74D6C
Black with #E74D6C
Text Example
Text Example
White with #E74D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D6C; }
p { color: rgb(231,77,108); }
H1.HeaderClassName
{
color: #E74D6C;
}
.AnyTagClassName
{
color: #E74D6C;
}
</style>
background-color css
<style>
a { background-color: #E74D6C; }
a { background-color: rgb(231,77,108); }
div.DivClassName
{
background-color: #E74D6C;
}
.BgClassName
{
background-color: #E74D6C;
}
</style>
border-color css
<style>
span { border-color: #E74D6C; }
span { border-color: rgb(231,77,108); }
td.TdClassName
{
border-color: #E74D6C;
}
.TagClassName
{
border-color: #E74D6C;
}
</style>