Shades of Roman #E5625C
Tints of Roman #E5625C
RGB
CMYK
RGB Variations
Color information
#E5625C (or 0xE5625C) is known color: Roman. HEX triplet: E5, 62 and 5C. RGB value is (229,98,92). Sum of RGB (Red+Green+Blue) = 229+98+92=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5625C is #1A9DA3. Grayscale: #888888. Windows color (decimal): -1744292 or 6054629. OLE color: 6054629.
HSL color Cylindrical-coordinate representation of color #E5625C: hue angle of 2.63º degrees, saturation: 0.72, 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 #E5625C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 92 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.10 |
| HSL | 2.63º | 0.72% | 0.63% | - |
| HSV(B) | 2.63º | 0.6% | 0.9% | - |
| XYZ | 38.61 | 26.17 | 13.14 | - |
| YUV | 136.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 92 | 0 | 0.57 | 0.60 | 0.10 | 2.63 | 0.72 | 0.63 |
| Hex | E5 | 62 | 5C | 0 | 39 | 3C | A | 3 | 48 | 3F |
| Octal | 345 | 142 | 134 | 0 | 71 | 74 | 12 | 3 | 110 | 77 |
| Binary | 11100101 | 1100010 | 1011100 | 0 | 111001 | 111100 | 1010 | 11 | 1001000 | 111111 |
Color Harmonies of #E5625C
Complementary color
Monochromatic Colors of #E5625C
Black with #E5625C
Text Example
Text Example
White with #E5625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5625C; }
p { color: rgb(229,98,92); }
H1.HeaderClassName
{
color: #E5625C;
}
.AnyTagClassName
{
color: #E5625C;
}
</style>
background-color css
<style>
a { background-color: #E5625C; }
a { background-color: rgb(229,98,92); }
div.DivClassName
{
background-color: #E5625C;
}
.BgClassName
{
background-color: #E5625C;
}
</style>
border-color css
<style>
span { border-color: #E5625C; }
span { border-color: rgb(229,98,92); }
td.TdClassName
{
border-color: #E5625C;
}
.TagClassName
{
border-color: #E5625C;
}
</style>