Shades of Cranberry #E74A6F
Tints of Cranberry #E74A6F
RGB
CMYK
RGB Variations
Color information
#E74A6F (or 0xE74A6F) is known color: Cranberry. HEX triplet: E7, 4A and 6F. RGB value is (231,74,111). Sum of RGB (Red+Green+Blue) = 231+74+111=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A6F is #18B590. Grayscale: #7D7D7D. Windows color (decimal): -1619345 or 7293671. OLE color: 7293671.
HSL color Cylindrical-coordinate representation of color #E74A6F: hue angle of 345.86º 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 #E74A6F is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 111 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.09 |
| HSL | 345.86º | 0.77% | 0.6% | - |
| HSV(B) | 345.86º | 0.68% | 0.91% | - |
| XYZ | 38.27 | 23.03 | 17.47 | - |
| YUV | 125.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 111 | 0 | 0.68 | 0.52 | 0.09 | 345.86 | 0.77 | 0.6 |
| Hex | E7 | 4A | 6F | 0 | 44 | 34 | 9 | 15A | 4D | 3C |
| Octal | 347 | 112 | 157 | 0 | 104 | 64 | 11 | 532 | 115 | 74 |
| Binary | 11100111 | 1001010 | 1101111 | 0 | 1000100 | 110100 | 1001 | 101011010 | 1001101 | 111100 |
Color Harmonies of #E74A6F
Complementary color
Monochromatic Colors of #E74A6F
Black with #E74A6F
Text Example
Text Example
White with #E74A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A6F; }
p { color: rgb(231,74,111); }
H1.HeaderClassName
{
color: #E74A6F;
}
.AnyTagClassName
{
color: #E74A6F;
}
</style>
background-color css
<style>
a { background-color: #E74A6F; }
a { background-color: rgb(231,74,111); }
div.DivClassName
{
background-color: #E74A6F;
}
.BgClassName
{
background-color: #E74A6F;
}
</style>
border-color css
<style>
span { border-color: #E74A6F; }
span { border-color: rgb(231,74,111); }
td.TdClassName
{
border-color: #E74A6F;
}
.TagClassName
{
border-color: #E74A6F;
}
</style>