Shades of Cranberry #E2457E
Tints of Cranberry #E2457E
RGB
CMYK
RGB Variations
Color information
#E2457E (or 0xE2457E) is known color: Cranberry. HEX triplet: E2, 45 and 7E. RGB value is (226,69,126). Sum of RGB (Red+Green+Blue) = 226+69+126=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2457E is #1DBA81. Grayscale: #7A7A7A. Windows color (decimal): -1948290 or 8275426. OLE color: 8275426.
HSL color Cylindrical-coordinate representation of color #E2457E: hue angle of 338.22º 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 #E2457E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 126 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.11 |
| HSL | 338.22º | 0.73% | 0.58% | - |
| HSV(B) | 338.22º | 0.69% | 0.89% | - |
| XYZ | 37.26 | 21.93 | 22.01 | - |
| YUV | 122.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 126 | 0 | 0.69 | 0.44 | 0.11 | 338.22 | 0.73 | 0.58 |
| Hex | E2 | 45 | 7E | 0 | 45 | 2C | B | 152 | 49 | 3A |
| Octal | 342 | 105 | 176 | 0 | 105 | 54 | 13 | 522 | 111 | 72 |
| Binary | 11100010 | 1000101 | 1111110 | 0 | 1000101 | 101100 | 1011 | 101010010 | 1001001 | 111010 |
Color Harmonies of #E2457E
Complementary color
Monochromatic Colors of #E2457E
Black with #E2457E
Text Example
Text Example
White with #E2457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2457E; }
p { color: rgb(226,69,126); }
H1.HeaderClassName
{
color: #E2457E;
}
.AnyTagClassName
{
color: #E2457E;
}
</style>
background-color css
<style>
a { background-color: #E2457E; }
a { background-color: rgb(226,69,126); }
div.DivClassName
{
background-color: #E2457E;
}
.BgClassName
{
background-color: #E2457E;
}
</style>
border-color css
<style>
span { border-color: #E2457E; }
span { border-color: rgb(226,69,126); }
td.TdClassName
{
border-color: #E2457E;
}
.TagClassName
{
border-color: #E2457E;
}
</style>