Shades of Cranberry #EA4970
Tints of Cranberry #EA4970
RGB
CMYK
RGB Variations
Color information
#EA4970 (or 0xEA4970) is known color: Cranberry. HEX triplet: EA, 49 and 70. RGB value is (234,73,112). Sum of RGB (Red+Green+Blue) = 234+73+112=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4970 is #15B68F. Grayscale: #7D7D7D. Windows color (decimal): -1422992 or 7358954. OLE color: 7358954.
HSL color Cylindrical-coordinate representation of color #EA4970: hue angle of 345.47º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4970 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 112 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.08 |
| HSL | 345.47º | 0.79% | 0.6% | - |
| HSV(B) | 345.47º | 0.69% | 0.92% | - |
| XYZ | 39.24 | 23.43 | 17.78 | - |
| YUV | 125.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 112 | 0 | 0.69 | 0.52 | 0.08 | 345.47 | 0.79 | 0.6 |
| Hex | EA | 49 | 70 | 0 | 45 | 34 | 8 | 159 | 4F | 3C |
| Octal | 352 | 111 | 160 | 0 | 105 | 64 | 10 | 531 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1110000 | 0 | 1000101 | 110100 | 1000 | 101011001 | 1001111 | 111100 |
Color Harmonies of #EA4970
Complementary color
Monochromatic Colors of #EA4970
Black with #EA4970
Text Example
Text Example
White with #EA4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4970; }
p { color: rgb(234,73,112); }
H1.HeaderClassName
{
color: #EA4970;
}
.AnyTagClassName
{
color: #EA4970;
}
</style>
background-color css
<style>
a { background-color: #EA4970; }
a { background-color: rgb(234,73,112); }
div.DivClassName
{
background-color: #EA4970;
}
.BgClassName
{
background-color: #EA4970;
}
</style>
border-color css
<style>
span { border-color: #EA4970; }
span { border-color: rgb(234,73,112); }
td.TdClassName
{
border-color: #EA4970;
}
.TagClassName
{
border-color: #EA4970;
}
</style>