Shades of Roman #E06362
Tints of Roman #E06362
RGB
CMYK
RGB Variations
Color information
#E06362 (or 0xE06362) is known color: Roman. HEX triplet: E0, 63 and 62. RGB value is (224,99,98). Sum of RGB (Red+Green+Blue) = 224+99+98=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06362 is #1F9C9D. Grayscale: #888888. Windows color (decimal): -2071710 or 6448096. OLE color: 6448096.
HSL color Cylindrical-coordinate representation of color #E06362: hue angle of 0.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06362 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 98 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.12 |
| HSL | 0.48º | 0.67% | 0.63% | - |
| HSV(B) | 0.48º | 0.56% | 0.88% | - |
| XYZ | 37.41 | 25.65 | 14.54 | - |
| YUV | 136.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 98 | 0 | 0.56 | 0.56 | 0.12 | 0.48 | 0.67 | 0.63 |
| Hex | E0 | 63 | 62 | 0 | 38 | 38 | C | 0 | 43 | 3F |
| Octal | 340 | 143 | 142 | 0 | 70 | 70 | 14 | 0 | 103 | 77 |
| Binary | 11100000 | 1100011 | 1100010 | 0 | 111000 | 111000 | 1100 | 0 | 1000011 | 111111 |
Color Harmonies of #E06362
Complementary color
Monochromatic Colors of #E06362
Black with #E06362
Text Example
Text Example
White with #E06362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06362; }
p { color: rgb(224,99,98); }
H1.HeaderClassName
{
color: #E06362;
}
.AnyTagClassName
{
color: #E06362;
}
</style>
background-color css
<style>
a { background-color: #E06362; }
a { background-color: rgb(224,99,98); }
div.DivClassName
{
background-color: #E06362;
}
.BgClassName
{
background-color: #E06362;
}
</style>
border-color css
<style>
span { border-color: #E06362; }
span { border-color: rgb(224,99,98); }
td.TdClassName
{
border-color: #E06362;
}
.TagClassName
{
border-color: #E06362;
}
</style>