Shades of Roman #E65E5D
Tints of Roman #E65E5D
RGB
CMYK
RGB Variations
Color information
#E65E5D (or 0xE65E5D) is known color: Roman. HEX triplet: E6, 5E and 5D. RGB value is (230,94,93). Sum of RGB (Red+Green+Blue) = 230+94+93=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E5D is #19A1A2. Grayscale: #868686. Windows color (decimal): -1679779 or 6119142. OLE color: 6119142.
HSL color Cylindrical-coordinate representation of color #E65E5D: hue angle of 0.44º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65E5D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 93 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.10 |
| HSL | 0.44º | 0.73% | 0.63% | - |
| HSV(B) | 0.44º | 0.6% | 0.9% | - |
| XYZ | 38.61 | 25.62 | 13.27 | - |
| YUV | 134.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 93 | 0 | 0.59 | 0.60 | 0.10 | 0.44 | 0.73 | 0.63 |
| Hex | E6 | 5E | 5D | 0 | 3B | 3C | A | 0 | 49 | 3F |
| Octal | 346 | 136 | 135 | 0 | 73 | 74 | 12 | 0 | 111 | 77 |
| Binary | 11100110 | 1011110 | 1011101 | 0 | 111011 | 111100 | 1010 | 0 | 1001001 | 111111 |
Color Harmonies of #E65E5D
Complementary color
Monochromatic Colors of #E65E5D
Black with #E65E5D
Text Example
Text Example
White with #E65E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E5D; }
p { color: rgb(230,94,93); }
H1.HeaderClassName
{
color: #E65E5D;
}
.AnyTagClassName
{
color: #E65E5D;
}
</style>
background-color css
<style>
a { background-color: #E65E5D; }
a { background-color: rgb(230,94,93); }
div.DivClassName
{
background-color: #E65E5D;
}
.BgClassName
{
background-color: #E65E5D;
}
</style>
border-color css
<style>
span { border-color: #E65E5D; }
span { border-color: rgb(230,94,93); }
td.TdClassName
{
border-color: #E65E5D;
}
.TagClassName
{
border-color: #E65E5D;
}
</style>