Shades of Cranberry #E14A7E
Tints of Cranberry #E14A7E
RGB
CMYK
RGB Variations
Color information
#E14A7E (or 0xE14A7E) is known color: Cranberry. HEX triplet: E1, 4A and 7E. RGB value is (225,74,126). Sum of RGB (Red+Green+Blue) = 225+74+126=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A7E is #1EB581. Grayscale: #7D7D7D. Windows color (decimal): -2012546 or 8276705. OLE color: 8276705.
HSL color Cylindrical-coordinate representation of color #E14A7E: hue angle of 339.34º 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 #E14A7E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 126 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.12 |
| HSL | 339.34º | 0.72% | 0.59% | - |
| HSV(B) | 339.34º | 0.67% | 0.88% | - |
| XYZ | 37.27 | 22.41 | 22.1 | - |
| YUV | 125.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 126 | 0 | 0.67 | 0.44 | 0.12 | 339.34 | 0.72 | 0.59 |
| Hex | E1 | 4A | 7E | 0 | 43 | 2C | C | 153 | 48 | 3B |
| Octal | 341 | 112 | 176 | 0 | 103 | 54 | 14 | 523 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1111110 | 0 | 1000011 | 101100 | 1100 | 101010011 | 1001000 | 111011 |
Color Harmonies of #E14A7E
Complementary color
Monochromatic Colors of #E14A7E
Black with #E14A7E
Text Example
Text Example
White with #E14A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A7E; }
p { color: rgb(225,74,126); }
H1.HeaderClassName
{
color: #E14A7E;
}
.AnyTagClassName
{
color: #E14A7E;
}
</style>
background-color css
<style>
a { background-color: #E14A7E; }
a { background-color: rgb(225,74,126); }
div.DivClassName
{
background-color: #E14A7E;
}
.BgClassName
{
background-color: #E14A7E;
}
</style>
border-color css
<style>
span { border-color: #E14A7E; }
span { border-color: rgb(225,74,126); }
td.TdClassName
{
border-color: #E14A7E;
}
.TagClassName
{
border-color: #E14A7E;
}
</style>