Shades of Cranberry #E74B6C
Tints of Cranberry #E74B6C
RGB
CMYK
RGB Variations
Color information
#E74B6C (or 0xE74B6C) is known color: Cranberry. HEX triplet: E7, 4B and 6C. RGB value is (231,75,108). Sum of RGB (Red+Green+Blue) = 231+75+108=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B6C is #18B493. Grayscale: #7D7D7D. Windows color (decimal): -1619092 or 7097319. OLE color: 7097319.
HSL color Cylindrical-coordinate representation of color #E74B6C: hue angle of 347.31º degrees, saturation: 0.76, 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 #E74B6C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 108 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.09 |
| HSL | 347.31º | 0.76% | 0.6% | - |
| HSV(B) | 347.31º | 0.68% | 0.91% | - |
| XYZ | 38.18 | 23.1 | 16.63 | - |
| YUV | 125.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 108 | 0 | 0.68 | 0.53 | 0.09 | 347.31 | 0.76 | 0.6 |
| Hex | E7 | 4B | 6C | 0 | 44 | 35 | 9 | 15B | 4C | 3C |
| Octal | 347 | 113 | 154 | 0 | 104 | 65 | 11 | 533 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1101100 | 0 | 1000100 | 110101 | 1001 | 101011011 | 1001100 | 111100 |
Color Harmonies of #E74B6C
Complementary color
Monochromatic Colors of #E74B6C
Black with #E74B6C
Text Example
Text Example
White with #E74B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B6C; }
p { color: rgb(231,75,108); }
H1.HeaderClassName
{
color: #E74B6C;
}
.AnyTagClassName
{
color: #E74B6C;
}
</style>
background-color css
<style>
a { background-color: #E74B6C; }
a { background-color: rgb(231,75,108); }
div.DivClassName
{
background-color: #E74B6C;
}
.BgClassName
{
background-color: #E74B6C;
}
</style>
border-color css
<style>
span { border-color: #E74B6C; }
span { border-color: rgb(231,75,108); }
td.TdClassName
{
border-color: #E74B6C;
}
.TagClassName
{
border-color: #E74B6C;
}
</style>