Shades of Cranberry #E24282
Tints of Cranberry #E24282
RGB
CMYK
RGB Variations
Color information
#E24282 (or 0xE24282) is known color: Cranberry. HEX triplet: E2, 42 and 82. RGB value is (226,66,130). Sum of RGB (Red+Green+Blue) = 226+66+130=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E24282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24282 is #1DBD7D. Grayscale: #797979. Windows color (decimal): -1949054 or 8536802. OLE color: 8536802.
HSL color Cylindrical-coordinate representation of color #E24282: hue angle of 336º 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 #E24282 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 130 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.11 |
| HSL | 336º | 0.73% | 0.57% | - |
| HSV(B) | 336º | 0.71% | 0.89% | - |
| XYZ | 37.34 | 21.68 | 23.34 | - |
| YUV | 121.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 130 | 0 | 0.71 | 0.42 | 0.11 | 336 | 0.73 | 0.57 |
| Hex | E2 | 42 | 82 | 0 | 47 | 2A | B | 150 | 49 | 39 |
| Octal | 342 | 102 | 202 | 0 | 107 | 52 | 13 | 520 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10000010 | 0 | 1000111 | 101010 | 1011 | 101010000 | 1001001 | 111001 |
Color Harmonies of #E24282
Complementary color
Monochromatic Colors of #E24282
Black with #E24282
Text Example
Text Example
White with #E24282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24282; }
p { color: rgb(226,66,130); }
H1.HeaderClassName
{
color: #E24282;
}
.AnyTagClassName
{
color: #E24282;
}
</style>
background-color css
<style>
a { background-color: #E24282; }
a { background-color: rgb(226,66,130); }
div.DivClassName
{
background-color: #E24282;
}
.BgClassName
{
background-color: #E24282;
}
</style>
border-color css
<style>
span { border-color: #E24282; }
span { border-color: rgb(226,66,130); }
td.TdClassName
{
border-color: #E24282;
}
.TagClassName
{
border-color: #E24282;
}
</style>