Shades of Cranberry #E05B6F
Tints of Cranberry #E05B6F
RGB
CMYK
RGB Variations
Color information
#E05B6F (or 0xE05B6F) is known color: Cranberry. HEX triplet: E0, 5B and 6F. RGB value is (224,91,111). Sum of RGB (Red+Green+Blue) = 224+91+111=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B6F is #1FA490. Grayscale: #858585. Windows color (decimal): -2073745 or 7298016. OLE color: 7298016.
HSL color Cylindrical-coordinate representation of color #E05B6F: hue angle of 350.98º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05B6F is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 111 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.12 |
| HSL | 350.98º | 0.68% | 0.62% | - |
| HSV(B) | 350.98º | 0.59% | 0.88% | - |
| XYZ | 37.35 | 24.48 | 17.79 | - |
| YUV | 133.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 111 | 0 | 0.59 | 0.50 | 0.12 | 350.98 | 0.68 | 0.62 |
| Hex | E0 | 5B | 6F | 0 | 3B | 32 | C | 15F | 44 | 3E |
| Octal | 340 | 133 | 157 | 0 | 73 | 62 | 14 | 537 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1101111 | 0 | 111011 | 110010 | 1100 | 101011111 | 1000100 | 111110 |
Color Harmonies of #E05B6F
Complementary color
Monochromatic Colors of #E05B6F
Black with #E05B6F
Text Example
Text Example
White with #E05B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B6F; }
p { color: rgb(224,91,111); }
H1.HeaderClassName
{
color: #E05B6F;
}
.AnyTagClassName
{
color: #E05B6F;
}
</style>
background-color css
<style>
a { background-color: #E05B6F; }
a { background-color: rgb(224,91,111); }
div.DivClassName
{
background-color: #E05B6F;
}
.BgClassName
{
background-color: #E05B6F;
}
</style>
border-color css
<style>
span { border-color: #E05B6F; }
span { border-color: rgb(224,91,111); }
td.TdClassName
{
border-color: #E05B6F;
}
.TagClassName
{
border-color: #E05B6F;
}
</style>