Shades of Cranberry #EA496A
Tints of Cranberry #EA496A
RGB
CMYK
RGB Variations
Color information
#EA496A (or 0xEA496A) is known color: Cranberry. HEX triplet: EA, 49 and 6A. RGB value is (234,73,106). Sum of RGB (Red+Green+Blue) = 234+73+106=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA496A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA496A is #15B695. Grayscale: #7C7C7C. Windows color (decimal): -1422998 or 6965738. OLE color: 6965738.
HSL color Cylindrical-coordinate representation of color #EA496A: hue angle of 347.7º 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 #EA496A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 106 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.08 |
| HSL | 347.7º | 0.79% | 0.6% | - |
| HSV(B) | 347.7º | 0.69% | 0.92% | - |
| XYZ | 38.92 | 23.3 | 16.08 | - |
| YUV | 124.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 106 | 0 | 0.69 | 0.55 | 0.08 | 347.7 | 0.79 | 0.6 |
| Hex | EA | 49 | 6A | 0 | 45 | 37 | 8 | 15C | 4F | 3C |
| Octal | 352 | 111 | 152 | 0 | 105 | 67 | 10 | 534 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1101010 | 0 | 1000101 | 110111 | 1000 | 101011100 | 1001111 | 111100 |
Color Harmonies of #EA496A
Complementary color
Monochromatic Colors of #EA496A
Black with #EA496A
Text Example
Text Example
White with #EA496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA496A; }
p { color: rgb(234,73,106); }
H1.HeaderClassName
{
color: #EA496A;
}
.AnyTagClassName
{
color: #EA496A;
}
</style>
background-color css
<style>
a { background-color: #EA496A; }
a { background-color: rgb(234,73,106); }
div.DivClassName
{
background-color: #EA496A;
}
.BgClassName
{
background-color: #EA496A;
}
</style>
border-color css
<style>
span { border-color: #EA496A; }
span { border-color: rgb(234,73,106); }
td.TdClassName
{
border-color: #EA496A;
}
.TagClassName
{
border-color: #EA496A;
}
</style>