Shades of Persimmon #E64E0F
Tints of Persimmon #E64E0F
RGB
CMYK
RGB Variations
Color information
#E64E0F (or 0xE64E0F) is known color: Persimmon. HEX triplet: E6, 4E and 0F. RGB value is (230,78,15). Sum of RGB (Red+Green+Blue) = 230+78+15=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64E0F is #19B1F0. Grayscale: #747474. Windows color (decimal): -1683953 or 1003238. OLE color: 1003238.
HSL color Cylindrical-coordinate representation of color #E64E0F: hue angle of 17.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E64E0F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.10 |
| HSL | 17.58º | 0.88% | 0.48% | - |
| HSV(B) | 17.58º | 0.93% | 0.9% | - |
| XYZ | 35.44 | 22.31 | 2.89 | - |
| YUV | 116.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 15 | 0 | 0.66 | 0.93 | 0.10 | 17.58 | 0.88 | 0.48 |
| Hex | E6 | 4E | F | 0 | 42 | 5D | A | 12 | 58 | 30 |
| Octal | 346 | 116 | 17 | 0 | 102 | 135 | 12 | 22 | 130 | 60 |
| Binary | 11100110 | 1001110 | 1111 | 0 | 1000010 | 1011101 | 1010 | 10010 | 1011000 | 110000 |
Color Harmonies of #E64E0F
Complementary color
Monochromatic Colors of #E64E0F
Black with #E64E0F
Text Example
Text Example
White with #E64E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E0F; }
p { color: rgb(230,78,15); }
H1.HeaderClassName
{
color: #E64E0F;
}
.AnyTagClassName
{
color: #E64E0F;
}
</style>
background-color css
<style>
a { background-color: #E64E0F; }
a { background-color: rgb(230,78,15); }
div.DivClassName
{
background-color: #E64E0F;
}
.BgClassName
{
background-color: #E64E0F;
}
</style>
border-color css
<style>
span { border-color: #E64E0F; }
span { border-color: rgb(230,78,15); }
td.TdClassName
{
border-color: #E64E0F;
}
.TagClassName
{
border-color: #E64E0F;
}
</style>