Shades of Cranberry #E73D75
Tints of Cranberry #E73D75
RGB
CMYK
RGB Variations
Color information
#E73D75 (or 0xE73D75) is known color: Cranberry. HEX triplet: E7, 3D and 75. RGB value is (231,61,117). Sum of RGB (Red+Green+Blue) = 231+61+117=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73D75 is #18C28A. Grayscale: #767676. Windows color (decimal): -1622667 or 7683559. OLE color: 7683559.
HSL color Cylindrical-coordinate representation of color #E73D75: hue angle of 340.24º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73D75 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 117 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.09 |
| HSL | 340.24º | 0.78% | 0.57% | - |
| HSV(B) | 340.24º | 0.74% | 0.91% | - |
| XYZ | 37.83 | 21.61 | 19.01 | - |
| YUV | 118.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 117 | 0 | 0.74 | 0.49 | 0.09 | 340.24 | 0.78 | 0.57 |
| Hex | E7 | 3D | 75 | 0 | 4A | 31 | 9 | 154 | 4E | 39 |
| Octal | 347 | 75 | 165 | 0 | 112 | 61 | 11 | 524 | 116 | 71 |
| Binary | 11100111 | 111101 | 1110101 | 0 | 1001010 | 110001 | 1001 | 101010100 | 1001110 | 111001 |
Color Harmonies of #E73D75
Complementary color
Monochromatic Colors of #E73D75
Black with #E73D75
Text Example
Text Example
White with #E73D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D75; }
p { color: rgb(231,61,117); }
H1.HeaderClassName
{
color: #E73D75;
}
.AnyTagClassName
{
color: #E73D75;
}
</style>
background-color css
<style>
a { background-color: #E73D75; }
a { background-color: rgb(231,61,117); }
div.DivClassName
{
background-color: #E73D75;
}
.BgClassName
{
background-color: #E73D75;
}
</style>
border-color css
<style>
span { border-color: #E73D75; }
span { border-color: rgb(231,61,117); }
td.TdClassName
{
border-color: #E73D75;
}
.TagClassName
{
border-color: #E73D75;
}
</style>