Shades of Cranberry #E04A6E
Tints of Cranberry #E04A6E
RGB
CMYK
RGB Variations
Color information
#E04A6E (or 0xE04A6E) is known color: Cranberry. HEX triplet: E0, 4A and 6E. RGB value is (224,74,110). Sum of RGB (Red+Green+Blue) = 224+74+110=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A6E is #1FB591. Grayscale: #7A7A7A. Windows color (decimal): -2078098 or 7228128. OLE color: 7228128.
HSL color Cylindrical-coordinate representation of color #E04A6E: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A6E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 110 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.12 |
| HSL | 345.6º | 0.71% | 0.58% | - |
| HSV(B) | 345.6º | 0.67% | 0.88% | - |
| XYZ | 36 | 21.87 | 17.08 | - |
| YUV | 122.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 110 | 0 | 0.67 | 0.51 | 0.12 | 345.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | 6E | 0 | 43 | 33 | C | 15A | 47 | 3A |
| Octal | 340 | 112 | 156 | 0 | 103 | 63 | 14 | 532 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1101110 | 0 | 1000011 | 110011 | 1100 | 101011010 | 1000111 | 111010 |
Color Harmonies of #E04A6E
Complementary color
Monochromatic Colors of #E04A6E
Black with #E04A6E
Text Example
Text Example
White with #E04A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A6E; }
p { color: rgb(224,74,110); }
H1.HeaderClassName
{
color: #E04A6E;
}
.AnyTagClassName
{
color: #E04A6E;
}
</style>
background-color css
<style>
a { background-color: #E04A6E; }
a { background-color: rgb(224,74,110); }
div.DivClassName
{
background-color: #E04A6E;
}
.BgClassName
{
background-color: #E04A6E;
}
</style>
border-color css
<style>
span { border-color: #E04A6E; }
span { border-color: rgb(224,74,110); }
td.TdClassName
{
border-color: #E04A6E;
}
.TagClassName
{
border-color: #E04A6E;
}
</style>