Shades of Cranberry #E44B7A
Tints of Cranberry #E44B7A
RGB
CMYK
RGB Variations
Color information
#E44B7A (or 0xE44B7A) is known color: Cranberry. HEX triplet: E4, 4B and 7A. RGB value is (228,75,122). Sum of RGB (Red+Green+Blue) = 228+75+122=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44B7A is #1BB485. Grayscale: #7E7E7E. Windows color (decimal): -1815686 or 8014820. OLE color: 8014820.
HSL color Cylindrical-coordinate representation of color #E44B7A: hue angle of 341.57º degrees, saturation: 0.74, 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 #E44B7A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 122 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.11 |
| HSL | 341.57º | 0.74% | 0.59% | - |
| HSV(B) | 341.57º | 0.67% | 0.89% | - |
| XYZ | 38.02 | 22.93 | 20.83 | - |
| YUV | 126.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 122 | 0 | 0.67 | 0.46 | 0.11 | 341.57 | 0.74 | 0.59 |
| Hex | E4 | 4B | 7A | 0 | 43 | 2E | B | 156 | 4A | 3B |
| Octal | 344 | 113 | 172 | 0 | 103 | 56 | 13 | 526 | 112 | 73 |
| Binary | 11100100 | 1001011 | 1111010 | 0 | 1000011 | 101110 | 1011 | 101010110 | 1001010 | 111011 |
Color Harmonies of #E44B7A
Complementary color
Monochromatic Colors of #E44B7A
Black with #E44B7A
Text Example
Text Example
White with #E44B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44B7A; }
p { color: rgb(228,75,122); }
H1.HeaderClassName
{
color: #E44B7A;
}
.AnyTagClassName
{
color: #E44B7A;
}
</style>
background-color css
<style>
a { background-color: #E44B7A; }
a { background-color: rgb(228,75,122); }
div.DivClassName
{
background-color: #E44B7A;
}
.BgClassName
{
background-color: #E44B7A;
}
</style>
border-color css
<style>
span { border-color: #E44B7A; }
span { border-color: rgb(228,75,122); }
td.TdClassName
{
border-color: #E44B7A;
}
.TagClassName
{
border-color: #E44B7A;
}
</style>