Shades of Cranberry #E14C7B
Tints of Cranberry #E14C7B
RGB
CMYK
RGB Variations
Color information
#E14C7B (or 0xE14C7B) is known color: Cranberry. HEX triplet: E1, 4C and 7B. RGB value is (225,76,123). Sum of RGB (Red+Green+Blue) = 225+76+123=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C7B is #1EB384. Grayscale: #7D7D7D. Windows color (decimal): -2012037 or 8080609. OLE color: 8080609.
HSL color Cylindrical-coordinate representation of color #E14C7B: hue angle of 341.07º 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 #E14C7B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 123 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.12 |
| HSL | 341.07º | 0.71% | 0.59% | - |
| HSV(B) | 341.07º | 0.66% | 0.88% | - |
| XYZ | 37.21 | 22.61 | 21.14 | - |
| YUV | 125.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 123 | 0 | 0.66 | 0.45 | 0.12 | 341.07 | 0.71 | 0.59 |
| Hex | E1 | 4C | 7B | 0 | 42 | 2D | C | 155 | 47 | 3B |
| Octal | 341 | 114 | 173 | 0 | 102 | 55 | 14 | 525 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1111011 | 0 | 1000010 | 101101 | 1100 | 101010101 | 1000111 | 111011 |
Color Harmonies of #E14C7B
Complementary color
Monochromatic Colors of #E14C7B
Black with #E14C7B
Text Example
Text Example
White with #E14C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C7B; }
p { color: rgb(225,76,123); }
H1.HeaderClassName
{
color: #E14C7B;
}
.AnyTagClassName
{
color: #E14C7B;
}
</style>
background-color css
<style>
a { background-color: #E14C7B; }
a { background-color: rgb(225,76,123); }
div.DivClassName
{
background-color: #E14C7B;
}
.BgClassName
{
background-color: #E14C7B;
}
</style>
border-color css
<style>
span { border-color: #E14C7B; }
span { border-color: rgb(225,76,123); }
td.TdClassName
{
border-color: #E14C7B;
}
.TagClassName
{
border-color: #E14C7B;
}
</style>