Shades of Cranberry #E45067
Tints of Cranberry #E45067
RGB
CMYK
RGB Variations
Color information
#E45067 (or 0xE45067) is known color: Cranberry. HEX triplet: E4, 50 and 67. RGB value is (228,80,103). Sum of RGB (Red+Green+Blue) = 228+80+103=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E45067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45067 is #1BAF98. Grayscale: #7E7E7E. Windows color (decimal): -1814425 or 6770916. OLE color: 6770916.
HSL color Cylindrical-coordinate representation of color #E45067: hue angle of 350.68º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E45067 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 103 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.11 |
| HSL | 350.68º | 0.73% | 0.6% | - |
| HSV(B) | 350.68º | 0.65% | 0.89% | - |
| XYZ | 37.31 | 23.21 | 15.35 | - |
| YUV | 126.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 103 | 0 | 0.65 | 0.55 | 0.11 | 350.68 | 0.73 | 0.6 |
| Hex | E4 | 50 | 67 | 0 | 41 | 37 | B | 15F | 49 | 3C |
| Octal | 344 | 120 | 147 | 0 | 101 | 67 | 13 | 537 | 111 | 74 |
| Binary | 11100100 | 1010000 | 1100111 | 0 | 1000001 | 110111 | 1011 | 101011111 | 1001001 | 111100 |
Color Harmonies of #E45067
Complementary color
Monochromatic Colors of #E45067
Black with #E45067
Text Example
Text Example
White with #E45067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45067; }
p { color: rgb(228,80,103); }
H1.HeaderClassName
{
color: #E45067;
}
.AnyTagClassName
{
color: #E45067;
}
</style>
background-color css
<style>
a { background-color: #E45067; }
a { background-color: rgb(228,80,103); }
div.DivClassName
{
background-color: #E45067;
}
.BgClassName
{
background-color: #E45067;
}
</style>
border-color css
<style>
span { border-color: #E45067; }
span { border-color: rgb(228,80,103); }
td.TdClassName
{
border-color: #E45067;
}
.TagClassName
{
border-color: #E45067;
}
</style>