Shades of Cranberry #E14867
Tints of Cranberry #E14867
RGB
CMYK
RGB Variations
Color information
#E14867 (or 0xE14867) is known color: Cranberry. HEX triplet: E1, 48 and 67. RGB value is (225,72,103). Sum of RGB (Red+Green+Blue) = 225+72+103=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E14867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14867 is #1EB798. Grayscale: #797979. Windows color (decimal): -2013081 or 6768865. OLE color: 6768865.
HSL color Cylindrical-coordinate representation of color #E14867: hue angle of 347.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14867 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 103 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.12 |
| HSL | 347.84º | 0.72% | 0.58% | - |
| HSV(B) | 347.84º | 0.68% | 0.88% | - |
| XYZ | 35.82 | 21.62 | 15.12 | - |
| YUV | 121.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 103 | 0 | 0.68 | 0.54 | 0.12 | 347.84 | 0.72 | 0.58 |
| Hex | E1 | 48 | 67 | 0 | 44 | 36 | C | 15C | 48 | 3A |
| Octal | 341 | 110 | 147 | 0 | 104 | 66 | 14 | 534 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1100111 | 0 | 1000100 | 110110 | 1100 | 101011100 | 1001000 | 111010 |
Color Harmonies of #E14867
Complementary color
Monochromatic Colors of #E14867
Black with #E14867
Text Example
Text Example
White with #E14867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14867; }
p { color: rgb(225,72,103); }
H1.HeaderClassName
{
color: #E14867;
}
.AnyTagClassName
{
color: #E14867;
}
</style>
background-color css
<style>
a { background-color: #E14867; }
a { background-color: rgb(225,72,103); }
div.DivClassName
{
background-color: #E14867;
}
.BgClassName
{
background-color: #E14867;
}
</style>
border-color css
<style>
span { border-color: #E14867; }
span { border-color: rgb(225,72,103); }
td.TdClassName
{
border-color: #E14867;
}
.TagClassName
{
border-color: #E14867;
}
</style>