Shades of Cranberry #EA4072
Tints of Cranberry #EA4072
RGB
CMYK
RGB Variations
Color information
#EA4072 (or 0xEA4072) is known color: Cranberry. HEX triplet: EA, 40 and 72. RGB value is (234,64,114). Sum of RGB (Red+Green+Blue) = 234+64+114=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4072 is #15BF8D. Grayscale: #787878. Windows color (decimal): -1425294 or 7487722. OLE color: 7487722.
HSL color Cylindrical-coordinate representation of color #EA4072: hue angle of 342.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4072 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 114 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.08 |
| HSL | 342.35º | 0.8% | 0.58% | - |
| HSV(B) | 342.35º | 0.73% | 0.92% | - |
| XYZ | 38.8 | 22.37 | 18.19 | - |
| YUV | 120.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 114 | 0 | 0.73 | 0.51 | 0.08 | 342.35 | 0.8 | 0.58 |
| Hex | EA | 40 | 72 | 0 | 49 | 33 | 8 | 156 | 50 | 3A |
| Octal | 352 | 100 | 162 | 0 | 111 | 63 | 10 | 526 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1110010 | 0 | 1001001 | 110011 | 1000 | 101010110 | 1010000 | 111010 |
Color Harmonies of #EA4072
Complementary color
Monochromatic Colors of #EA4072
Black with #EA4072
Text Example
Text Example
White with #EA4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4072; }
p { color: rgb(234,64,114); }
H1.HeaderClassName
{
color: #EA4072;
}
.AnyTagClassName
{
color: #EA4072;
}
</style>
background-color css
<style>
a { background-color: #EA4072; }
a { background-color: rgb(234,64,114); }
div.DivClassName
{
background-color: #EA4072;
}
.BgClassName
{
background-color: #EA4072;
}
</style>
border-color css
<style>
span { border-color: #EA4072; }
span { border-color: rgb(234,64,114); }
td.TdClassName
{
border-color: #EA4072;
}
.TagClassName
{
border-color: #EA4072;
}
</style>