Shades of Cranberry #E2457D
Tints of Cranberry #E2457D
RGB
CMYK
RGB Variations
Color information
#E2457D (or 0xE2457D) is known color: Cranberry. HEX triplet: E2, 45 and 7D. RGB value is (226,69,125). Sum of RGB (Red+Green+Blue) = 226+69+125=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2457D is #1DBA82. Grayscale: #7A7A7A. Windows color (decimal): -1948291 or 8209890. OLE color: 8209890.
HSL color Cylindrical-coordinate representation of color #E2457D: hue angle of 338.6º 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 #E2457D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 125 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.11 |
| HSL | 338.6º | 0.73% | 0.58% | - |
| HSV(B) | 338.6º | 0.69% | 0.89% | - |
| XYZ | 37.19 | 21.91 | 21.67 | - |
| YUV | 122.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 125 | 0 | 0.69 | 0.45 | 0.11 | 338.6 | 0.73 | 0.58 |
| Hex | E2 | 45 | 7D | 0 | 45 | 2D | B | 153 | 49 | 3A |
| Octal | 342 | 105 | 175 | 0 | 105 | 55 | 13 | 523 | 111 | 72 |
| Binary | 11100010 | 1000101 | 1111101 | 0 | 1000101 | 101101 | 1011 | 101010011 | 1001001 | 111010 |
Color Harmonies of #E2457D
Complementary color
Monochromatic Colors of #E2457D
Black with #E2457D
Text Example
Text Example
White with #E2457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2457D; }
p { color: rgb(226,69,125); }
H1.HeaderClassName
{
color: #E2457D;
}
.AnyTagClassName
{
color: #E2457D;
}
</style>
background-color css
<style>
a { background-color: #E2457D; }
a { background-color: rgb(226,69,125); }
div.DivClassName
{
background-color: #E2457D;
}
.BgClassName
{
background-color: #E2457D;
}
</style>
border-color css
<style>
span { border-color: #E2457D; }
span { border-color: rgb(226,69,125); }
td.TdClassName
{
border-color: #E2457D;
}
.TagClassName
{
border-color: #E2457D;
}
</style>