Shades of Cranberry #E24A7A
Tints of Cranberry #E24A7A
RGB
CMYK
RGB Variations
Color information
#E24A7A (or 0xE24A7A) is known color: Cranberry. HEX triplet: E2, 4A and 7A. RGB value is (226,74,122). Sum of RGB (Red+Green+Blue) = 226+74+122=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24A7A is #1DB585. Grayscale: #7C7C7C. Windows color (decimal): -1947014 or 8014562. OLE color: 8014562.
HSL color Cylindrical-coordinate representation of color #E24A7A: hue angle of 341.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24A7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.11 |
| HSL | 341.05º | 0.72% | 0.59% | - |
| HSV(B) | 341.05º | 0.67% | 0.89% | - |
| XYZ | 37.33 | 22.47 | 20.78 | - |
| YUV | 124.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 122 | 0 | 0.67 | 0.46 | 0.11 | 341.05 | 0.72 | 0.59 |
| Hex | E2 | 4A | 7A | 0 | 43 | 2E | B | 155 | 48 | 3B |
| Octal | 342 | 112 | 172 | 0 | 103 | 56 | 13 | 525 | 110 | 73 |
| Binary | 11100010 | 1001010 | 1111010 | 0 | 1000011 | 101110 | 1011 | 101010101 | 1001000 | 111011 |
Color Harmonies of #E24A7A
Complementary color
Monochromatic Colors of #E24A7A
Black with #E24A7A
Text Example
Text Example
White with #E24A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A7A; }
p { color: rgb(226,74,122); }
H1.HeaderClassName
{
color: #E24A7A;
}
.AnyTagClassName
{
color: #E24A7A;
}
</style>
background-color css
<style>
a { background-color: #E24A7A; }
a { background-color: rgb(226,74,122); }
div.DivClassName
{
background-color: #E24A7A;
}
.BgClassName
{
background-color: #E24A7A;
}
</style>
border-color css
<style>
span { border-color: #E24A7A; }
span { border-color: rgb(226,74,122); }
td.TdClassName
{
border-color: #E24A7A;
}
.TagClassName
{
border-color: #E24A7A;
}
</style>