Shades of Cranberry #E34375
Tints of Cranberry #E34375
RGB
CMYK
RGB Variations
Color information
#E34375 (or 0xE34375) is known color: Cranberry. HEX triplet: E3, 43 and 75. RGB value is (227,67,117). Sum of RGB (Red+Green+Blue) = 227+67+117=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E34375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34375 is #1CBC8A. Grayscale: #787878. Windows color (decimal): -1883275 or 7685091. OLE color: 7685091.
HSL color Cylindrical-coordinate representation of color #E34375: hue angle of 341.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34375 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 117 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.11 |
| HSL | 341.25º | 0.74% | 0.58% | - |
| HSV(B) | 341.25º | 0.7% | 0.89% | - |
| XYZ | 36.9 | 21.63 | 19.06 | - |
| YUV | 120.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 117 | 0 | 0.70 | 0.48 | 0.11 | 341.25 | 0.74 | 0.58 |
| Hex | E3 | 43 | 75 | 0 | 46 | 30 | B | 155 | 4A | 3A |
| Octal | 343 | 103 | 165 | 0 | 106 | 60 | 13 | 525 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1110101 | 0 | 1000110 | 110000 | 1011 | 101010101 | 1001010 | 111010 |
Color Harmonies of #E34375
Complementary color
Monochromatic Colors of #E34375
Black with #E34375
Text Example
Text Example
White with #E34375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34375; }
p { color: rgb(227,67,117); }
H1.HeaderClassName
{
color: #E34375;
}
.AnyTagClassName
{
color: #E34375;
}
</style>
background-color css
<style>
a { background-color: #E34375; }
a { background-color: rgb(227,67,117); }
div.DivClassName
{
background-color: #E34375;
}
.BgClassName
{
background-color: #E34375;
}
</style>
border-color css
<style>
span { border-color: #E34375; }
span { border-color: rgb(227,67,117); }
td.TdClassName
{
border-color: #E34375;
}
.TagClassName
{
border-color: #E34375;
}
</style>