Shades of Cranberry #E65069
Tints of Cranberry #E65069
RGB
CMYK
RGB Variations
Color information
#E65069 (or 0xE65069) is known color: Cranberry. HEX triplet: E6, 50 and 69. RGB value is (230,80,105). Sum of RGB (Red+Green+Blue) = 230+80+105=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E65069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65069 is #19AF96. Grayscale: #7F7F7F. Windows color (decimal): -1683351 or 6901990. OLE color: 6901990.
HSL color Cylindrical-coordinate representation of color #E65069: hue angle of 350º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65069 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 105 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.10 |
| HSL | 350º | 0.75% | 0.61% | - |
| HSV(B) | 350º | 0.65% | 0.9% | - |
| XYZ | 38.05 | 23.58 | 15.91 | - |
| YUV | 127.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 105 | 0 | 0.65 | 0.54 | 0.10 | 350 | 0.75 | 0.61 |
| Hex | E6 | 50 | 69 | 0 | 41 | 36 | A | 15E | 4B | 3D |
| Octal | 346 | 120 | 151 | 0 | 101 | 66 | 12 | 536 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1101001 | 0 | 1000001 | 110110 | 1010 | 101011110 | 1001011 | 111101 |
Color Harmonies of #E65069
Complementary color
Monochromatic Colors of #E65069
Black with #E65069
Text Example
Text Example
White with #E65069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65069; }
p { color: rgb(230,80,105); }
H1.HeaderClassName
{
color: #E65069;
}
.AnyTagClassName
{
color: #E65069;
}
</style>
background-color css
<style>
a { background-color: #E65069; }
a { background-color: rgb(230,80,105); }
div.DivClassName
{
background-color: #E65069;
}
.BgClassName
{
background-color: #E65069;
}
</style>
border-color css
<style>
span { border-color: #E65069; }
span { border-color: rgb(230,80,105); }
td.TdClassName
{
border-color: #E65069;
}
.TagClassName
{
border-color: #E65069;
}
</style>