Shades of Roman #E5625F
Tints of Roman #E5625F
RGB
CMYK
RGB Variations
Color information
#E5625F (or 0xE5625F) is known color: Roman. HEX triplet: E5, 62 and 5F. RGB value is (229,98,95). Sum of RGB (Red+Green+Blue) = 229+98+95=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5625F is #1A9DA0. Grayscale: #888888. Windows color (decimal): -1744289 or 6251237. OLE color: 6251237.
HSL color Cylindrical-coordinate representation of color #E5625F: hue angle of 1.34º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5625F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 95 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.10 |
| HSL | 1.34º | 0.72% | 0.64% | - |
| HSV(B) | 1.34º | 0.59% | 0.9% | - |
| XYZ | 38.75 | 26.22 | 13.85 | - |
| YUV | 136.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 95 | 0 | 0.57 | 0.59 | 0.10 | 1.34 | 0.72 | 0.64 |
| Hex | E5 | 62 | 5F | 0 | 39 | 3B | A | 1 | 48 | 40 |
| Octal | 345 | 142 | 137 | 0 | 71 | 73 | 12 | 1 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1011111 | 0 | 111001 | 111011 | 1010 | 1 | 1001000 | 1000000 |
Color Harmonies of #E5625F
Complementary color
Monochromatic Colors of #E5625F
Black with #E5625F
Text Example
Text Example
White with #E5625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5625F; }
p { color: rgb(229,98,95); }
H1.HeaderClassName
{
color: #E5625F;
}
.AnyTagClassName
{
color: #E5625F;
}
</style>
background-color css
<style>
a { background-color: #E5625F; }
a { background-color: rgb(229,98,95); }
div.DivClassName
{
background-color: #E5625F;
}
.BgClassName
{
background-color: #E5625F;
}
</style>
border-color css
<style>
span { border-color: #E5625F; }
span { border-color: rgb(229,98,95); }
td.TdClassName
{
border-color: #E5625F;
}
.TagClassName
{
border-color: #E5625F;
}
</style>