Shades of Cranberry #E6477A
Tints of Cranberry #E6477A
RGB
CMYK
RGB Variations
Color information
#E6477A (or 0xE6477A) is known color: Cranberry. HEX triplet: E6, 47 and 7A. RGB value is (230,71,122). Sum of RGB (Red+Green+Blue) = 230+71+122=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6477A is #19B885. Grayscale: #7C7C7C. Windows color (decimal): -1685638 or 8013798. OLE color: 8013798.
HSL color Cylindrical-coordinate representation of color #E6477A: hue angle of 340.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6477A is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 122 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.10 |
| HSL | 340.75º | 0.76% | 0.59% | - |
| HSV(B) | 340.75º | 0.69% | 0.9% | - |
| XYZ | 38.4 | 22.73 | 20.78 | - |
| YUV | 124.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 122 | 0 | 0.69 | 0.47 | 0.10 | 340.75 | 0.76 | 0.59 |
| Hex | E6 | 47 | 7A | 0 | 45 | 2F | A | 155 | 4C | 3B |
| Octal | 346 | 107 | 172 | 0 | 105 | 57 | 12 | 525 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1111010 | 0 | 1000101 | 101111 | 1010 | 101010101 | 1001100 | 111011 |
Color Harmonies of #E6477A
Complementary color
Monochromatic Colors of #E6477A
Black with #E6477A
Text Example
Text Example
White with #E6477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6477A; }
p { color: rgb(230,71,122); }
H1.HeaderClassName
{
color: #E6477A;
}
.AnyTagClassName
{
color: #E6477A;
}
</style>
background-color css
<style>
a { background-color: #E6477A; }
a { background-color: rgb(230,71,122); }
div.DivClassName
{
background-color: #E6477A;
}
.BgClassName
{
background-color: #E6477A;
}
</style>
border-color css
<style>
span { border-color: #E6477A; }
span { border-color: rgb(230,71,122); }
td.TdClassName
{
border-color: #E6477A;
}
.TagClassName
{
border-color: #E6477A;
}
</style>