Shades of Cranberry #E74474
Tints of Cranberry #E74474
RGB
CMYK
RGB Variations
Color information
#E74474 (or 0xE74474) is known color: Cranberry. HEX triplet: E7, 44 and 74. RGB value is (231,68,116). Sum of RGB (Red+Green+Blue) = 231+68+116=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E74474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74474 is #18BB8B. Grayscale: #7A7A7A. Windows color (decimal): -1620876 or 7619815. OLE color: 7619815.
HSL color Cylindrical-coordinate representation of color #E74474: hue angle of 342.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74474 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 116 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.09 |
| HSL | 342.33º | 0.77% | 0.59% | - |
| HSV(B) | 342.33º | 0.71% | 0.91% | - |
| XYZ | 38.17 | 22.38 | 18.83 | - |
| YUV | 122.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 116 | 0 | 0.71 | 0.50 | 0.09 | 342.33 | 0.77 | 0.59 |
| Hex | E7 | 44 | 74 | 0 | 47 | 32 | 9 | 156 | 4D | 3B |
| Octal | 347 | 104 | 164 | 0 | 107 | 62 | 11 | 526 | 115 | 73 |
| Binary | 11100111 | 1000100 | 1110100 | 0 | 1000111 | 110010 | 1001 | 101010110 | 1001101 | 111011 |
Color Harmonies of #E74474
Complementary color
Monochromatic Colors of #E74474
Black with #E74474
Text Example
Text Example
White with #E74474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74474; }
p { color: rgb(231,68,116); }
H1.HeaderClassName
{
color: #E74474;
}
.AnyTagClassName
{
color: #E74474;
}
</style>
background-color css
<style>
a { background-color: #E74474; }
a { background-color: rgb(231,68,116); }
div.DivClassName
{
background-color: #E74474;
}
.BgClassName
{
background-color: #E74474;
}
</style>
border-color css
<style>
span { border-color: #E74474; }
span { border-color: rgb(231,68,116); }
td.TdClassName
{
border-color: #E74474;
}
.TagClassName
{
border-color: #E74474;
}
</style>