Shades of Cranberry #E0466E
Tints of Cranberry #E0466E
RGB
CMYK
RGB Variations
Color information
#E0466E (or 0xE0466E) is known color: Cranberry. HEX triplet: E0, 46 and 6E. RGB value is (224,70,110). Sum of RGB (Red+Green+Blue) = 224+70+110=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0466E is #1FB991. Grayscale: #787878. Windows color (decimal): -2079122 or 7227104. OLE color: 7227104.
HSL color Cylindrical-coordinate representation of color #E0466E: hue angle of 344.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0466E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 110 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.12 |
| HSL | 344.42º | 0.71% | 0.58% | - |
| HSV(B) | 344.42º | 0.69% | 0.88% | - |
| XYZ | 35.75 | 21.35 | 16.99 | - |
| YUV | 120.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 110 | 0 | 0.69 | 0.51 | 0.12 | 344.42 | 0.71 | 0.58 |
| Hex | E0 | 46 | 6E | 0 | 45 | 33 | C | 158 | 47 | 3A |
| Octal | 340 | 106 | 156 | 0 | 105 | 63 | 14 | 530 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1101110 | 0 | 1000101 | 110011 | 1100 | 101011000 | 1000111 | 111010 |
Color Harmonies of #E0466E
Complementary color
Monochromatic Colors of #E0466E
Black with #E0466E
Text Example
Text Example
White with #E0466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0466E; }
p { color: rgb(224,70,110); }
H1.HeaderClassName
{
color: #E0466E;
}
.AnyTagClassName
{
color: #E0466E;
}
</style>
background-color css
<style>
a { background-color: #E0466E; }
a { background-color: rgb(224,70,110); }
div.DivClassName
{
background-color: #E0466E;
}
.BgClassName
{
background-color: #E0466E;
}
</style>
border-color css
<style>
span { border-color: #E0466E; }
span { border-color: rgb(224,70,110); }
td.TdClassName
{
border-color: #E0466E;
}
.TagClassName
{
border-color: #E0466E;
}
</style>