Shades of Cranberry #E74B6E
Tints of Cranberry #E74B6E
RGB
CMYK
RGB Variations
Color information
#E74B6E (or 0xE74B6E) is known color: Cranberry. HEX triplet: E7, 4B and 6E. RGB value is (231,75,110). Sum of RGB (Red+Green+Blue) = 231+75+110=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B6E is #18B491. Grayscale: #7D7D7D. Windows color (decimal): -1619090 or 7228391. OLE color: 7228391.
HSL color Cylindrical-coordinate representation of color #E74B6E: hue angle of 346.54º 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 #E74B6E is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 110 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.09 |
| HSL | 346.54º | 0.76% | 0.6% | - |
| HSV(B) | 346.54º | 0.68% | 0.91% | - |
| XYZ | 38.29 | 23.15 | 17.2 | - |
| YUV | 125.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 110 | 0 | 0.68 | 0.52 | 0.09 | 346.54 | 0.76 | 0.6 |
| Hex | E7 | 4B | 6E | 0 | 44 | 34 | 9 | 15B | 4C | 3C |
| Octal | 347 | 113 | 156 | 0 | 104 | 64 | 11 | 533 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1101110 | 0 | 1000100 | 110100 | 1001 | 101011011 | 1001100 | 111100 |
Color Harmonies of #E74B6E
Complementary color
Monochromatic Colors of #E74B6E
Black with #E74B6E
Text Example
Text Example
White with #E74B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B6E; }
p { color: rgb(231,75,110); }
H1.HeaderClassName
{
color: #E74B6E;
}
.AnyTagClassName
{
color: #E74B6E;
}
</style>
background-color css
<style>
a { background-color: #E74B6E; }
a { background-color: rgb(231,75,110); }
div.DivClassName
{
background-color: #E74B6E;
}
.BgClassName
{
background-color: #E74B6E;
}
</style>
border-color css
<style>
span { border-color: #E74B6E; }
span { border-color: rgb(231,75,110); }
td.TdClassName
{
border-color: #E74B6E;
}
.TagClassName
{
border-color: #E74B6E;
}
</style>