Shades of Cranberry #E35369
Tints of Cranberry #E35369
RGB
CMYK
RGB Variations
Color information
#E35369 (or 0xE35369) is known color: Cranberry. HEX triplet: E3, 53 and 69. RGB value is (227,83,105). Sum of RGB (Red+Green+Blue) = 227+83+105=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E35369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35369 is #1CAC96. Grayscale: #808080. Windows color (decimal): -1879191 or 6902755. OLE color: 6902755.
HSL color Cylindrical-coordinate representation of color #E35369: hue angle of 350.83º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35369 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 105 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.11 |
| HSL | 350.83º | 0.72% | 0.61% | - |
| HSV(B) | 350.83º | 0.63% | 0.89% | - |
| XYZ | 37.32 | 23.54 | 15.94 | - |
| YUV | 128.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 105 | 0 | 0.63 | 0.54 | 0.11 | 350.83 | 0.72 | 0.61 |
| Hex | E3 | 53 | 69 | 0 | 3F | 36 | B | 15F | 48 | 3D |
| Octal | 343 | 123 | 151 | 0 | 77 | 66 | 13 | 537 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1101001 | 0 | 111111 | 110110 | 1011 | 101011111 | 1001000 | 111101 |
Color Harmonies of #E35369
Complementary color
Monochromatic Colors of #E35369
Black with #E35369
Text Example
Text Example
White with #E35369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35369; }
p { color: rgb(227,83,105); }
H1.HeaderClassName
{
color: #E35369;
}
.AnyTagClassName
{
color: #E35369;
}
</style>
background-color css
<style>
a { background-color: #E35369; }
a { background-color: rgb(227,83,105); }
div.DivClassName
{
background-color: #E35369;
}
.BgClassName
{
background-color: #E35369;
}
</style>
border-color css
<style>
span { border-color: #E35369; }
span { border-color: rgb(227,83,105); }
td.TdClassName
{
border-color: #E35369;
}
.TagClassName
{
border-color: #E35369;
}
</style>