Shades of Roman #EB6565
Tints of Roman #EB6565
RGB
CMYK
RGB Variations
Color information
#EB6565 (or 0xEB6565) is known color: Roman. HEX triplet: EB, 65 and 65. RGB value is (235,101,101). Sum of RGB (Red+Green+Blue) = 235+101+101=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6565 is #149A9A. Grayscale: #8D8D8D. Windows color (decimal): -1350299 or 6645227. OLE color: 6645227.
HSL color Cylindrical-coordinate representation of color #EB6565: hue angle of 0º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB6565 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 101 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.08 |
| HSL | 0º | 0.77% | 0.66% | - |
| HSV(B) | 0º | 0.57% | 0.92% | - |
| XYZ | 41.26 | 27.91 | 15.52 | - |
| YUV | 141.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 101 | 0 | 0.57 | 0.57 | 0.08 | 0 | 0.77 | 0.66 |
| Hex | EB | 65 | 65 | 0 | 39 | 39 | 8 | 0 | 4D | 42 |
| Octal | 353 | 145 | 145 | 0 | 71 | 71 | 10 | 0 | 115 | 102 |
| Binary | 11101011 | 1100101 | 1100101 | 0 | 111001 | 111001 | 1000 | 0 | 1001101 | 1000010 |
Color Harmonies of #EB6565
Complementary color
Monochromatic Colors of #EB6565
Black with #EB6565
Text Example
Text Example
White with #EB6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6565; }
p { color: rgb(235,101,101); }
H1.HeaderClassName
{
color: #EB6565;
}
.AnyTagClassName
{
color: #EB6565;
}
</style>
background-color css
<style>
a { background-color: #EB6565; }
a { background-color: rgb(235,101,101); }
div.DivClassName
{
background-color: #EB6565;
}
.BgClassName
{
background-color: #EB6565;
}
</style>
border-color css
<style>
span { border-color: #EB6565; }
span { border-color: rgb(235,101,101); }
td.TdClassName
{
border-color: #EB6565;
}
.TagClassName
{
border-color: #EB6565;
}
</style>