Shades of Cranberry #E25369
Tints of Cranberry #E25369
RGB
CMYK
RGB Variations
Color information
#E25369 (or 0xE25369) is known color: Cranberry. HEX triplet: E2, 53 and 69. RGB value is (226,83,105). Sum of RGB (Red+Green+Blue) = 226+83+105=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E25369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25369 is #1DAC96. Grayscale: #808080. Windows color (decimal): -1944727 or 6902754. OLE color: 6902754.
HSL color Cylindrical-coordinate representation of color #E25369: hue angle of 350.77º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25369 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 105 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.11 |
| HSL | 350.77º | 0.71% | 0.61% | - |
| HSV(B) | 350.77º | 0.63% | 0.89% | - |
| XYZ | 37.01 | 23.38 | 15.93 | - |
| YUV | 128.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 105 | 0 | 0.63 | 0.54 | 0.11 | 350.77 | 0.71 | 0.61 |
| Hex | E2 | 53 | 69 | 0 | 3F | 36 | B | 15F | 47 | 3D |
| Octal | 342 | 123 | 151 | 0 | 77 | 66 | 13 | 537 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1101001 | 0 | 111111 | 110110 | 1011 | 101011111 | 1000111 | 111101 |
Color Harmonies of #E25369
Complementary color
Monochromatic Colors of #E25369
Black with #E25369
Text Example
Text Example
White with #E25369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25369; }
p { color: rgb(226,83,105); }
H1.HeaderClassName
{
color: #E25369;
}
.AnyTagClassName
{
color: #E25369;
}
</style>
background-color css
<style>
a { background-color: #E25369; }
a { background-color: rgb(226,83,105); }
div.DivClassName
{
background-color: #E25369;
}
.BgClassName
{
background-color: #E25369;
}
</style>
border-color css
<style>
span { border-color: #E25369; }
span { border-color: rgb(226,83,105); }
td.TdClassName
{
border-color: #E25369;
}
.TagClassName
{
border-color: #E25369;
}
</style>