Shades of Cranberry #E74875
Tints of Cranberry #E74875
RGB
CMYK
RGB Variations
Color information
#E74875 (or 0xE74875) is known color: Cranberry. HEX triplet: E7, 48 and 75. RGB value is (231,72,117). Sum of RGB (Red+Green+Blue) = 231+72+117=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E74875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74875 is #18B78A. Grayscale: #7C7C7C. Windows color (decimal): -1619851 or 7686375. OLE color: 7686375.
HSL color Cylindrical-coordinate representation of color #E74875: hue angle of 343.02º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74875 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 117 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.09 |
| HSL | 343.02º | 0.77% | 0.59% | - |
| HSV(B) | 343.02º | 0.69% | 0.91% | - |
| XYZ | 38.48 | 22.91 | 19.22 | - |
| YUV | 124.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 117 | 0 | 0.69 | 0.49 | 0.09 | 343.02 | 0.77 | 0.59 |
| Hex | E7 | 48 | 75 | 0 | 45 | 31 | 9 | 157 | 4D | 3B |
| Octal | 347 | 110 | 165 | 0 | 105 | 61 | 11 | 527 | 115 | 73 |
| Binary | 11100111 | 1001000 | 1110101 | 0 | 1000101 | 110001 | 1001 | 101010111 | 1001101 | 111011 |
Color Harmonies of #E74875
Complementary color
Monochromatic Colors of #E74875
Black with #E74875
Text Example
Text Example
White with #E74875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74875; }
p { color: rgb(231,72,117); }
H1.HeaderClassName
{
color: #E74875;
}
.AnyTagClassName
{
color: #E74875;
}
</style>
background-color css
<style>
a { background-color: #E74875; }
a { background-color: rgb(231,72,117); }
div.DivClassName
{
background-color: #E74875;
}
.BgClassName
{
background-color: #E74875;
}
</style>
border-color css
<style>
span { border-color: #E74875; }
span { border-color: rgb(231,72,117); }
td.TdClassName
{
border-color: #E74875;
}
.TagClassName
{
border-color: #E74875;
}
</style>