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