Shades of Cranberry #EA4868
Tints of Cranberry #EA4868
RGB
CMYK
RGB Variations
Color information
#EA4868 (or 0xEA4868) is known color: Cranberry. HEX triplet: EA, 48 and 68. RGB value is (234,72,104). Sum of RGB (Red+Green+Blue) = 234+72+104=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4868 is #15B797. Grayscale: #7C7C7C. Windows color (decimal): -1423256 or 6834410. OLE color: 6834410.
HSL color Cylindrical-coordinate representation of color #EA4868: hue angle of 348.15º 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 #EA4868 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 104 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.08 |
| HSL | 348.15º | 0.79% | 0.6% | - |
| HSV(B) | 348.15º | 0.69% | 0.92% | - |
| XYZ | 38.75 | 23.13 | 15.52 | - |
| YUV | 124.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 104 | 0 | 0.69 | 0.56 | 0.08 | 348.15 | 0.79 | 0.6 |
| Hex | EA | 48 | 68 | 0 | 45 | 38 | 8 | 15C | 4F | 3C |
| Octal | 352 | 110 | 150 | 0 | 105 | 70 | 10 | 534 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1101000 | 0 | 1000101 | 111000 | 1000 | 101011100 | 1001111 | 111100 |
Color Harmonies of #EA4868
Complementary color
Monochromatic Colors of #EA4868
Black with #EA4868
Text Example
Text Example
White with #EA4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4868; }
p { color: rgb(234,72,104); }
H1.HeaderClassName
{
color: #EA4868;
}
.AnyTagClassName
{
color: #EA4868;
}
</style>
background-color css
<style>
a { background-color: #EA4868; }
a { background-color: rgb(234,72,104); }
div.DivClassName
{
background-color: #EA4868;
}
.BgClassName
{
background-color: #EA4868;
}
</style>
border-color css
<style>
span { border-color: #EA4868; }
span { border-color: rgb(234,72,104); }
td.TdClassName
{
border-color: #EA4868;
}
.TagClassName
{
border-color: #EA4868;
}
</style>