Shades of Cranberry #EA4672
Tints of Cranberry #EA4672
RGB
CMYK
RGB Variations
Color information
#EA4672 (or 0xEA4672) is known color: Cranberry. HEX triplet: EA, 46 and 72. RGB value is (234,70,114). Sum of RGB (Red+Green+Blue) = 234+70+114=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4672 is #15B98D. Grayscale: #7C7C7C. Windows color (decimal): -1423758 or 7489258. OLE color: 7489258.
HSL color Cylindrical-coordinate representation of color #EA4672: hue angle of 343.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4672 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 114 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.08 |
| HSL | 343.9º | 0.8% | 0.6% | - |
| HSV(B) | 343.9º | 0.7% | 0.92% | - |
| XYZ | 39.16 | 23.09 | 18.31 | - |
| YUV | 124.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 114 | 0 | 0.70 | 0.51 | 0.08 | 343.9 | 0.8 | 0.6 |
| Hex | EA | 46 | 72 | 0 | 46 | 33 | 8 | 158 | 50 | 3C |
| Octal | 352 | 106 | 162 | 0 | 106 | 63 | 10 | 530 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1110010 | 0 | 1000110 | 110011 | 1000 | 101011000 | 1010000 | 111100 |
Color Harmonies of #EA4672
Complementary color
Monochromatic Colors of #EA4672
Black with #EA4672
Text Example
Text Example
White with #EA4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4672; }
p { color: rgb(234,70,114); }
H1.HeaderClassName
{
color: #EA4672;
}
.AnyTagClassName
{
color: #EA4672;
}
</style>
background-color css
<style>
a { background-color: #EA4672; }
a { background-color: rgb(234,70,114); }
div.DivClassName
{
background-color: #EA4672;
}
.BgClassName
{
background-color: #EA4672;
}
</style>
border-color css
<style>
span { border-color: #EA4672; }
span { border-color: rgb(234,70,114); }
td.TdClassName
{
border-color: #EA4672;
}
.TagClassName
{
border-color: #EA4672;
}
</style>