Shades of Cranberry #E25A6D
Tints of Cranberry #E25A6D
RGB
CMYK
RGB Variations
Color information
#E25A6D (or 0xE25A6D) is known color: Cranberry. HEX triplet: E2, 5A and 6D. RGB value is (226,90,109). Sum of RGB (Red+Green+Blue) = 226+90+109=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A6D is #1DA592. Grayscale: #848484. Windows color (decimal): -1942931 or 7166690. OLE color: 7166690.
HSL color Cylindrical-coordinate representation of color #E25A6D: hue angle of 351.62º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A6D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 109 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.11 |
| HSL | 351.62º | 0.7% | 0.62% | - |
| HSV(B) | 351.62º | 0.6% | 0.89% | - |
| XYZ | 37.78 | 24.59 | 17.22 | - |
| YUV | 132.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 109 | 0 | 0.60 | 0.52 | 0.11 | 351.62 | 0.7 | 0.62 |
| Hex | E2 | 5A | 6D | 0 | 3C | 34 | B | 160 | 46 | 3E |
| Octal | 342 | 132 | 155 | 0 | 74 | 64 | 13 | 540 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1101101 | 0 | 111100 | 110100 | 1011 | 101100000 | 1000110 | 111110 |
Color Harmonies of #E25A6D
Complementary color
Monochromatic Colors of #E25A6D
Black with #E25A6D
Text Example
Text Example
White with #E25A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A6D; }
p { color: rgb(226,90,109); }
H1.HeaderClassName
{
color: #E25A6D;
}
.AnyTagClassName
{
color: #E25A6D;
}
</style>
background-color css
<style>
a { background-color: #E25A6D; }
a { background-color: rgb(226,90,109); }
div.DivClassName
{
background-color: #E25A6D;
}
.BgClassName
{
background-color: #E25A6D;
}
</style>
border-color css
<style>
span { border-color: #E25A6D; }
span { border-color: rgb(226,90,109); }
td.TdClassName
{
border-color: #E25A6D;
}
.TagClassName
{
border-color: #E25A6D;
}
</style>