Shades of Cranberry #E14F7B
Tints of Cranberry #E14F7B
RGB
CMYK
RGB Variations
Color information
#E14F7B (or 0xE14F7B) is known color: Cranberry. HEX triplet: E1, 4F and 7B. RGB value is (225,79,123). Sum of RGB (Red+Green+Blue) = 225+79+123=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F7B is #1EB084. Grayscale: #7F7F7F. Windows color (decimal): -2011269 or 8081377. OLE color: 8081377.
HSL color Cylindrical-coordinate representation of color #E14F7B: hue angle of 341.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F7B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 123 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.12 |
| HSL | 341.92º | 0.71% | 0.6% | - |
| HSV(B) | 341.92º | 0.65% | 0.88% | - |
| XYZ | 37.42 | 23.03 | 21.21 | - |
| YUV | 127.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 123 | 0 | 0.65 | 0.45 | 0.12 | 341.92 | 0.71 | 0.6 |
| Hex | E1 | 4F | 7B | 0 | 41 | 2D | C | 156 | 47 | 3C |
| Octal | 341 | 117 | 173 | 0 | 101 | 55 | 14 | 526 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1111011 | 0 | 1000001 | 101101 | 1100 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E14F7B
Complementary color
Monochromatic Colors of #E14F7B
Black with #E14F7B
Text Example
Text Example
White with #E14F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F7B; }
p { color: rgb(225,79,123); }
H1.HeaderClassName
{
color: #E14F7B;
}
.AnyTagClassName
{
color: #E14F7B;
}
</style>
background-color css
<style>
a { background-color: #E14F7B; }
a { background-color: rgb(225,79,123); }
div.DivClassName
{
background-color: #E14F7B;
}
.BgClassName
{
background-color: #E14F7B;
}
</style>
border-color css
<style>
span { border-color: #E14F7B; }
span { border-color: rgb(225,79,123); }
td.TdClassName
{
border-color: #E14F7B;
}
.TagClassName
{
border-color: #E14F7B;
}
</style>