Shades of Roman #E65C5A
Tints of Roman #E65C5A
RGB
CMYK
RGB Variations
Color information
#E65C5A (or 0xE65C5A) is known color: Roman. HEX triplet: E6, 5C and 5A. RGB value is (230,92,90). Sum of RGB (Red+Green+Blue) = 230+92+90=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C5A is #19A3A5. Grayscale: #858585. Windows color (decimal): -1680294 or 5922022. OLE color: 5922022.
HSL color Cylindrical-coordinate representation of color #E65C5A: hue angle of 0.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65C5A is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 90 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.10 |
| HSL | 0.86º | 0.74% | 0.63% | - |
| HSV(B) | 0.86º | 0.61% | 0.9% | - |
| XYZ | 38.31 | 25.22 | 12.52 | - |
| YUV | 133.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 90 | 0 | 0.60 | 0.61 | 0.10 | 0.86 | 0.74 | 0.63 |
| Hex | E6 | 5C | 5A | 0 | 3C | 3D | A | 1 | 4A | 3F |
| Octal | 346 | 134 | 132 | 0 | 74 | 75 | 12 | 1 | 112 | 77 |
| Binary | 11100110 | 1011100 | 1011010 | 0 | 111100 | 111101 | 1010 | 1 | 1001010 | 111111 |
Color Harmonies of #E65C5A
Complementary color
Monochromatic Colors of #E65C5A
Black with #E65C5A
Text Example
Text Example
White with #E65C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C5A; }
p { color: rgb(230,92,90); }
H1.HeaderClassName
{
color: #E65C5A;
}
.AnyTagClassName
{
color: #E65C5A;
}
</style>
background-color css
<style>
a { background-color: #E65C5A; }
a { background-color: rgb(230,92,90); }
div.DivClassName
{
background-color: #E65C5A;
}
.BgClassName
{
background-color: #E65C5A;
}
</style>
border-color css
<style>
span { border-color: #E65C5A; }
span { border-color: rgb(230,92,90); }
td.TdClassName
{
border-color: #E65C5A;
}
.TagClassName
{
border-color: #E65C5A;
}
</style>