Shades of Cranberry #E1456C
Tints of Cranberry #E1456C
RGB
CMYK
RGB Variations
Color information
#E1456C (or 0xE1456C) is known color: Cranberry. HEX triplet: E1, 45 and 6C. RGB value is (225,69,108). Sum of RGB (Red+Green+Blue) = 225+69+108=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1456C is #1EBA93. Grayscale: #787878. Windows color (decimal): -2013844 or 7095777. OLE color: 7095777.
HSL color Cylindrical-coordinate representation of color #E1456C: hue angle of 345º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1456C is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 108 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.12 |
| HSL | 345º | 0.72% | 0.58% | - |
| HSV(B) | 345º | 0.69% | 0.88% | - |
| XYZ | 35.89 | 21.35 | 16.42 | - |
| YUV | 120.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 108 | 0 | 0.69 | 0.52 | 0.12 | 345 | 0.72 | 0.58 |
| Hex | E1 | 45 | 6C | 0 | 45 | 34 | C | 159 | 48 | 3A |
| Octal | 341 | 105 | 154 | 0 | 105 | 64 | 14 | 531 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1101100 | 0 | 1000101 | 110100 | 1100 | 101011001 | 1001000 | 111010 |
Color Harmonies of #E1456C
Complementary color
Monochromatic Colors of #E1456C
Black with #E1456C
Text Example
Text Example
White with #E1456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1456C; }
p { color: rgb(225,69,108); }
H1.HeaderClassName
{
color: #E1456C;
}
.AnyTagClassName
{
color: #E1456C;
}
</style>
background-color css
<style>
a { background-color: #E1456C; }
a { background-color: rgb(225,69,108); }
div.DivClassName
{
background-color: #E1456C;
}
.BgClassName
{
background-color: #E1456C;
}
</style>
border-color css
<style>
span { border-color: #E1456C; }
span { border-color: rgb(225,69,108); }
td.TdClassName
{
border-color: #E1456C;
}
.TagClassName
{
border-color: #E1456C;
}
</style>