Shades of Cranberry #E6407B
Tints of Cranberry #E6407B
RGB
CMYK
RGB Variations
Color information
#E6407B (or 0xE6407B) is known color: Cranberry. HEX triplet: E6, 40 and 7B. RGB value is (230,64,123). Sum of RGB (Red+Green+Blue) = 230+64+123=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6407B is #19BF84. Grayscale: #787878. Windows color (decimal): -1687429 or 8077542. OLE color: 8077542.
HSL color Cylindrical-coordinate representation of color #E6407B: hue angle of 338.67º 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 #E6407B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 123 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.10 |
| HSL | 338.67º | 0.77% | 0.58% | - |
| HSV(B) | 338.67º | 0.72% | 0.9% | - |
| XYZ | 38.04 | 21.92 | 20.96 | - |
| YUV | 120.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 123 | 0 | 0.72 | 0.47 | 0.10 | 338.67 | 0.77 | 0.58 |
| Hex | E6 | 40 | 7B | 0 | 48 | 2F | A | 153 | 4D | 3A |
| Octal | 346 | 100 | 173 | 0 | 110 | 57 | 12 | 523 | 115 | 72 |
| Binary | 11100110 | 1000000 | 1111011 | 0 | 1001000 | 101111 | 1010 | 101010011 | 1001101 | 111010 |
Color Harmonies of #E6407B
Complementary color
Monochromatic Colors of #E6407B
Black with #E6407B
Text Example
Text Example
White with #E6407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6407B; }
p { color: rgb(230,64,123); }
H1.HeaderClassName
{
color: #E6407B;
}
.AnyTagClassName
{
color: #E6407B;
}
</style>
background-color css
<style>
a { background-color: #E6407B; }
a { background-color: rgb(230,64,123); }
div.DivClassName
{
background-color: #E6407B;
}
.BgClassName
{
background-color: #E6407B;
}
</style>
border-color css
<style>
span { border-color: #E6407B; }
span { border-color: rgb(230,64,123); }
td.TdClassName
{
border-color: #E6407B;
}
.TagClassName
{
border-color: #E6407B;
}
</style>