Shades of Roman #EB6665
Tints of Roman #EB6665
RGB
CMYK
RGB Variations
Color information
#EB6665 (or 0xEB6665) is known color: Roman. HEX triplet: EB, 66 and 65. RGB value is (235,102,101). Sum of RGB (Red+Green+Blue) = 235+102+101=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6665 is #14999A. Grayscale: #8D8D8D. Windows color (decimal): -1350043 or 6645483. OLE color: 6645483.
HSL color Cylindrical-coordinate representation of color #EB6665: hue angle of 0.45º 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 #EB6665 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 101 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.08 |
| HSL | 0.45º | 0.77% | 0.66% | - |
| HSV(B) | 0.45º | 0.57% | 0.92% | - |
| XYZ | 41.36 | 28.1 | 15.56 | - |
| YUV | 141.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 101 | 0 | 0.57 | 0.57 | 0.08 | 0.45 | 0.77 | 0.66 |
| Hex | EB | 66 | 65 | 0 | 39 | 39 | 8 | 0 | 4D | 42 |
| Octal | 353 | 146 | 145 | 0 | 71 | 71 | 10 | 0 | 115 | 102 |
| Binary | 11101011 | 1100110 | 1100101 | 0 | 111001 | 111001 | 1000 | 0 | 1001101 | 1000010 |
Color Harmonies of #EB6665
Complementary color
Monochromatic Colors of #EB6665
Black with #EB6665
Text Example
Text Example
White with #EB6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6665; }
p { color: rgb(235,102,101); }
H1.HeaderClassName
{
color: #EB6665;
}
.AnyTagClassName
{
color: #EB6665;
}
</style>
background-color css
<style>
a { background-color: #EB6665; }
a { background-color: rgb(235,102,101); }
div.DivClassName
{
background-color: #EB6665;
}
.BgClassName
{
background-color: #EB6665;
}
</style>
border-color css
<style>
span { border-color: #EB6665; }
span { border-color: rgb(235,102,101); }
td.TdClassName
{
border-color: #EB6665;
}
.TagClassName
{
border-color: #EB6665;
}
</style>