Shades of Cranberry #E24B6C
Tints of Cranberry #E24B6C
RGB
CMYK
RGB Variations
Color information
#E24B6C (or 0xE24B6C) is known color: Cranberry. HEX triplet: E2, 4B and 6C. RGB value is (226,75,108). Sum of RGB (Red+Green+Blue) = 226+75+108=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E24B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24B6C is #1DB493. Grayscale: #7B7B7B. Windows color (decimal): -1946772 or 7097314. OLE color: 7097314.
HSL color Cylindrical-coordinate representation of color #E24B6C: hue angle of 346.89º 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 #E24B6C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 108 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.11 |
| HSL | 346.89º | 0.72% | 0.59% | - |
| HSV(B) | 346.89º | 0.67% | 0.89% | - |
| XYZ | 36.59 | 22.28 | 16.56 | - |
| YUV | 123.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 108 | 0 | 0.67 | 0.52 | 0.11 | 346.89 | 0.72 | 0.59 |
| Hex | E2 | 4B | 6C | 0 | 43 | 34 | B | 15B | 48 | 3B |
| Octal | 342 | 113 | 154 | 0 | 103 | 64 | 13 | 533 | 110 | 73 |
| Binary | 11100010 | 1001011 | 1101100 | 0 | 1000011 | 110100 | 1011 | 101011011 | 1001000 | 111011 |
Color Harmonies of #E24B6C
Complementary color
Monochromatic Colors of #E24B6C
Black with #E24B6C
Text Example
Text Example
White with #E24B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24B6C; }
p { color: rgb(226,75,108); }
H1.HeaderClassName
{
color: #E24B6C;
}
.AnyTagClassName
{
color: #E24B6C;
}
</style>
background-color css
<style>
a { background-color: #E24B6C; }
a { background-color: rgb(226,75,108); }
div.DivClassName
{
background-color: #E24B6C;
}
.BgClassName
{
background-color: #E24B6C;
}
</style>
border-color css
<style>
span { border-color: #E24B6C; }
span { border-color: rgb(226,75,108); }
td.TdClassName
{
border-color: #E24B6C;
}
.TagClassName
{
border-color: #E24B6C;
}
</style>