Shades of Cranberry #EA4967
Tints of Cranberry #EA4967
RGB
CMYK
RGB Variations
Color information
#EA4967 (or 0xEA4967) is known color: Cranberry. HEX triplet: EA, 49 and 67. RGB value is (234,73,103). Sum of RGB (Red+Green+Blue) = 234+73+103=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4967 is #15B698. Grayscale: #7C7C7C. Windows color (decimal): -1423001 or 6769130. OLE color: 6769130.
HSL color Cylindrical-coordinate representation of color #EA4967: hue angle of 348.82º 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 #EA4967 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 103 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.08 |
| HSL | 348.82º | 0.79% | 0.6% | - |
| HSV(B) | 348.82º | 0.69% | 0.92% | - |
| XYZ | 38.76 | 23.24 | 15.27 | - |
| YUV | 124.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 103 | 0 | 0.69 | 0.56 | 0.08 | 348.82 | 0.79 | 0.6 |
| Hex | EA | 49 | 67 | 0 | 45 | 38 | 8 | 15D | 4F | 3C |
| Octal | 352 | 111 | 147 | 0 | 105 | 70 | 10 | 535 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1100111 | 0 | 1000101 | 111000 | 1000 | 101011101 | 1001111 | 111100 |
Color Harmonies of #EA4967
Complementary color
Monochromatic Colors of #EA4967
Black with #EA4967
Text Example
Text Example
White with #EA4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4967; }
p { color: rgb(234,73,103); }
H1.HeaderClassName
{
color: #EA4967;
}
.AnyTagClassName
{
color: #EA4967;
}
</style>
background-color css
<style>
a { background-color: #EA4967; }
a { background-color: rgb(234,73,103); }
div.DivClassName
{
background-color: #EA4967;
}
.BgClassName
{
background-color: #EA4967;
}
</style>
border-color css
<style>
span { border-color: #EA4967; }
span { border-color: rgb(234,73,103); }
td.TdClassName
{
border-color: #EA4967;
}
.TagClassName
{
border-color: #EA4967;
}
</style>