Shades of Cranberry #E74176
Tints of Cranberry #E74176
RGB
CMYK
RGB Variations
Color information
#E74176 (or 0xE74176) is known color: Cranberry. HEX triplet: E7, 41 and 76. RGB value is (231,65,118). Sum of RGB (Red+Green+Blue) = 231+65+118=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E74176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74176 is #18BE89. Grayscale: #787878. Windows color (decimal): -1621642 or 7750119. OLE color: 7750119.
HSL color Cylindrical-coordinate representation of color #E74176: hue angle of 340.84º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74176 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 118 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.09 |
| HSL | 340.84º | 0.78% | 0.58% | - |
| HSV(B) | 340.84º | 0.72% | 0.91% | - |
| XYZ | 38.12 | 22.08 | 19.39 | - |
| YUV | 120.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 118 | 0 | 0.72 | 0.49 | 0.09 | 340.84 | 0.78 | 0.58 |
| Hex | E7 | 41 | 76 | 0 | 48 | 31 | 9 | 155 | 4E | 3A |
| Octal | 347 | 101 | 166 | 0 | 110 | 61 | 11 | 525 | 116 | 72 |
| Binary | 11100111 | 1000001 | 1110110 | 0 | 1001000 | 110001 | 1001 | 101010101 | 1001110 | 111010 |
Color Harmonies of #E74176
Complementary color
Monochromatic Colors of #E74176
Black with #E74176
Text Example
Text Example
White with #E74176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74176; }
p { color: rgb(231,65,118); }
H1.HeaderClassName
{
color: #E74176;
}
.AnyTagClassName
{
color: #E74176;
}
</style>
background-color css
<style>
a { background-color: #E74176; }
a { background-color: rgb(231,65,118); }
div.DivClassName
{
background-color: #E74176;
}
.BgClassName
{
background-color: #E74176;
}
</style>
border-color css
<style>
span { border-color: #E74176; }
span { border-color: rgb(231,65,118); }
td.TdClassName
{
border-color: #E74176;
}
.TagClassName
{
border-color: #E74176;
}
</style>