Shades of Cranberry #E35A72
Tints of Cranberry #E35A72
RGB
CMYK
RGB Variations
Color information
#E35A72 (or 0xE35A72) is known color: Cranberry. HEX triplet: E3, 5A and 72. RGB value is (227,90,114). Sum of RGB (Red+Green+Blue) = 227+90+114=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A72 is #1CA58D. Grayscale: #858585. Windows color (decimal): -1877390 or 7494371. OLE color: 7494371.
HSL color Cylindrical-coordinate representation of color #E35A72: hue angle of 349.49º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 114 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.11 |
| HSL | 349.49º | 0.71% | 0.62% | - |
| HSV(B) | 349.49º | 0.6% | 0.89% | - |
| XYZ | 38.37 | 24.86 | 18.7 | - |
| YUV | 133.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 114 | 0 | 0.60 | 0.50 | 0.11 | 349.49 | 0.71 | 0.62 |
| Hex | E3 | 5A | 72 | 0 | 3C | 32 | B | 15D | 47 | 3E |
| Octal | 343 | 132 | 162 | 0 | 74 | 62 | 13 | 535 | 107 | 76 |
| Binary | 11100011 | 1011010 | 1110010 | 0 | 111100 | 110010 | 1011 | 101011101 | 1000111 | 111110 |
Color Harmonies of #E35A72
Complementary color
Monochromatic Colors of #E35A72
Black with #E35A72
Text Example
Text Example
White with #E35A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A72; }
p { color: rgb(227,90,114); }
H1.HeaderClassName
{
color: #E35A72;
}
.AnyTagClassName
{
color: #E35A72;
}
</style>
background-color css
<style>
a { background-color: #E35A72; }
a { background-color: rgb(227,90,114); }
div.DivClassName
{
background-color: #E35A72;
}
.BgClassName
{
background-color: #E35A72;
}
</style>
border-color css
<style>
span { border-color: #E35A72; }
span { border-color: rgb(227,90,114); }
td.TdClassName
{
border-color: #E35A72;
}
.TagClassName
{
border-color: #E35A72;
}
</style>