Shades of Cranberry #E14A74
Tints of Cranberry #E14A74
RGB
CMYK
RGB Variations
Color information
#E14A74 (or 0xE14A74) is known color: Cranberry. HEX triplet: E1, 4A and 74. RGB value is (225,74,116). Sum of RGB (Red+Green+Blue) = 225+74+116=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A74 is #1EB58B. Grayscale: #7B7B7B. Windows color (decimal): -2012556 or 7621345. OLE color: 7621345.
HSL color Cylindrical-coordinate representation of color #E14A74: hue angle of 343.31º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A74 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 116 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.12 |
| HSL | 343.31º | 0.72% | 0.59% | - |
| HSV(B) | 343.31º | 0.67% | 0.88% | - |
| XYZ | 36.65 | 22.17 | 18.87 | - |
| YUV | 123.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 116 | 0 | 0.67 | 0.48 | 0.12 | 343.31 | 0.72 | 0.59 |
| Hex | E1 | 4A | 74 | 0 | 43 | 30 | C | 157 | 48 | 3B |
| Octal | 341 | 112 | 164 | 0 | 103 | 60 | 14 | 527 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1110100 | 0 | 1000011 | 110000 | 1100 | 101010111 | 1001000 | 111011 |
Color Harmonies of #E14A74
Complementary color
Monochromatic Colors of #E14A74
Black with #E14A74
Text Example
Text Example
White with #E14A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A74; }
p { color: rgb(225,74,116); }
H1.HeaderClassName
{
color: #E14A74;
}
.AnyTagClassName
{
color: #E14A74;
}
</style>
background-color css
<style>
a { background-color: #E14A74; }
a { background-color: rgb(225,74,116); }
div.DivClassName
{
background-color: #E14A74;
}
.BgClassName
{
background-color: #E14A74;
}
</style>
border-color css
<style>
span { border-color: #E14A74; }
span { border-color: rgb(225,74,116); }
td.TdClassName
{
border-color: #E14A74;
}
.TagClassName
{
border-color: #E14A74;
}
</style>