Shades of Cranberry #E74A76
Tints of Cranberry #E74A76
RGB
CMYK
RGB Variations
Color information
#E74A76 (or 0xE74A76) is known color: Cranberry. HEX triplet: E7, 4A and 76. RGB value is (231,74,118). Sum of RGB (Red+Green+Blue) = 231+74+118=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A76 is #18B589. Grayscale: #7D7D7D. Windows color (decimal): -1619338 or 7752423. OLE color: 7752423.
HSL color Cylindrical-coordinate representation of color #E74A76: hue angle of 343.18º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A76 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 118 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.09 |
| HSL | 343.18º | 0.77% | 0.6% | - |
| HSV(B) | 343.18º | 0.68% | 0.91% | - |
| XYZ | 38.67 | 23.19 | 19.58 | - |
| YUV | 125.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 118 | 0 | 0.68 | 0.49 | 0.09 | 343.18 | 0.77 | 0.6 |
| Hex | E7 | 4A | 76 | 0 | 44 | 31 | 9 | 157 | 4D | 3C |
| Octal | 347 | 112 | 166 | 0 | 104 | 61 | 11 | 527 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1110110 | 0 | 1000100 | 110001 | 1001 | 101010111 | 1001101 | 111100 |
Color Harmonies of #E74A76
Complementary color
Monochromatic Colors of #E74A76
Black with #E74A76
Text Example
Text Example
White with #E74A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A76; }
p { color: rgb(231,74,118); }
H1.HeaderClassName
{
color: #E74A76;
}
.AnyTagClassName
{
color: #E74A76;
}
</style>
background-color css
<style>
a { background-color: #E74A76; }
a { background-color: rgb(231,74,118); }
div.DivClassName
{
background-color: #E74A76;
}
.BgClassName
{
background-color: #E74A76;
}
</style>
border-color css
<style>
span { border-color: #E74A76; }
span { border-color: rgb(231,74,118); }
td.TdClassName
{
border-color: #E74A76;
}
.TagClassName
{
border-color: #E74A76;
}
</style>