Shades of Roman #EB5E5D
Tints of Roman #EB5E5D
RGB
CMYK
RGB Variations
Color information
#EB5E5D (or 0xEB5E5D) is known color: Roman. HEX triplet: EB, 5E and 5D. RGB value is (235,94,93). Sum of RGB (Red+Green+Blue) = 235+94+93=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E5D is #14A1A2. Grayscale: #888888. Windows color (decimal): -1352099 or 6119147. OLE color: 6119147.
HSL color Cylindrical-coordinate representation of color #EB5E5D: hue angle of 0.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5E5D is Cyan = 0, Magento = 0.6, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 93 | - |
| CMYK | 0 | 0.6 | 0.60 | 0.08 |
| HSL | 0.42º | 0.78% | 0.64% | - |
| HSV(B) | 0.42º | 0.6% | 0.92% | - |
| XYZ | 40.24 | 26.46 | 13.34 | - |
| YUV | 136.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 93 | 0 | 0.6 | 0.60 | 0.08 | 0.42 | 0.78 | 0.64 |
| Hex | EB | 5E | 5D | 0 | 3C | 3C | 8 | 0 | 4E | 40 |
| Octal | 353 | 136 | 135 | 0 | 74 | 74 | 10 | 0 | 116 | 100 |
| Binary | 11101011 | 1011110 | 1011101 | 0 | 111100 | 111100 | 1000 | 0 | 1001110 | 1000000 |
Color Harmonies of #EB5E5D
Complementary color
Monochromatic Colors of #EB5E5D
Black with #EB5E5D
Text Example
Text Example
White with #EB5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E5D; }
p { color: rgb(235,94,93); }
H1.HeaderClassName
{
color: #EB5E5D;
}
.AnyTagClassName
{
color: #EB5E5D;
}
</style>
background-color css
<style>
a { background-color: #EB5E5D; }
a { background-color: rgb(235,94,93); }
div.DivClassName
{
background-color: #EB5E5D;
}
.BgClassName
{
background-color: #EB5E5D;
}
</style>
border-color css
<style>
span { border-color: #EB5E5D; }
span { border-color: rgb(235,94,93); }
td.TdClassName
{
border-color: #EB5E5D;
}
.TagClassName
{
border-color: #EB5E5D;
}
</style>