Shades of Cranberry #E2407A
Tints of Cranberry #E2407A
RGB
CMYK
RGB Variations
Color information
#E2407A (or 0xE2407A) is known color: Cranberry. HEX triplet: E2, 40 and 7A. RGB value is (226,64,122). Sum of RGB (Red+Green+Blue) = 226+64+122=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2407A is #1DBF85. Grayscale: #767676. Windows color (decimal): -1949574 or 8012002. OLE color: 8012002.
HSL color Cylindrical-coordinate representation of color #E2407A: hue angle of 338.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2407A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 122 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.11 |
| HSL | 338.52º | 0.74% | 0.57% | - |
| HSV(B) | 338.52º | 0.72% | 0.89% | - |
| XYZ | 36.71 | 21.24 | 20.58 | - |
| YUV | 119.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 122 | 0 | 0.72 | 0.46 | 0.11 | 338.52 | 0.74 | 0.57 |
| Hex | E2 | 40 | 7A | 0 | 48 | 2E | B | 153 | 4A | 39 |
| Octal | 342 | 100 | 172 | 0 | 110 | 56 | 13 | 523 | 112 | 71 |
| Binary | 11100010 | 1000000 | 1111010 | 0 | 1001000 | 101110 | 1011 | 101010011 | 1001010 | 111001 |
Color Harmonies of #E2407A
Complementary color
Monochromatic Colors of #E2407A
Black with #E2407A
Text Example
Text Example
White with #E2407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2407A; }
p { color: rgb(226,64,122); }
H1.HeaderClassName
{
color: #E2407A;
}
.AnyTagClassName
{
color: #E2407A;
}
</style>
background-color css
<style>
a { background-color: #E2407A; }
a { background-color: rgb(226,64,122); }
div.DivClassName
{
background-color: #E2407A;
}
.BgClassName
{
background-color: #E2407A;
}
</style>
border-color css
<style>
span { border-color: #E2407A; }
span { border-color: rgb(226,64,122); }
td.TdClassName
{
border-color: #E2407A;
}
.TagClassName
{
border-color: #E2407A;
}
</style>