Shades of Cranberry #E75668
Tints of Cranberry #E75668
RGB
CMYK
RGB Variations
Color information
#E75668 (or 0xE75668) is known color: Cranberry. HEX triplet: E7, 56 and 68. RGB value is (231,86,104). Sum of RGB (Red+Green+Blue) = 231+86+104=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E75668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75668 is #18A997. Grayscale: #838383. Windows color (decimal): -1616280 or 6837991. OLE color: 6837991.
HSL color Cylindrical-coordinate representation of color #E75668: hue angle of 352.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75668 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 104 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.09 |
| HSL | 352.55º | 0.75% | 0.62% | - |
| HSV(B) | 352.55º | 0.63% | 0.91% | - |
| XYZ | 38.78 | 24.64 | 15.81 | - |
| YUV | 131.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 104 | 0 | 0.63 | 0.55 | 0.09 | 352.55 | 0.75 | 0.62 |
| Hex | E7 | 56 | 68 | 0 | 3F | 37 | 9 | 161 | 4B | 3E |
| Octal | 347 | 126 | 150 | 0 | 77 | 67 | 11 | 541 | 113 | 76 |
| Binary | 11100111 | 1010110 | 1101000 | 0 | 111111 | 110111 | 1001 | 101100001 | 1001011 | 111110 |
Color Harmonies of #E75668
Complementary color
Monochromatic Colors of #E75668
Black with #E75668
Text Example
Text Example
White with #E75668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75668; }
p { color: rgb(231,86,104); }
H1.HeaderClassName
{
color: #E75668;
}
.AnyTagClassName
{
color: #E75668;
}
</style>
background-color css
<style>
a { background-color: #E75668; }
a { background-color: rgb(231,86,104); }
div.DivClassName
{
background-color: #E75668;
}
.BgClassName
{
background-color: #E75668;
}
</style>
border-color css
<style>
span { border-color: #E75668; }
span { border-color: rgb(231,86,104); }
td.TdClassName
{
border-color: #E75668;
}
.TagClassName
{
border-color: #E75668;
}
</style>