Shades of Cranberry #E34B7B
Tints of Cranberry #E34B7B
RGB
CMYK
RGB Variations
Color information
#E34B7B (or 0xE34B7B) is known color: Cranberry. HEX triplet: E3, 4B and 7B. RGB value is (227,75,123). Sum of RGB (Red+Green+Blue) = 227+75+123=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B7B is #1CB484. Grayscale: #7D7D7D. Windows color (decimal): -1881221 or 8080355. OLE color: 8080355.
HSL color Cylindrical-coordinate representation of color #E34B7B: hue angle of 341.05º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34B7B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 123 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.11 |
| HSL | 341.05º | 0.73% | 0.59% | - |
| HSV(B) | 341.05º | 0.67% | 0.89% | - |
| XYZ | 37.77 | 22.79 | 21.15 | - |
| YUV | 125.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 123 | 0 | 0.67 | 0.46 | 0.11 | 341.05 | 0.73 | 0.59 |
| Hex | E3 | 4B | 7B | 0 | 43 | 2E | B | 155 | 49 | 3B |
| Octal | 343 | 113 | 173 | 0 | 103 | 56 | 13 | 525 | 111 | 73 |
| Binary | 11100011 | 1001011 | 1111011 | 0 | 1000011 | 101110 | 1011 | 101010101 | 1001001 | 111011 |
Color Harmonies of #E34B7B
Complementary color
Monochromatic Colors of #E34B7B
Black with #E34B7B
Text Example
Text Example
White with #E34B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B7B; }
p { color: rgb(227,75,123); }
H1.HeaderClassName
{
color: #E34B7B;
}
.AnyTagClassName
{
color: #E34B7B;
}
</style>
background-color css
<style>
a { background-color: #E34B7B; }
a { background-color: rgb(227,75,123); }
div.DivClassName
{
background-color: #E34B7B;
}
.BgClassName
{
background-color: #E34B7B;
}
</style>
border-color css
<style>
span { border-color: #E34B7B; }
span { border-color: rgb(227,75,123); }
td.TdClassName
{
border-color: #E34B7B;
}
.TagClassName
{
border-color: #E34B7B;
}
</style>