Shades of Cranberry #E14B6E
Tints of Cranberry #E14B6E
RGB
CMYK
RGB Variations
Color information
#E14B6E (or 0xE14B6E) is known color: Cranberry. HEX triplet: E1, 4B and 6E. RGB value is (225,75,110). Sum of RGB (Red+Green+Blue) = 225+75+110=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B6E is #1EB491. Grayscale: #7B7B7B. Windows color (decimal): -2012306 or 7228385. OLE color: 7228385.
HSL color Cylindrical-coordinate representation of color #E14B6E: hue angle of 346º 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 #E14B6E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 110 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.12 |
| HSL | 346º | 0.71% | 0.59% | - |
| HSV(B) | 346º | 0.67% | 0.88% | - |
| XYZ | 36.38 | 22.17 | 17.11 | - |
| YUV | 123.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 110 | 0 | 0.67 | 0.51 | 0.12 | 346 | 0.71 | 0.59 |
| Hex | E1 | 4B | 6E | 0 | 43 | 33 | C | 15A | 47 | 3B |
| Octal | 341 | 113 | 156 | 0 | 103 | 63 | 14 | 532 | 107 | 73 |
| Binary | 11100001 | 1001011 | 1101110 | 0 | 1000011 | 110011 | 1100 | 101011010 | 1000111 | 111011 |
Color Harmonies of #E14B6E
Complementary color
Monochromatic Colors of #E14B6E
Black with #E14B6E
Text Example
Text Example
White with #E14B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B6E; }
p { color: rgb(225,75,110); }
H1.HeaderClassName
{
color: #E14B6E;
}
.AnyTagClassName
{
color: #E14B6E;
}
</style>
background-color css
<style>
a { background-color: #E14B6E; }
a { background-color: rgb(225,75,110); }
div.DivClassName
{
background-color: #E14B6E;
}
.BgClassName
{
background-color: #E14B6E;
}
</style>
border-color css
<style>
span { border-color: #E14B6E; }
span { border-color: rgb(225,75,110); }
td.TdClassName
{
border-color: #E14B6E;
}
.TagClassName
{
border-color: #E14B6E;
}
</style>