Shades of Cranberry #E34B7A
Tints of Cranberry #E34B7A
RGB
CMYK
RGB Variations
Color information
#E34B7A (or 0xE34B7A) is known color: Cranberry. HEX triplet: E3, 4B and 7A. RGB value is (227,75,122). Sum of RGB (Red+Green+Blue) = 227+75+122=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B7A is #1CB485. Grayscale: #7D7D7D. Windows color (decimal): -1881222 or 8014819. OLE color: 8014819.
HSL color Cylindrical-coordinate representation of color #E34B7A: hue angle of 341.45º 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 #E34B7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.11 |
| HSL | 341.45º | 0.73% | 0.59% | - |
| HSV(B) | 341.45º | 0.67% | 0.89% | - |
| XYZ | 37.71 | 22.77 | 20.82 | - |
| YUV | 125.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 122 | 0 | 0.67 | 0.46 | 0.11 | 341.45 | 0.73 | 0.59 |
| Hex | E3 | 4B | 7A | 0 | 43 | 2E | B | 155 | 49 | 3B |
| Octal | 343 | 113 | 172 | 0 | 103 | 56 | 13 | 525 | 111 | 73 |
| Binary | 11100011 | 1001011 | 1111010 | 0 | 1000011 | 101110 | 1011 | 101010101 | 1001001 | 111011 |
Color Harmonies of #E34B7A
Complementary color
Monochromatic Colors of #E34B7A
Black with #E34B7A
Text Example
Text Example
White with #E34B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B7A; }
p { color: rgb(227,75,122); }
H1.HeaderClassName
{
color: #E34B7A;
}
.AnyTagClassName
{
color: #E34B7A;
}
</style>
background-color css
<style>
a { background-color: #E34B7A; }
a { background-color: rgb(227,75,122); }
div.DivClassName
{
background-color: #E34B7A;
}
.BgClassName
{
background-color: #E34B7A;
}
</style>
border-color css
<style>
span { border-color: #E34B7A; }
span { border-color: rgb(227,75,122); }
td.TdClassName
{
border-color: #E34B7A;
}
.TagClassName
{
border-color: #E34B7A;
}
</style>