Shades of Cranberry #E1457E
Tints of Cranberry #E1457E
RGB
CMYK
RGB Variations
Color information
#E1457E (or 0xE1457E) is known color: Cranberry. HEX triplet: E1, 45 and 7E. RGB value is (225,69,126). Sum of RGB (Red+Green+Blue) = 225+69+126=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1457E is #1EBA81. Grayscale: #7A7A7A. Windows color (decimal): -2013826 or 8275425. OLE color: 8275425.
HSL color Cylindrical-coordinate representation of color #E1457E: hue angle of 338.08º 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 #E1457E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 126 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.12 |
| HSL | 338.08º | 0.72% | 0.58% | - |
| HSV(B) | 338.08º | 0.69% | 0.88% | - |
| XYZ | 36.95 | 21.77 | 21.99 | - |
| YUV | 122.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 126 | 0 | 0.69 | 0.44 | 0.12 | 338.08 | 0.72 | 0.58 |
| Hex | E1 | 45 | 7E | 0 | 45 | 2C | C | 152 | 48 | 3A |
| Octal | 341 | 105 | 176 | 0 | 105 | 54 | 14 | 522 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1111110 | 0 | 1000101 | 101100 | 1100 | 101010010 | 1001000 | 111010 |
Color Harmonies of #E1457E
Complementary color
Monochromatic Colors of #E1457E
Black with #E1457E
Text Example
Text Example
White with #E1457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1457E; }
p { color: rgb(225,69,126); }
H1.HeaderClassName
{
color: #E1457E;
}
.AnyTagClassName
{
color: #E1457E;
}
</style>
background-color css
<style>
a { background-color: #E1457E; }
a { background-color: rgb(225,69,126); }
div.DivClassName
{
background-color: #E1457E;
}
.BgClassName
{
background-color: #E1457E;
}
</style>
border-color css
<style>
span { border-color: #E1457E; }
span { border-color: rgb(225,69,126); }
td.TdClassName
{
border-color: #E1457E;
}
.TagClassName
{
border-color: #E1457E;
}
</style>