Shades of Cranberry #E2467F
Tints of Cranberry #E2467F
RGB
CMYK
RGB Variations
Color information
#E2467F (or 0xE2467F) is known color: Cranberry. HEX triplet: E2, 46 and 7F. RGB value is (226,70,127). Sum of RGB (Red+Green+Blue) = 226+70+127=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2467F is #1DB980. Grayscale: #7B7B7B. Windows color (decimal): -1948033 or 8341218. OLE color: 8341218.
HSL color Cylindrical-coordinate representation of color #E2467F: hue angle of 338.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2467F is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 127 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.11 |
| HSL | 338.08º | 0.73% | 0.58% | - |
| HSV(B) | 338.08º | 0.69% | 0.89% | - |
| XYZ | 37.38 | 22.08 | 22.37 | - |
| YUV | 123.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 127 | 0 | 0.69 | 0.44 | 0.11 | 338.08 | 0.73 | 0.58 |
| Hex | E2 | 46 | 7F | 0 | 45 | 2C | B | 152 | 49 | 3A |
| Octal | 342 | 106 | 177 | 0 | 105 | 54 | 13 | 522 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1111111 | 0 | 1000101 | 101100 | 1011 | 101010010 | 1001001 | 111010 |
Color Harmonies of #E2467F
Complementary color
Monochromatic Colors of #E2467F
Black with #E2467F
Text Example
Text Example
White with #E2467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2467F; }
p { color: rgb(226,70,127); }
H1.HeaderClassName
{
color: #E2467F;
}
.AnyTagClassName
{
color: #E2467F;
}
</style>
background-color css
<style>
a { background-color: #E2467F; }
a { background-color: rgb(226,70,127); }
div.DivClassName
{
background-color: #E2467F;
}
.BgClassName
{
background-color: #E2467F;
}
</style>
border-color css
<style>
span { border-color: #E2467F; }
span { border-color: rgb(226,70,127); }
td.TdClassName
{
border-color: #E2467F;
}
.TagClassName
{
border-color: #E2467F;
}
</style>