Shades of Roman #EA5C5B
Tints of Roman #EA5C5B
RGB
CMYK
RGB Variations
Color information
#EA5C5B (or 0xEA5C5B) is known color: Roman. HEX triplet: EA, 5C and 5B. RGB value is (234,92,91). Sum of RGB (Red+Green+Blue) = 234+92+91=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C5B is #15A3A4. Grayscale: #868686. Windows color (decimal): -1418149 or 5987562. OLE color: 5987562.
HSL color Cylindrical-coordinate representation of color #EA5C5B: hue angle of 0.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C5B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 91 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.08 |
| HSL | 0.42º | 0.77% | 0.64% | - |
| HSV(B) | 0.42º | 0.61% | 0.92% | - |
| XYZ | 39.65 | 25.9 | 12.81 | - |
| YUV | 134.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 91 | 0 | 0.61 | 0.61 | 0.08 | 0.42 | 0.77 | 0.64 |
| Hex | EA | 5C | 5B | 0 | 3D | 3D | 8 | 0 | 4D | 40 |
| Octal | 352 | 134 | 133 | 0 | 75 | 75 | 10 | 0 | 115 | 100 |
| Binary | 11101010 | 1011100 | 1011011 | 0 | 111101 | 111101 | 1000 | 0 | 1001101 | 1000000 |
Color Harmonies of #EA5C5B
Complementary color
Monochromatic Colors of #EA5C5B
Black with #EA5C5B
Text Example
Text Example
White with #EA5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C5B; }
p { color: rgb(234,92,91); }
H1.HeaderClassName
{
color: #EA5C5B;
}
.AnyTagClassName
{
color: #EA5C5B;
}
</style>
background-color css
<style>
a { background-color: #EA5C5B; }
a { background-color: rgb(234,92,91); }
div.DivClassName
{
background-color: #EA5C5B;
}
.BgClassName
{
background-color: #EA5C5B;
}
</style>
border-color css
<style>
span { border-color: #EA5C5B; }
span { border-color: rgb(234,92,91); }
td.TdClassName
{
border-color: #EA5C5B;
}
.TagClassName
{
border-color: #EA5C5B;
}
</style>