Shades of Cranberry #E1457D
Tints of Cranberry #E1457D
RGB
CMYK
RGB Variations
Color information
#E1457D (or 0xE1457D) is known color: Cranberry. HEX triplet: E1, 45 and 7D. RGB value is (225,69,125). Sum of RGB (Red+Green+Blue) = 225+69+125=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1457D is #1EBA82. Grayscale: #797979. Windows color (decimal): -2013827 or 8209889. OLE color: 8209889.
HSL color Cylindrical-coordinate representation of color #E1457D: hue angle of 338.46º 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 #E1457D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 125 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.12 |
| HSL | 338.46º | 0.72% | 0.58% | - |
| HSV(B) | 338.46º | 0.69% | 0.88% | - |
| XYZ | 36.88 | 21.74 | 21.66 | - |
| YUV | 122.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 125 | 0 | 0.69 | 0.44 | 0.12 | 338.46 | 0.72 | 0.58 |
| Hex | E1 | 45 | 7D | 0 | 45 | 2C | C | 152 | 48 | 3A |
| Octal | 341 | 105 | 175 | 0 | 105 | 54 | 14 | 522 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1111101 | 0 | 1000101 | 101100 | 1100 | 101010010 | 1001000 | 111010 |
Color Harmonies of #E1457D
Complementary color
Monochromatic Colors of #E1457D
Black with #E1457D
Text Example
Text Example
White with #E1457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1457D; }
p { color: rgb(225,69,125); }
H1.HeaderClassName
{
color: #E1457D;
}
.AnyTagClassName
{
color: #E1457D;
}
</style>
background-color css
<style>
a { background-color: #E1457D; }
a { background-color: rgb(225,69,125); }
div.DivClassName
{
background-color: #E1457D;
}
.BgClassName
{
background-color: #E1457D;
}
</style>
border-color css
<style>
span { border-color: #E1457D; }
span { border-color: rgb(225,69,125); }
td.TdClassName
{
border-color: #E1457D;
}
.TagClassName
{
border-color: #E1457D;
}
</style>