Shades of Cranberry #E14D7B
Tints of Cranberry #E14D7B
RGB
CMYK
RGB Variations
Color information
#E14D7B (or 0xE14D7B) is known color: Cranberry. HEX triplet: E1, 4D and 7B. RGB value is (225,77,123). Sum of RGB (Red+Green+Blue) = 225+77+123=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D7B is #1EB284. Grayscale: #7E7E7E. Windows color (decimal): -2011781 or 8080865. OLE color: 8080865.
HSL color Cylindrical-coordinate representation of color #E14D7B: hue angle of 341.35º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D7B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 123 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.12 |
| HSL | 341.35º | 0.71% | 0.59% | - |
| HSV(B) | 341.35º | 0.66% | 0.88% | - |
| XYZ | 37.28 | 22.75 | 21.16 | - |
| YUV | 126.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 123 | 0 | 0.66 | 0.45 | 0.12 | 341.35 | 0.71 | 0.59 |
| Hex | E1 | 4D | 7B | 0 | 42 | 2D | C | 155 | 47 | 3B |
| Octal | 341 | 115 | 173 | 0 | 102 | 55 | 14 | 525 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1111011 | 0 | 1000010 | 101101 | 1100 | 101010101 | 1000111 | 111011 |
Color Harmonies of #E14D7B
Complementary color
Monochromatic Colors of #E14D7B
Black with #E14D7B
Text Example
Text Example
White with #E14D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D7B; }
p { color: rgb(225,77,123); }
H1.HeaderClassName
{
color: #E14D7B;
}
.AnyTagClassName
{
color: #E14D7B;
}
</style>
background-color css
<style>
a { background-color: #E14D7B; }
a { background-color: rgb(225,77,123); }
div.DivClassName
{
background-color: #E14D7B;
}
.BgClassName
{
background-color: #E14D7B;
}
</style>
border-color css
<style>
span { border-color: #E14D7B; }
span { border-color: rgb(225,77,123); }
td.TdClassName
{
border-color: #E14D7B;
}
.TagClassName
{
border-color: #E14D7B;
}
</style>