Shades of Cranberry #E2427A
Tints of Cranberry #E2427A
RGB
CMYK
RGB Variations
Color information
#E2427A (or 0xE2427A) is known color: Cranberry. HEX triplet: E2, 42 and 7A. RGB value is (226,66,122). Sum of RGB (Red+Green+Blue) = 226+66+122=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2427A is #1DBD85. Grayscale: #787878. Windows color (decimal): -1949062 or 8012514. OLE color: 8012514.
HSL color Cylindrical-coordinate representation of color #E2427A: hue angle of 339º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2427A is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 122 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.11 |
| HSL | 339º | 0.73% | 0.57% | - |
| HSV(B) | 339º | 0.71% | 0.89% | - |
| XYZ | 36.83 | 21.47 | 20.62 | - |
| YUV | 120.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 122 | 0 | 0.71 | 0.46 | 0.11 | 339 | 0.73 | 0.57 |
| Hex | E2 | 42 | 7A | 0 | 47 | 2E | B | 153 | 49 | 39 |
| Octal | 342 | 102 | 172 | 0 | 107 | 56 | 13 | 523 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1111010 | 0 | 1000111 | 101110 | 1011 | 101010011 | 1001001 | 111001 |
Color Harmonies of #E2427A
Complementary color
Monochromatic Colors of #E2427A
Black with #E2427A
Text Example
Text Example
White with #E2427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2427A; }
p { color: rgb(226,66,122); }
H1.HeaderClassName
{
color: #E2427A;
}
.AnyTagClassName
{
color: #E2427A;
}
</style>
background-color css
<style>
a { background-color: #E2427A; }
a { background-color: rgb(226,66,122); }
div.DivClassName
{
background-color: #E2427A;
}
.BgClassName
{
background-color: #E2427A;
}
</style>
border-color css
<style>
span { border-color: #E2427A; }
span { border-color: rgb(226,66,122); }
td.TdClassName
{
border-color: #E2427A;
}
.TagClassName
{
border-color: #E2427A;
}
</style>