Shades of Cranberry #E24270
Tints of Cranberry #E24270
RGB
CMYK
RGB Variations
Color information
#E24270 (or 0xE24270) is known color: Cranberry. HEX triplet: E2, 42 and 70. RGB value is (226,66,112). Sum of RGB (Red+Green+Blue) = 226+66+112=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E24270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24270 is #1DBD8F. Grayscale: #777777. Windows color (decimal): -1949072 or 7357154. OLE color: 7357154.
HSL color Cylindrical-coordinate representation of color #E24270: hue angle of 342.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24270 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 112 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.11 |
| HSL | 342.75º | 0.73% | 0.57% | - |
| HSV(B) | 342.75º | 0.71% | 0.89% | - |
| XYZ | 36.24 | 21.24 | 17.52 | - |
| YUV | 119.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 112 | 0 | 0.71 | 0.50 | 0.11 | 342.75 | 0.73 | 0.57 |
| Hex | E2 | 42 | 70 | 0 | 47 | 32 | B | 157 | 49 | 39 |
| Octal | 342 | 102 | 160 | 0 | 107 | 62 | 13 | 527 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1110000 | 0 | 1000111 | 110010 | 1011 | 101010111 | 1001001 | 111001 |
Color Harmonies of #E24270
Complementary color
Monochromatic Colors of #E24270
Black with #E24270
Text Example
Text Example
White with #E24270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24270; }
p { color: rgb(226,66,112); }
H1.HeaderClassName
{
color: #E24270;
}
.AnyTagClassName
{
color: #E24270;
}
</style>
background-color css
<style>
a { background-color: #E24270; }
a { background-color: rgb(226,66,112); }
div.DivClassName
{
background-color: #E24270;
}
.BgClassName
{
background-color: #E24270;
}
</style>
border-color css
<style>
span { border-color: #E24270; }
span { border-color: rgb(226,66,112); }
td.TdClassName
{
border-color: #E24270;
}
.TagClassName
{
border-color: #E24270;
}
</style>