Shades of Cranberry #E35470
Tints of Cranberry #E35470
RGB
CMYK
RGB Variations
Color information
#E35470 (or 0xE35470) is known color: Cranberry. HEX triplet: E3, 54 and 70. RGB value is (227,84,112). Sum of RGB (Red+Green+Blue) = 227+84+112=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E35470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35470 is #1CAB8F. Grayscale: #818181. Windows color (decimal): -1878928 or 7361763. OLE color: 7361763.
HSL color Cylindrical-coordinate representation of color #E35470: hue angle of 348.25º 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 #E35470 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 112 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.11 |
| HSL | 348.25º | 0.72% | 0.61% | - |
| HSV(B) | 348.25º | 0.63% | 0.89% | - |
| XYZ | 37.77 | 23.84 | 17.94 | - |
| YUV | 129.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 112 | 0 | 0.63 | 0.51 | 0.11 | 348.25 | 0.72 | 0.61 |
| Hex | E3 | 54 | 70 | 0 | 3F | 33 | B | 15C | 48 | 3D |
| Octal | 343 | 124 | 160 | 0 | 77 | 63 | 13 | 534 | 110 | 75 |
| Binary | 11100011 | 1010100 | 1110000 | 0 | 111111 | 110011 | 1011 | 101011100 | 1001000 | 111101 |
Color Harmonies of #E35470
Complementary color
Monochromatic Colors of #E35470
Black with #E35470
Text Example
Text Example
White with #E35470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35470; }
p { color: rgb(227,84,112); }
H1.HeaderClassName
{
color: #E35470;
}
.AnyTagClassName
{
color: #E35470;
}
</style>
background-color css
<style>
a { background-color: #E35470; }
a { background-color: rgb(227,84,112); }
div.DivClassName
{
background-color: #E35470;
}
.BgClassName
{
background-color: #E35470;
}
</style>
border-color css
<style>
span { border-color: #E35470; }
span { border-color: rgb(227,84,112); }
td.TdClassName
{
border-color: #E35470;
}
.TagClassName
{
border-color: #E35470;
}
</style>