Shades of Cranberry #E14A7B
Tints of Cranberry #E14A7B
RGB
CMYK
RGB Variations
Color information
#E14A7B (or 0xE14A7B) is known color: Cranberry. HEX triplet: E1, 4A and 7B. RGB value is (225,74,123). Sum of RGB (Red+Green+Blue) = 225+74+123=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A7B is #1EB584. Grayscale: #7C7C7C. Windows color (decimal): -2012549 or 8080097. OLE color: 8080097.
HSL color Cylindrical-coordinate representation of color #E14A7B: hue angle of 340.53º 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 #E14A7B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 123 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.12 |
| HSL | 340.53º | 0.72% | 0.59% | - |
| HSV(B) | 340.53º | 0.67% | 0.88% | - |
| XYZ | 37.08 | 22.34 | 21.1 | - |
| YUV | 124.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 123 | 0 | 0.67 | 0.45 | 0.12 | 340.53 | 0.72 | 0.59 |
| Hex | E1 | 4A | 7B | 0 | 43 | 2D | C | 155 | 48 | 3B |
| Octal | 341 | 112 | 173 | 0 | 103 | 55 | 14 | 525 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1111011 | 0 | 1000011 | 101101 | 1100 | 101010101 | 1001000 | 111011 |
Color Harmonies of #E14A7B
Complementary color
Monochromatic Colors of #E14A7B
Black with #E14A7B
Text Example
Text Example
White with #E14A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A7B; }
p { color: rgb(225,74,123); }
H1.HeaderClassName
{
color: #E14A7B;
}
.AnyTagClassName
{
color: #E14A7B;
}
</style>
background-color css
<style>
a { background-color: #E14A7B; }
a { background-color: rgb(225,74,123); }
div.DivClassName
{
background-color: #E14A7B;
}
.BgClassName
{
background-color: #E14A7B;
}
</style>
border-color css
<style>
span { border-color: #E14A7B; }
span { border-color: rgb(225,74,123); }
td.TdClassName
{
border-color: #E14A7B;
}
.TagClassName
{
border-color: #E14A7B;
}
</style>