Shades of Cranberry #EE486A
Tints of Cranberry #EE486A
RGB
CMYK
RGB Variations
Color information
#EE486A (or 0xEE486A) is known color: Cranberry. HEX triplet: EE, 48 and 6A. RGB value is (238,72,106). Sum of RGB (Red+Green+Blue) = 238+72+106=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE486A is #11B795. Grayscale: #7D7D7D. Windows color (decimal): -1161110 or 6965486. OLE color: 6965486.
HSL color Cylindrical-coordinate representation of color #EE486A: hue angle of 347.71º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE486A is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 106 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.07 |
| HSL | 347.71º | 0.83% | 0.61% | - |
| HSV(B) | 347.71º | 0.7% | 0.93% | - |
| XYZ | 40.18 | 23.85 | 16.12 | - |
| YUV | 125.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 106 | 0 | 0.70 | 0.55 | 0.07 | 347.71 | 0.83 | 0.61 |
| Hex | EE | 48 | 6A | 0 | 46 | 37 | 7 | 15C | 53 | 3D |
| Octal | 356 | 110 | 152 | 0 | 106 | 67 | 7 | 534 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1101010 | 0 | 1000110 | 110111 | 111 | 101011100 | 1010011 | 111101 |
Color Harmonies of #EE486A
Complementary color
Monochromatic Colors of #EE486A
Black with #EE486A
Text Example
Text Example
White with #EE486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE486A; }
p { color: rgb(238,72,106); }
H1.HeaderClassName
{
color: #EE486A;
}
.AnyTagClassName
{
color: #EE486A;
}
</style>
background-color css
<style>
a { background-color: #EE486A; }
a { background-color: rgb(238,72,106); }
div.DivClassName
{
background-color: #EE486A;
}
.BgClassName
{
background-color: #EE486A;
}
</style>
border-color css
<style>
span { border-color: #EE486A; }
span { border-color: rgb(238,72,106); }
td.TdClassName
{
border-color: #EE486A;
}
.TagClassName
{
border-color: #EE486A;
}
</style>