Shades of Roman #E35B5B
Tints of Roman #E35B5B
RGB
CMYK
RGB Variations
Color information
#E35B5B (or 0xE35B5B) is known color: Roman. HEX triplet: E3, 5B and 5B. RGB value is (227,91,91). Sum of RGB (Red+Green+Blue) = 227+91+91=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B5B is #1CA4A4. Grayscale: #838383. Windows color (decimal): -1877157 or 5987299. OLE color: 5987299.
HSL color Cylindrical-coordinate representation of color #E35B5B: hue angle of 0º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B5B is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 91 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.11 |
| HSL | 0º | 0.71% | 0.62% | - |
| HSV(B) | 0º | 0.6% | 0.89% | - |
| XYZ | 37.31 | 24.57 | 12.67 | - |
| YUV | 131.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 91 | 0 | 0.60 | 0.60 | 0.11 | 0 | 0.71 | 0.62 |
| Hex | E3 | 5B | 5B | 0 | 3C | 3C | B | 0 | 47 | 3E |
| Octal | 343 | 133 | 133 | 0 | 74 | 74 | 13 | 0 | 107 | 76 |
| Binary | 11100011 | 1011011 | 1011011 | 0 | 111100 | 111100 | 1011 | 0 | 1000111 | 111110 |
Color Harmonies of #E35B5B
Complementary color
Monochromatic Colors of #E35B5B
Black with #E35B5B
Text Example
Text Example
White with #E35B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B5B; }
p { color: rgb(227,91,91); }
H1.HeaderClassName
{
color: #E35B5B;
}
.AnyTagClassName
{
color: #E35B5B;
}
</style>
background-color css
<style>
a { background-color: #E35B5B; }
a { background-color: rgb(227,91,91); }
div.DivClassName
{
background-color: #E35B5B;
}
.BgClassName
{
background-color: #E35B5B;
}
</style>
border-color css
<style>
span { border-color: #E35B5B; }
span { border-color: rgb(227,91,91); }
td.TdClassName
{
border-color: #E35B5B;
}
.TagClassName
{
border-color: #E35B5B;
}
</style>