Shades of Cranberry #E55268
Tints of Cranberry #E55268
RGB
CMYK
RGB Variations
Color information
#E55268 (or 0xE55268) is known color: Cranberry. HEX triplet: E5, 52 and 68. RGB value is (229,82,104). Sum of RGB (Red+Green+Blue) = 229+82+104=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55268 is #1AAD97. Grayscale: #808080. Windows color (decimal): -1748376 or 6836965. OLE color: 6836965.
HSL color Cylindrical-coordinate representation of color #E55268: hue angle of 351.02º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55268 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 104 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.10 |
| HSL | 351.02º | 0.74% | 0.61% | - |
| HSV(B) | 351.02º | 0.64% | 0.9% | - |
| XYZ | 37.83 | 23.69 | 15.68 | - |
| YUV | 128.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 104 | 0 | 0.64 | 0.55 | 0.10 | 351.02 | 0.74 | 0.61 |
| Hex | E5 | 52 | 68 | 0 | 40 | 37 | A | 15F | 4A | 3D |
| Octal | 345 | 122 | 150 | 0 | 100 | 67 | 12 | 537 | 112 | 75 |
| Binary | 11100101 | 1010010 | 1101000 | 0 | 1000000 | 110111 | 1010 | 101011111 | 1001010 | 111101 |
Color Harmonies of #E55268
Complementary color
Monochromatic Colors of #E55268
Black with #E55268
Text Example
Text Example
White with #E55268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55268; }
p { color: rgb(229,82,104); }
H1.HeaderClassName
{
color: #E55268;
}
.AnyTagClassName
{
color: #E55268;
}
</style>
background-color css
<style>
a { background-color: #E55268; }
a { background-color: rgb(229,82,104); }
div.DivClassName
{
background-color: #E55268;
}
.BgClassName
{
background-color: #E55268;
}
</style>
border-color css
<style>
span { border-color: #E55268; }
span { border-color: rgb(229,82,104); }
td.TdClassName
{
border-color: #E55268;
}
.TagClassName
{
border-color: #E55268;
}
</style>