Shades of Cranberry #E2407F
Tints of Cranberry #E2407F
RGB
CMYK
RGB Variations
Color information
#E2407F (or 0xE2407F) is known color: Cranberry. HEX triplet: E2, 40 and 7F. RGB value is (226,64,127). Sum of RGB (Red+Green+Blue) = 226+64+127=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2407F is #1DBF80. Grayscale: #777777. Windows color (decimal): -1949569 or 8339682. OLE color: 8339682.
HSL color Cylindrical-coordinate representation of color #E2407F: hue angle of 336.67º 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 #E2407F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 127 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.11 |
| HSL | 336.67º | 0.74% | 0.57% | - |
| HSV(B) | 336.67º | 0.72% | 0.89% | - |
| XYZ | 37.03 | 21.37 | 22.25 | - |
| YUV | 119.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 127 | 0 | 0.72 | 0.44 | 0.11 | 336.67 | 0.74 | 0.57 |
| Hex | E2 | 40 | 7F | 0 | 48 | 2C | B | 151 | 4A | 39 |
| Octal | 342 | 100 | 177 | 0 | 110 | 54 | 13 | 521 | 112 | 71 |
| Binary | 11100010 | 1000000 | 1111111 | 0 | 1001000 | 101100 | 1011 | 101010001 | 1001010 | 111001 |
Color Harmonies of #E2407F
Complementary color
Monochromatic Colors of #E2407F
Black with #E2407F
Text Example
Text Example
White with #E2407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2407F; }
p { color: rgb(226,64,127); }
H1.HeaderClassName
{
color: #E2407F;
}
.AnyTagClassName
{
color: #E2407F;
}
</style>
background-color css
<style>
a { background-color: #E2407F; }
a { background-color: rgb(226,64,127); }
div.DivClassName
{
background-color: #E2407F;
}
.BgClassName
{
background-color: #E2407F;
}
</style>
border-color css
<style>
span { border-color: #E2407F; }
span { border-color: rgb(226,64,127); }
td.TdClassName
{
border-color: #E2407F;
}
.TagClassName
{
border-color: #E2407F;
}
</style>