Shades of Cranberry #E74C6D
Tints of Cranberry #E74C6D
RGB
CMYK
RGB Variations
Color information
#E74C6D (or 0xE74C6D) is known color: Cranberry. HEX triplet: E7, 4C and 6D. RGB value is (231,76,109). Sum of RGB (Red+Green+Blue) = 231+76+109=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74C6D is #18B392. Grayscale: #7E7E7E. Windows color (decimal): -1618835 or 7163111. OLE color: 7163111.
HSL color Cylindrical-coordinate representation of color #E74C6D: hue angle of 347.23º 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 #E74C6D is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 109 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.09 |
| HSL | 347.23º | 0.76% | 0.6% | - |
| HSV(B) | 347.23º | 0.67% | 0.91% | - |
| XYZ | 38.3 | 23.26 | 16.94 | - |
| YUV | 126.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 109 | 0 | 0.67 | 0.53 | 0.09 | 347.23 | 0.76 | 0.6 |
| Hex | E7 | 4C | 6D | 0 | 43 | 35 | 9 | 15B | 4C | 3C |
| Octal | 347 | 114 | 155 | 0 | 103 | 65 | 11 | 533 | 114 | 74 |
| Binary | 11100111 | 1001100 | 1101101 | 0 | 1000011 | 110101 | 1001 | 101011011 | 1001100 | 111100 |
Color Harmonies of #E74C6D
Complementary color
Monochromatic Colors of #E74C6D
Black with #E74C6D
Text Example
Text Example
White with #E74C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C6D; }
p { color: rgb(231,76,109); }
H1.HeaderClassName
{
color: #E74C6D;
}
.AnyTagClassName
{
color: #E74C6D;
}
</style>
background-color css
<style>
a { background-color: #E74C6D; }
a { background-color: rgb(231,76,109); }
div.DivClassName
{
background-color: #E74C6D;
}
.BgClassName
{
background-color: #E74C6D;
}
</style>
border-color css
<style>
span { border-color: #E74C6D; }
span { border-color: rgb(231,76,109); }
td.TdClassName
{
border-color: #E74C6D;
}
.TagClassName
{
border-color: #E74C6D;
}
</style>