Shades of Cranberry #EA486C
Tints of Cranberry #EA486C
RGB
CMYK
RGB Variations
Color information
#EA486C (or 0xEA486C) is known color: Cranberry. HEX triplet: EA, 48 and 6C. RGB value is (234,72,108). Sum of RGB (Red+Green+Blue) = 234+72+108=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA486C is #15B793. Grayscale: #7C7C7C. Windows color (decimal): -1423252 or 7096554. OLE color: 7096554.
HSL color Cylindrical-coordinate representation of color #EA486C: hue angle of 346.67º 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 #EA486C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 108 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.08 |
| HSL | 346.67º | 0.79% | 0.6% | - |
| HSV(B) | 346.67º | 0.69% | 0.92% | - |
| XYZ | 38.96 | 23.21 | 16.61 | - |
| YUV | 124.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 108 | 0 | 0.69 | 0.54 | 0.08 | 346.67 | 0.79 | 0.6 |
| Hex | EA | 48 | 6C | 0 | 45 | 36 | 8 | 15B | 4F | 3C |
| Octal | 352 | 110 | 154 | 0 | 105 | 66 | 10 | 533 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1101100 | 0 | 1000101 | 110110 | 1000 | 101011011 | 1001111 | 111100 |
Color Harmonies of #EA486C
Complementary color
Monochromatic Colors of #EA486C
Black with #EA486C
Text Example
Text Example
White with #EA486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA486C; }
p { color: rgb(234,72,108); }
H1.HeaderClassName
{
color: #EA486C;
}
.AnyTagClassName
{
color: #EA486C;
}
</style>
background-color css
<style>
a { background-color: #EA486C; }
a { background-color: rgb(234,72,108); }
div.DivClassName
{
background-color: #EA486C;
}
.BgClassName
{
background-color: #EA486C;
}
</style>
border-color css
<style>
span { border-color: #EA486C; }
span { border-color: rgb(234,72,108); }
td.TdClassName
{
border-color: #EA486C;
}
.TagClassName
{
border-color: #EA486C;
}
</style>