Shades of Cranberry #E05371
Tints of Cranberry #E05371
RGB
CMYK
RGB Variations
Color information
#E05371 (or 0xE05371) is known color: Cranberry. HEX triplet: E0, 53 and 71. RGB value is (224,83,113). Sum of RGB (Red+Green+Blue) = 224+83+113=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E05371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05371 is #1FAC8E. Grayscale: #808080. Windows color (decimal): -2075791 or 7427040. OLE color: 7427040.
HSL color Cylindrical-coordinate representation of color #E05371: hue angle of 347.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05371 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 113 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.12 |
| HSL | 347.23º | 0.69% | 0.6% | - |
| HSV(B) | 347.23º | 0.63% | 0.88% | - |
| XYZ | 36.81 | 23.23 | 18.17 | - |
| YUV | 128.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 113 | 0 | 0.63 | 0.50 | 0.12 | 347.23 | 0.69 | 0.6 |
| Hex | E0 | 53 | 71 | 0 | 3F | 32 | C | 15B | 45 | 3C |
| Octal | 340 | 123 | 161 | 0 | 77 | 62 | 14 | 533 | 105 | 74 |
| Binary | 11100000 | 1010011 | 1110001 | 0 | 111111 | 110010 | 1100 | 101011011 | 1000101 | 111100 |
Color Harmonies of #E05371
Complementary color
Monochromatic Colors of #E05371
Black with #E05371
Text Example
Text Example
White with #E05371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05371; }
p { color: rgb(224,83,113); }
H1.HeaderClassName
{
color: #E05371;
}
.AnyTagClassName
{
color: #E05371;
}
</style>
background-color css
<style>
a { background-color: #E05371; }
a { background-color: rgb(224,83,113); }
div.DivClassName
{
background-color: #E05371;
}
.BgClassName
{
background-color: #E05371;
}
</style>
border-color css
<style>
span { border-color: #E05371; }
span { border-color: rgb(224,83,113); }
td.TdClassName
{
border-color: #E05371;
}
.TagClassName
{
border-color: #E05371;
}
</style>