Shades of Roman #E65B5B
Tints of Roman #E65B5B
RGB
CMYK
RGB Variations
Color information
#E65B5B (or 0xE65B5B) is known color: Roman. HEX triplet: E6, 5B and 5B. RGB value is (230,91,91). Sum of RGB (Red+Green+Blue) = 230+91+91=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B5B is #19A4A4. Grayscale: #848484. Windows color (decimal): -1680549 or 5987302. OLE color: 5987302.
HSL color Cylindrical-coordinate representation of color #E65B5B: hue angle of 0º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65B5B is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 91 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.10 |
| HSL | 0º | 0.74% | 0.63% | - |
| HSV(B) | 0º | 0.6% | 0.9% | - |
| XYZ | 38.26 | 25.06 | 12.72 | - |
| YUV | 132.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 91 | 0 | 0.60 | 0.60 | 0.10 | 0 | 0.74 | 0.63 |
| Hex | E6 | 5B | 5B | 0 | 3C | 3C | A | 0 | 4A | 3F |
| Octal | 346 | 133 | 133 | 0 | 74 | 74 | 12 | 0 | 112 | 77 |
| Binary | 11100110 | 1011011 | 1011011 | 0 | 111100 | 111100 | 1010 | 0 | 1001010 | 111111 |
Color Harmonies of #E65B5B
Complementary color
Monochromatic Colors of #E65B5B
Black with #E65B5B
Text Example
Text Example
White with #E65B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B5B; }
p { color: rgb(230,91,91); }
H1.HeaderClassName
{
color: #E65B5B;
}
.AnyTagClassName
{
color: #E65B5B;
}
</style>
background-color css
<style>
a { background-color: #E65B5B; }
a { background-color: rgb(230,91,91); }
div.DivClassName
{
background-color: #E65B5B;
}
.BgClassName
{
background-color: #E65B5B;
}
</style>
border-color css
<style>
span { border-color: #E65B5B; }
span { border-color: rgb(230,91,91); }
td.TdClassName
{
border-color: #E65B5B;
}
.TagClassName
{
border-color: #E65B5B;
}
</style>