Shades of Cranberry #E55369
Tints of Cranberry #E55369
RGB
CMYK
RGB Variations
Color information
#E55369 (or 0xE55369) is known color: Cranberry. HEX triplet: E5, 53 and 69. RGB value is (229,83,105). Sum of RGB (Red+Green+Blue) = 229+83+105=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E55369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55369 is #1AAC96. Grayscale: #818181. Windows color (decimal): -1748119 or 6902757. OLE color: 6902757.
HSL color Cylindrical-coordinate representation of color #E55369: hue angle of 350.96º 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 #E55369 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 105 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.10 |
| HSL | 350.96º | 0.74% | 0.61% | - |
| HSV(B) | 350.96º | 0.64% | 0.9% | - |
| XYZ | 37.96 | 23.86 | 15.97 | - |
| YUV | 129.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 105 | 0 | 0.64 | 0.54 | 0.10 | 350.96 | 0.74 | 0.61 |
| Hex | E5 | 53 | 69 | 0 | 40 | 36 | A | 15F | 4A | 3D |
| Octal | 345 | 123 | 151 | 0 | 100 | 66 | 12 | 537 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1101001 | 0 | 1000000 | 110110 | 1010 | 101011111 | 1001010 | 111101 |
Color Harmonies of #E55369
Complementary color
Monochromatic Colors of #E55369
Black with #E55369
Text Example
Text Example
White with #E55369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55369; }
p { color: rgb(229,83,105); }
H1.HeaderClassName
{
color: #E55369;
}
.AnyTagClassName
{
color: #E55369;
}
</style>
background-color css
<style>
a { background-color: #E55369; }
a { background-color: rgb(229,83,105); }
div.DivClassName
{
background-color: #E55369;
}
.BgClassName
{
background-color: #E55369;
}
</style>
border-color css
<style>
span { border-color: #E55369; }
span { border-color: rgb(229,83,105); }
td.TdClassName
{
border-color: #E55369;
}
.TagClassName
{
border-color: #E55369;
}
</style>