Shades of Persimmon #E25105
Tints of Persimmon #E25105
RGB
CMYK
RGB Variations
Color information
#E25105 (or 0xE25105) is known color: Persimmon. HEX triplet: E2, 51 and 05. RGB value is (226,81,5). Sum of RGB (Red+Green+Blue) = 226+81+5=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E25105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25105 is #1DAEFA. Grayscale: #747474. Windows color (decimal): -1945339 or 348642. OLE color: 348642.
HSL color Cylindrical-coordinate representation of color #E25105: hue angle of 20.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E25105 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.11 |
| HSL | 20.63º | 0.96% | 0.45% | - |
| HSV(B) | 20.63º | 0.98% | 0.89% | - |
| XYZ | 34.33 | 22.06 | 2.59 | - |
| YUV | 115.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 5 | 0 | 0.64 | 0.98 | 0.11 | 20.63 | 0.96 | 0.45 |
| Hex | E2 | 51 | 5 | 0 | 40 | 62 | B | 15 | 60 | 2D |
| Octal | 342 | 121 | 5 | 0 | 100 | 142 | 13 | 25 | 140 | 55 |
| Binary | 11100010 | 1010001 | 101 | 0 | 1000000 | 1100010 | 1011 | 10101 | 1100000 | 101101 |
Color Harmonies of #E25105
Complementary color
Monochromatic Colors of #E25105
Black with #E25105
Text Example
Text Example
White with #E25105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25105; }
p { color: rgb(226,81,5); }
H1.HeaderClassName
{
color: #E25105;
}
.AnyTagClassName
{
color: #E25105;
}
</style>
background-color css
<style>
a { background-color: #E25105; }
a { background-color: rgb(226,81,5); }
div.DivClassName
{
background-color: #E25105;
}
.BgClassName
{
background-color: #E25105;
}
</style>
border-color css
<style>
span { border-color: #E25105; }
span { border-color: rgb(226,81,5); }
td.TdClassName
{
border-color: #E25105;
}
.TagClassName
{
border-color: #E25105;
}
</style>