Shades of Roman #E6615D
Tints of Roman #E6615D
RGB
CMYK
RGB Variations
Color information
#E6615D (or 0xE6615D) is known color: Roman. HEX triplet: E6, 61 and 5D. RGB value is (230,97,93). Sum of RGB (Red+Green+Blue) = 230+97+93=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6615D is #199EA2. Grayscale: #888888. Windows color (decimal): -1679011 or 6119910. OLE color: 6119910.
HSL color Cylindrical-coordinate representation of color #E6615D: hue angle of 1.75º degrees, saturation: 0.73, 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 #E6615D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 93 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.10 |
| HSL | 1.75º | 0.73% | 0.63% | - |
| HSV(B) | 1.75º | 0.6% | 0.9% | - |
| XYZ | 38.88 | 26.16 | 13.36 | - |
| YUV | 136.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 93 | 0 | 0.58 | 0.60 | 0.10 | 1.75 | 0.73 | 0.63 |
| Hex | E6 | 61 | 5D | 0 | 3A | 3C | A | 2 | 49 | 3F |
| Octal | 346 | 141 | 135 | 0 | 72 | 74 | 12 | 2 | 111 | 77 |
| Binary | 11100110 | 1100001 | 1011101 | 0 | 111010 | 111100 | 1010 | 10 | 1001001 | 111111 |
Color Harmonies of #E6615D
Complementary color
Monochromatic Colors of #E6615D
Black with #E6615D
Text Example
Text Example
White with #E6615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6615D; }
p { color: rgb(230,97,93); }
H1.HeaderClassName
{
color: #E6615D;
}
.AnyTagClassName
{
color: #E6615D;
}
</style>
background-color css
<style>
a { background-color: #E6615D; }
a { background-color: rgb(230,97,93); }
div.DivClassName
{
background-color: #E6615D;
}
.BgClassName
{
background-color: #E6615D;
}
</style>
border-color css
<style>
span { border-color: #E6615D; }
span { border-color: rgb(230,97,93); }
td.TdClassName
{
border-color: #E6615D;
}
.TagClassName
{
border-color: #E6615D;
}
</style>