Shades of Cranberry #E74175
Tints of Cranberry #E74175
RGB
CMYK
RGB Variations
Color information
#E74175 (or 0xE74175) is known color: Cranberry. HEX triplet: E7, 41 and 75. RGB value is (231,65,117). Sum of RGB (Red+Green+Blue) = 231+65+117=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74175 is #18BE8A. Grayscale: #787878. Windows color (decimal): -1621643 or 7684583. OLE color: 7684583.
HSL color Cylindrical-coordinate representation of color #E74175: hue angle of 341.2º 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 #E74175 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 117 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.09 |
| HSL | 341.2º | 0.78% | 0.58% | - |
| HSV(B) | 341.2º | 0.72% | 0.91% | - |
| XYZ | 38.06 | 22.05 | 19.08 | - |
| YUV | 120.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 117 | 0 | 0.72 | 0.49 | 0.09 | 341.2 | 0.78 | 0.58 |
| Hex | E7 | 41 | 75 | 0 | 48 | 31 | 9 | 155 | 4E | 3A |
| Octal | 347 | 101 | 165 | 0 | 110 | 61 | 11 | 525 | 116 | 72 |
| Binary | 11100111 | 1000001 | 1110101 | 0 | 1001000 | 110001 | 1001 | 101010101 | 1001110 | 111010 |
Color Harmonies of #E74175
Complementary color
Monochromatic Colors of #E74175
Black with #E74175
Text Example
Text Example
White with #E74175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74175; }
p { color: rgb(231,65,117); }
H1.HeaderClassName
{
color: #E74175;
}
.AnyTagClassName
{
color: #E74175;
}
</style>
background-color css
<style>
a { background-color: #E74175; }
a { background-color: rgb(231,65,117); }
div.DivClassName
{
background-color: #E74175;
}
.BgClassName
{
background-color: #E74175;
}
</style>
border-color css
<style>
span { border-color: #E74175; }
span { border-color: rgb(231,65,117); }
td.TdClassName
{
border-color: #E74175;
}
.TagClassName
{
border-color: #E74175;
}
</style>