Shades of Cranberry #E6417D
Tints of Cranberry #E6417D
RGB
CMYK
RGB Variations
Color information
#E6417D (or 0xE6417D) is known color: Cranberry. HEX triplet: E6, 41 and 7D. RGB value is (230,65,125). Sum of RGB (Red+Green+Blue) = 230+65+125=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6417D is #19BE82. Grayscale: #797979. Windows color (decimal): -1687171 or 8208870. OLE color: 8208870.
HSL color Cylindrical-coordinate representation of color #E6417D: hue angle of 338.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6417D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 125 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.10 |
| HSL | 338.18º | 0.77% | 0.58% | - |
| HSV(B) | 338.18º | 0.72% | 0.9% | - |
| XYZ | 38.23 | 22.08 | 21.65 | - |
| YUV | 121.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 125 | 0 | 0.72 | 0.46 | 0.10 | 338.18 | 0.77 | 0.58 |
| Hex | E6 | 41 | 7D | 0 | 48 | 2E | A | 152 | 4D | 3A |
| Octal | 346 | 101 | 175 | 0 | 110 | 56 | 12 | 522 | 115 | 72 |
| Binary | 11100110 | 1000001 | 1111101 | 0 | 1001000 | 101110 | 1010 | 101010010 | 1001101 | 111010 |
Color Harmonies of #E6417D
Complementary color
Monochromatic Colors of #E6417D
Black with #E6417D
Text Example
Text Example
White with #E6417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6417D; }
p { color: rgb(230,65,125); }
H1.HeaderClassName
{
color: #E6417D;
}
.AnyTagClassName
{
color: #E6417D;
}
</style>
background-color css
<style>
a { background-color: #E6417D; }
a { background-color: rgb(230,65,125); }
div.DivClassName
{
background-color: #E6417D;
}
.BgClassName
{
background-color: #E6417D;
}
</style>
border-color css
<style>
span { border-color: #E6417D; }
span { border-color: rgb(230,65,125); }
td.TdClassName
{
border-color: #E6417D;
}
.TagClassName
{
border-color: #E6417D;
}
</style>