Shades of Cranberry #E14B7D
Tints of Cranberry #E14B7D
RGB
CMYK
RGB Variations
Color information
#E14B7D (or 0xE14B7D) is known color: Cranberry. HEX triplet: E1, 4B and 7D. RGB value is (225,75,125). Sum of RGB (Red+Green+Blue) = 225+75+125=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B7D is #1EB482. Grayscale: #7D7D7D. Windows color (decimal): -2012291 or 8211425. OLE color: 8211425.
HSL color Cylindrical-coordinate representation of color #E14B7D: hue angle of 340º degrees, saturation: 0.71, 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 #E14B7D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 125 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.12 |
| HSL | 340º | 0.71% | 0.59% | - |
| HSV(B) | 340º | 0.67% | 0.88% | - |
| XYZ | 37.27 | 22.52 | 21.78 | - |
| YUV | 125.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 125 | 0 | 0.67 | 0.44 | 0.12 | 340 | 0.71 | 0.59 |
| Hex | E1 | 4B | 7D | 0 | 43 | 2C | C | 154 | 47 | 3B |
| Octal | 341 | 113 | 175 | 0 | 103 | 54 | 14 | 524 | 107 | 73 |
| Binary | 11100001 | 1001011 | 1111101 | 0 | 1000011 | 101100 | 1100 | 101010100 | 1000111 | 111011 |
Color Harmonies of #E14B7D
Complementary color
Monochromatic Colors of #E14B7D
Black with #E14B7D
Text Example
Text Example
White with #E14B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B7D; }
p { color: rgb(225,75,125); }
H1.HeaderClassName
{
color: #E14B7D;
}
.AnyTagClassName
{
color: #E14B7D;
}
</style>
background-color css
<style>
a { background-color: #E14B7D; }
a { background-color: rgb(225,75,125); }
div.DivClassName
{
background-color: #E14B7D;
}
.BgClassName
{
background-color: #E14B7D;
}
</style>
border-color css
<style>
span { border-color: #E14B7D; }
span { border-color: rgb(225,75,125); }
td.TdClassName
{
border-color: #E14B7D;
}
.TagClassName
{
border-color: #E14B7D;
}
</style>