Shades of Cranberry #EA4071
Tints of Cranberry #EA4071
RGB
CMYK
RGB Variations
Color information
#EA4071 (or 0xEA4071) is known color: Cranberry. HEX triplet: EA, 40 and 71. RGB value is (234,64,113). Sum of RGB (Red+Green+Blue) = 234+64+113=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4071 is #15BF8E. Grayscale: #787878. Windows color (decimal): -1425295 or 7422186. OLE color: 7422186.
HSL color Cylindrical-coordinate representation of color #EA4071: hue angle of 342.71º 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 #EA4071 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 113 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.08 |
| HSL | 342.71º | 0.8% | 0.58% | - |
| HSV(B) | 342.71º | 0.73% | 0.92% | - |
| XYZ | 38.75 | 22.35 | 17.89 | - |
| YUV | 120.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 113 | 0 | 0.73 | 0.52 | 0.08 | 342.71 | 0.8 | 0.58 |
| Hex | EA | 40 | 71 | 0 | 49 | 34 | 8 | 157 | 50 | 3A |
| Octal | 352 | 100 | 161 | 0 | 111 | 64 | 10 | 527 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1110001 | 0 | 1001001 | 110100 | 1000 | 101010111 | 1010000 | 111010 |
Color Harmonies of #EA4071
Complementary color
Monochromatic Colors of #EA4071
Black with #EA4071
Text Example
Text Example
White with #EA4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4071; }
p { color: rgb(234,64,113); }
H1.HeaderClassName
{
color: #EA4071;
}
.AnyTagClassName
{
color: #EA4071;
}
</style>
background-color css
<style>
a { background-color: #EA4071; }
a { background-color: rgb(234,64,113); }
div.DivClassName
{
background-color: #EA4071;
}
.BgClassName
{
background-color: #EA4071;
}
</style>
border-color css
<style>
span { border-color: #EA4071; }
span { border-color: rgb(234,64,113); }
td.TdClassName
{
border-color: #EA4071;
}
.TagClassName
{
border-color: #EA4071;
}
</style>