Shades of Cranberry #E74B6B
Tints of Cranberry #E74B6B
RGB
CMYK
RGB Variations
Color information
#E74B6B (or 0xE74B6B) is known color: Cranberry. HEX triplet: E7, 4B and 6B. RGB value is (231,75,107). Sum of RGB (Red+Green+Blue) = 231+75+107=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B6B is #18B494. Grayscale: #7D7D7D. Windows color (decimal): -1619093 or 7031783. OLE color: 7031783.
HSL color Cylindrical-coordinate representation of color #E74B6B: hue angle of 347.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B6B is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 107 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.09 |
| HSL | 347.69º | 0.76% | 0.6% | - |
| HSV(B) | 347.69º | 0.68% | 0.91% | - |
| XYZ | 38.12 | 23.08 | 16.36 | - |
| YUV | 125.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 107 | 0 | 0.68 | 0.54 | 0.09 | 347.69 | 0.76 | 0.6 |
| Hex | E7 | 4B | 6B | 0 | 44 | 36 | 9 | 15C | 4C | 3C |
| Octal | 347 | 113 | 153 | 0 | 104 | 66 | 11 | 534 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1101011 | 0 | 1000100 | 110110 | 1001 | 101011100 | 1001100 | 111100 |
Color Harmonies of #E74B6B
Complementary color
Monochromatic Colors of #E74B6B
Black with #E74B6B
Text Example
Text Example
White with #E74B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B6B; }
p { color: rgb(231,75,107); }
H1.HeaderClassName
{
color: #E74B6B;
}
.AnyTagClassName
{
color: #E74B6B;
}
</style>
background-color css
<style>
a { background-color: #E74B6B; }
a { background-color: rgb(231,75,107); }
div.DivClassName
{
background-color: #E74B6B;
}
.BgClassName
{
background-color: #E74B6B;
}
</style>
border-color css
<style>
span { border-color: #E74B6B; }
span { border-color: rgb(231,75,107); }
td.TdClassName
{
border-color: #E74B6B;
}
.TagClassName
{
border-color: #E74B6B;
}
</style>