Shades of Cranberry #E35075
Tints of Cranberry #E35075
RGB
CMYK
RGB Variations
Color information
#E35075 (or 0xE35075) is known color: Cranberry. HEX triplet: E3, 50 and 75. RGB value is (227,80,117). Sum of RGB (Red+Green+Blue) = 227+80+117=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E35075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35075 is #1CAF8A. Grayscale: #808080. Windows color (decimal): -1879947 or 7688419. OLE color: 7688419.
HSL color Cylindrical-coordinate representation of color #E35075: hue angle of 344.9º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35075 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 117 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.11 |
| HSL | 344.9º | 0.72% | 0.6% | - |
| HSV(B) | 344.9º | 0.65% | 0.89% | - |
| XYZ | 37.76 | 23.35 | 19.35 | - |
| YUV | 128.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 117 | 0 | 0.65 | 0.48 | 0.11 | 344.9 | 0.72 | 0.6 |
| Hex | E3 | 50 | 75 | 0 | 41 | 30 | B | 159 | 48 | 3C |
| Octal | 343 | 120 | 165 | 0 | 101 | 60 | 13 | 531 | 110 | 74 |
| Binary | 11100011 | 1010000 | 1110101 | 0 | 1000001 | 110000 | 1011 | 101011001 | 1001000 | 111100 |
Color Harmonies of #E35075
Complementary color
Monochromatic Colors of #E35075
Black with #E35075
Text Example
Text Example
White with #E35075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35075; }
p { color: rgb(227,80,117); }
H1.HeaderClassName
{
color: #E35075;
}
.AnyTagClassName
{
color: #E35075;
}
</style>
background-color css
<style>
a { background-color: #E35075; }
a { background-color: rgb(227,80,117); }
div.DivClassName
{
background-color: #E35075;
}
.BgClassName
{
background-color: #E35075;
}
</style>
border-color css
<style>
span { border-color: #E35075; }
span { border-color: rgb(227,80,117); }
td.TdClassName
{
border-color: #E35075;
}
.TagClassName
{
border-color: #E35075;
}
</style>