Shades of Cranberry #E04A7A
Tints of Cranberry #E04A7A
RGB
CMYK
RGB Variations
Color information
#E04A7A (or 0xE04A7A) is known color: Cranberry. HEX triplet: E0, 4A and 7A. RGB value is (224,74,122). Sum of RGB (Red+Green+Blue) = 224+74+122=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A7A is #1FB585. Grayscale: #7C7C7C. Windows color (decimal): -2078086 or 8014560. OLE color: 8014560.
HSL color Cylindrical-coordinate representation of color #E04A7A: hue angle of 340.8º 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 #E04A7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.12 |
| HSL | 340.8º | 0.71% | 0.58% | - |
| HSV(B) | 340.8º | 0.67% | 0.88% | - |
| XYZ | 36.7 | 22.15 | 20.75 | - |
| YUV | 124.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 122 | 0 | 0.67 | 0.46 | 0.12 | 340.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | 7A | 0 | 43 | 2E | C | 155 | 47 | 3A |
| Octal | 340 | 112 | 172 | 0 | 103 | 56 | 14 | 525 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1111010 | 0 | 1000011 | 101110 | 1100 | 101010101 | 1000111 | 111010 |
Color Harmonies of #E04A7A
Complementary color
Monochromatic Colors of #E04A7A
Black with #E04A7A
Text Example
Text Example
White with #E04A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A7A; }
p { color: rgb(224,74,122); }
H1.HeaderClassName
{
color: #E04A7A;
}
.AnyTagClassName
{
color: #E04A7A;
}
</style>
background-color css
<style>
a { background-color: #E04A7A; }
a { background-color: rgb(224,74,122); }
div.DivClassName
{
background-color: #E04A7A;
}
.BgClassName
{
background-color: #E04A7A;
}
</style>
border-color css
<style>
span { border-color: #E04A7A; }
span { border-color: rgb(224,74,122); }
td.TdClassName
{
border-color: #E04A7A;
}
.TagClassName
{
border-color: #E04A7A;
}
</style>