Shades of Cranberry #E74D6F
Tints of Cranberry #E74D6F
RGB
CMYK
RGB Variations
Color information
#E74D6F (or 0xE74D6F) is known color: Cranberry. HEX triplet: E7, 4D and 6F. RGB value is (231,77,111). Sum of RGB (Red+Green+Blue) = 231+77+111=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D6F is #18B290. Grayscale: #7E7E7E. Windows color (decimal): -1618577 or 7294439. OLE color: 7294439.
HSL color Cylindrical-coordinate representation of color #E74D6F: hue angle of 346.75º 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 #E74D6F is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 111 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.09 |
| HSL | 346.75º | 0.76% | 0.6% | - |
| HSV(B) | 346.75º | 0.67% | 0.91% | - |
| XYZ | 38.48 | 23.44 | 17.54 | - |
| YUV | 126.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 111 | 0 | 0.67 | 0.52 | 0.09 | 346.75 | 0.76 | 0.6 |
| Hex | E7 | 4D | 6F | 0 | 43 | 34 | 9 | 15B | 4C | 3C |
| Octal | 347 | 115 | 157 | 0 | 103 | 64 | 11 | 533 | 114 | 74 |
| Binary | 11100111 | 1001101 | 1101111 | 0 | 1000011 | 110100 | 1001 | 101011011 | 1001100 | 111100 |
Color Harmonies of #E74D6F
Complementary color
Monochromatic Colors of #E74D6F
Black with #E74D6F
Text Example
Text Example
White with #E74D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D6F; }
p { color: rgb(231,77,111); }
H1.HeaderClassName
{
color: #E74D6F;
}
.AnyTagClassName
{
color: #E74D6F;
}
</style>
background-color css
<style>
a { background-color: #E74D6F; }
a { background-color: rgb(231,77,111); }
div.DivClassName
{
background-color: #E74D6F;
}
.BgClassName
{
background-color: #E74D6F;
}
</style>
border-color css
<style>
span { border-color: #E74D6F; }
span { border-color: rgb(231,77,111); }
td.TdClassName
{
border-color: #E74D6F;
}
.TagClassName
{
border-color: #E74D6F;
}
</style>