Shades of Cranberry #EA4D70
Tints of Cranberry #EA4D70
RGB
CMYK
RGB Variations
Color information
#EA4D70 (or 0xEA4D70) is known color: Cranberry. HEX triplet: EA, 4D and 70. RGB value is (234,77,112). Sum of RGB (Red+Green+Blue) = 234+77+112=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D70 is #15B28F. Grayscale: #7F7F7F. Windows color (decimal): -1421968 or 7359978. OLE color: 7359978.
HSL color Cylindrical-coordinate representation of color #EA4D70: hue angle of 346.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D70 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 112 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.08 |
| HSL | 346.62º | 0.79% | 0.61% | - |
| HSV(B) | 346.62º | 0.67% | 0.92% | - |
| XYZ | 39.51 | 23.97 | 17.87 | - |
| YUV | 127.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 112 | 0 | 0.67 | 0.52 | 0.08 | 346.62 | 0.79 | 0.61 |
| Hex | EA | 4D | 70 | 0 | 43 | 34 | 8 | 15B | 4F | 3D |
| Octal | 352 | 115 | 160 | 0 | 103 | 64 | 10 | 533 | 117 | 75 |
| Binary | 11101010 | 1001101 | 1110000 | 0 | 1000011 | 110100 | 1000 | 101011011 | 1001111 | 111101 |
Color Harmonies of #EA4D70
Complementary color
Monochromatic Colors of #EA4D70
Black with #EA4D70
Text Example
Text Example
White with #EA4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D70; }
p { color: rgb(234,77,112); }
H1.HeaderClassName
{
color: #EA4D70;
}
.AnyTagClassName
{
color: #EA4D70;
}
</style>
background-color css
<style>
a { background-color: #EA4D70; }
a { background-color: rgb(234,77,112); }
div.DivClassName
{
background-color: #EA4D70;
}
.BgClassName
{
background-color: #EA4D70;
}
</style>
border-color css
<style>
span { border-color: #EA4D70; }
span { border-color: rgb(234,77,112); }
td.TdClassName
{
border-color: #EA4D70;
}
.TagClassName
{
border-color: #EA4D70;
}
</style>