Shades of Cranberry #E75069
Tints of Cranberry #E75069
RGB
CMYK
RGB Variations
Color information
#E75069 (or 0xE75069) is known color: Cranberry. HEX triplet: E7, 50 and 69. RGB value is (231,80,105). Sum of RGB (Red+Green+Blue) = 231+80+105=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E75069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75069 is #18AF96. Grayscale: #808080. Windows color (decimal): -1617815 or 6901991. OLE color: 6901991.
HSL color Cylindrical-coordinate representation of color #E75069: hue angle of 350.07º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75069 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 105 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.07º | 0.76% | 0.61% | - |
| HSV(B) | 350.07º | 0.65% | 0.91% | - |
| XYZ | 38.37 | 23.75 | 15.93 | - |
| YUV | 128 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 105 | 0 | 0.65 | 0.55 | 0.09 | 350.07 | 0.76 | 0.61 |
| Hex | E7 | 50 | 69 | 0 | 41 | 37 | 9 | 15E | 4C | 3D |
| Octal | 347 | 120 | 151 | 0 | 101 | 67 | 11 | 536 | 114 | 75 |
| Binary | 11100111 | 1010000 | 1101001 | 0 | 1000001 | 110111 | 1001 | 101011110 | 1001100 | 111101 |
Color Harmonies of #E75069
Complementary color
Monochromatic Colors of #E75069
Black with #E75069
Text Example
Text Example
White with #E75069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75069; }
p { color: rgb(231,80,105); }
H1.HeaderClassName
{
color: #E75069;
}
.AnyTagClassName
{
color: #E75069;
}
</style>
background-color css
<style>
a { background-color: #E75069; }
a { background-color: rgb(231,80,105); }
div.DivClassName
{
background-color: #E75069;
}
.BgClassName
{
background-color: #E75069;
}
</style>
border-color css
<style>
span { border-color: #E75069; }
span { border-color: rgb(231,80,105); }
td.TdClassName
{
border-color: #E75069;
}
.TagClassName
{
border-color: #E75069;
}
</style>