Shades of Cranberry #E74A67
Tints of Cranberry #E74A67
RGB
CMYK
RGB Variations
Color information
#E74A67 (or 0xE74A67) is known color: Cranberry. HEX triplet: E7, 4A and 67. RGB value is (231,74,103). Sum of RGB (Red+Green+Blue) = 231+74+103=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A67 is #18B598. Grayscale: #7C7C7C. Windows color (decimal): -1619353 or 6769383. OLE color: 6769383.
HSL color Cylindrical-coordinate representation of color #E74A67: hue angle of 348.92º 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 #E74A67 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 103 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.09 |
| HSL | 348.92º | 0.77% | 0.6% | - |
| HSV(B) | 348.92º | 0.68% | 0.91% | - |
| XYZ | 37.85 | 22.87 | 15.25 | - |
| YUV | 124.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 103 | 0 | 0.68 | 0.55 | 0.09 | 348.92 | 0.77 | 0.6 |
| Hex | E7 | 4A | 67 | 0 | 44 | 37 | 9 | 15D | 4D | 3C |
| Octal | 347 | 112 | 147 | 0 | 104 | 67 | 11 | 535 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1100111 | 0 | 1000100 | 110111 | 1001 | 101011101 | 1001101 | 111100 |
Color Harmonies of #E74A67
Complementary color
Monochromatic Colors of #E74A67
Black with #E74A67
Text Example
Text Example
White with #E74A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A67; }
p { color: rgb(231,74,103); }
H1.HeaderClassName
{
color: #E74A67;
}
.AnyTagClassName
{
color: #E74A67;
}
</style>
background-color css
<style>
a { background-color: #E74A67; }
a { background-color: rgb(231,74,103); }
div.DivClassName
{
background-color: #E74A67;
}
.BgClassName
{
background-color: #E74A67;
}
</style>
border-color css
<style>
span { border-color: #E74A67; }
span { border-color: rgb(231,74,103); }
td.TdClassName
{
border-color: #E74A67;
}
.TagClassName
{
border-color: #E74A67;
}
</style>