Shades of Cranberry #EA466C
Tints of Cranberry #EA466C
RGB
CMYK
RGB Variations
Color information
#EA466C (or 0xEA466C) is known color: Cranberry. HEX triplet: EA, 46 and 6C. RGB value is (234,70,108). Sum of RGB (Red+Green+Blue) = 234+70+108=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA466C is #15B993. Grayscale: #7B7B7B. Windows color (decimal): -1423764 or 7096042. OLE color: 7096042.
HSL color Cylindrical-coordinate representation of color #EA466C: hue angle of 346.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA466C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 108 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.08 |
| HSL | 346.1º | 0.8% | 0.6% | - |
| HSV(B) | 346.1º | 0.7% | 0.92% | - |
| XYZ | 38.83 | 22.96 | 16.57 | - |
| YUV | 123.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 108 | 0 | 0.70 | 0.54 | 0.08 | 346.1 | 0.8 | 0.6 |
| Hex | EA | 46 | 6C | 0 | 46 | 36 | 8 | 15A | 50 | 3C |
| Octal | 352 | 106 | 154 | 0 | 106 | 66 | 10 | 532 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1101100 | 0 | 1000110 | 110110 | 1000 | 101011010 | 1010000 | 111100 |
Color Harmonies of #EA466C
Complementary color
Monochromatic Colors of #EA466C
Black with #EA466C
Text Example
Text Example
White with #EA466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA466C; }
p { color: rgb(234,70,108); }
H1.HeaderClassName
{
color: #EA466C;
}
.AnyTagClassName
{
color: #EA466C;
}
</style>
background-color css
<style>
a { background-color: #EA466C; }
a { background-color: rgb(234,70,108); }
div.DivClassName
{
background-color: #EA466C;
}
.BgClassName
{
background-color: #EA466C;
}
</style>
border-color css
<style>
span { border-color: #EA466C; }
span { border-color: rgb(234,70,108); }
td.TdClassName
{
border-color: #EA466C;
}
.TagClassName
{
border-color: #EA466C;
}
</style>