Shades of Cranberry #E35372
Tints of Cranberry #E35372
RGB
CMYK
RGB Variations
Color information
#E35372 (or 0xE35372) is known color: Cranberry. HEX triplet: E3, 53 and 72. RGB value is (227,83,114). Sum of RGB (Red+Green+Blue) = 227+83+114=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E35372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35372 is #1CAC8D. Grayscale: #818181. Windows color (decimal): -1879182 or 7492579. OLE color: 7492579.
HSL color Cylindrical-coordinate representation of color #E35372: hue angle of 347.08º 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 #E35372 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 114 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.11 |
| HSL | 347.08º | 0.72% | 0.61% | - |
| HSV(B) | 347.08º | 0.63% | 0.89% | - |
| XYZ | 37.81 | 23.73 | 18.51 | - |
| YUV | 129.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 114 | 0 | 0.63 | 0.50 | 0.11 | 347.08 | 0.72 | 0.61 |
| Hex | E3 | 53 | 72 | 0 | 3F | 32 | B | 15B | 48 | 3D |
| Octal | 343 | 123 | 162 | 0 | 77 | 62 | 13 | 533 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1110010 | 0 | 111111 | 110010 | 1011 | 101011011 | 1001000 | 111101 |
Color Harmonies of #E35372
Complementary color
Monochromatic Colors of #E35372
Black with #E35372
Text Example
Text Example
White with #E35372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35372; }
p { color: rgb(227,83,114); }
H1.HeaderClassName
{
color: #E35372;
}
.AnyTagClassName
{
color: #E35372;
}
</style>
background-color css
<style>
a { background-color: #E35372; }
a { background-color: rgb(227,83,114); }
div.DivClassName
{
background-color: #E35372;
}
.BgClassName
{
background-color: #E35372;
}
</style>
border-color css
<style>
span { border-color: #E35372; }
span { border-color: rgb(227,83,114); }
td.TdClassName
{
border-color: #E35372;
}
.TagClassName
{
border-color: #E35372;
}
</style>