Shades of Roman #E65E5C
Tints of Roman #E65E5C
RGB
CMYK
RGB Variations
Color information
#E65E5C (or 0xE65E5C) is known color: Roman. HEX triplet: E6, 5E and 5C. RGB value is (230,94,92). Sum of RGB (Red+Green+Blue) = 230+94+92=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E5C is #19A1A3. Grayscale: #868686. Windows color (decimal): -1679780 or 6053606. OLE color: 6053606.
HSL color Cylindrical-coordinate representation of color #E65E5C: hue angle of 0.87º 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 #E65E5C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 92 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.10 |
| HSL | 0.87º | 0.73% | 0.63% | - |
| HSV(B) | 0.87º | 0.6% | 0.9% | - |
| XYZ | 38.57 | 25.6 | 13.03 | - |
| YUV | 134.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 92 | 0 | 0.59 | 0.60 | 0.10 | 0.87 | 0.73 | 0.63 |
| Hex | E6 | 5E | 5C | 0 | 3B | 3C | A | 1 | 49 | 3F |
| Octal | 346 | 136 | 134 | 0 | 73 | 74 | 12 | 1 | 111 | 77 |
| Binary | 11100110 | 1011110 | 1011100 | 0 | 111011 | 111100 | 1010 | 1 | 1001001 | 111111 |
Color Harmonies of #E65E5C
Complementary color
Monochromatic Colors of #E65E5C
Black with #E65E5C
Text Example
Text Example
White with #E65E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E5C; }
p { color: rgb(230,94,92); }
H1.HeaderClassName
{
color: #E65E5C;
}
.AnyTagClassName
{
color: #E65E5C;
}
</style>
background-color css
<style>
a { background-color: #E65E5C; }
a { background-color: rgb(230,94,92); }
div.DivClassName
{
background-color: #E65E5C;
}
.BgClassName
{
background-color: #E65E5C;
}
</style>
border-color css
<style>
span { border-color: #E65E5C; }
span { border-color: rgb(230,94,92); }
td.TdClassName
{
border-color: #E65E5C;
}
.TagClassName
{
border-color: #E65E5C;
}
</style>