Shades of Cranberry #E35268
Tints of Cranberry #E35268
RGB
CMYK
RGB Variations
Color information
#E35268 (or 0xE35268) is known color: Cranberry. HEX triplet: E3, 52 and 68. RGB value is (227,82,104). Sum of RGB (Red+Green+Blue) = 227+82+104=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E35268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35268 is #1CAD97. Grayscale: #7F7F7F. Windows color (decimal): -1879448 or 6836963. OLE color: 6836963.
HSL color Cylindrical-coordinate representation of color #E35268: hue angle of 350.9º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35268 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 104 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.11 |
| HSL | 350.9º | 0.72% | 0.61% | - |
| HSV(B) | 350.9º | 0.64% | 0.89% | - |
| XYZ | 37.19 | 23.36 | 15.65 | - |
| YUV | 127.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 104 | 0 | 0.64 | 0.54 | 0.11 | 350.9 | 0.72 | 0.61 |
| Hex | E3 | 52 | 68 | 0 | 40 | 36 | B | 15F | 48 | 3D |
| Octal | 343 | 122 | 150 | 0 | 100 | 66 | 13 | 537 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1101000 | 0 | 1000000 | 110110 | 1011 | 101011111 | 1001000 | 111101 |
Color Harmonies of #E35268
Complementary color
Monochromatic Colors of #E35268
Black with #E35268
Text Example
Text Example
White with #E35268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35268; }
p { color: rgb(227,82,104); }
H1.HeaderClassName
{
color: #E35268;
}
.AnyTagClassName
{
color: #E35268;
}
</style>
background-color css
<style>
a { background-color: #E35268; }
a { background-color: rgb(227,82,104); }
div.DivClassName
{
background-color: #E35268;
}
.BgClassName
{
background-color: #E35268;
}
</style>
border-color css
<style>
span { border-color: #E35268; }
span { border-color: rgb(227,82,104); }
td.TdClassName
{
border-color: #E35268;
}
.TagClassName
{
border-color: #E35268;
}
</style>