Shades of Cranberry #E05B6E
Tints of Cranberry #E05B6E
RGB
CMYK
RGB Variations
Color information
#E05B6E (or 0xE05B6E) is known color: Cranberry. HEX triplet: E0, 5B and 6E. RGB value is (224,91,110). Sum of RGB (Red+Green+Blue) = 224+91+110=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B6E is #1FA491. Grayscale: #848484. Windows color (decimal): -2073746 or 7232480. OLE color: 7232480.
HSL color Cylindrical-coordinate representation of color #E05B6E: hue angle of 351.43º 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 #E05B6E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 110 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.12 |
| HSL | 351.43º | 0.68% | 0.62% | - |
| HSV(B) | 351.43º | 0.59% | 0.88% | - |
| XYZ | 37.3 | 24.46 | 17.51 | - |
| YUV | 132.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 110 | 0 | 0.59 | 0.51 | 0.12 | 351.43 | 0.68 | 0.62 |
| Hex | E0 | 5B | 6E | 0 | 3B | 33 | C | 15F | 44 | 3E |
| Octal | 340 | 133 | 156 | 0 | 73 | 63 | 14 | 537 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1101110 | 0 | 111011 | 110011 | 1100 | 101011111 | 1000100 | 111110 |
Color Harmonies of #E05B6E
Complementary color
Monochromatic Colors of #E05B6E
Black with #E05B6E
Text Example
Text Example
White with #E05B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B6E; }
p { color: rgb(224,91,110); }
H1.HeaderClassName
{
color: #E05B6E;
}
.AnyTagClassName
{
color: #E05B6E;
}
</style>
background-color css
<style>
a { background-color: #E05B6E; }
a { background-color: rgb(224,91,110); }
div.DivClassName
{
background-color: #E05B6E;
}
.BgClassName
{
background-color: #E05B6E;
}
</style>
border-color css
<style>
span { border-color: #E05B6E; }
span { border-color: rgb(224,91,110); }
td.TdClassName
{
border-color: #E05B6E;
}
.TagClassName
{
border-color: #E05B6E;
}
</style>