Shades of Roman #E6645D
Tints of Roman #E6645D
RGB
CMYK
RGB Variations
Color information
#E6645D (or 0xE6645D) is known color: Roman. HEX triplet: E6, 64 and 5D. RGB value is (230,100,93). Sum of RGB (Red+Green+Blue) = 230+100+93=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6645D is #199BA2. Grayscale: #8A8A8A. Windows color (decimal): -1678243 or 6120678. OLE color: 6120678.
HSL color Cylindrical-coordinate representation of color #E6645D: hue angle of 3.07º 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 #E6645D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 93 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.10 |
| HSL | 3.07º | 0.73% | 0.63% | - |
| HSV(B) | 3.07º | 0.6% | 0.9% | - |
| XYZ | 39.17 | 26.73 | 13.45 | - |
| YUV | 138.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 93 | 0 | 0.57 | 0.60 | 0.10 | 3.07 | 0.73 | 0.63 |
| Hex | E6 | 64 | 5D | 0 | 39 | 3C | A | 3 | 49 | 3F |
| Octal | 346 | 144 | 135 | 0 | 71 | 74 | 12 | 3 | 111 | 77 |
| Binary | 11100110 | 1100100 | 1011101 | 0 | 111001 | 111100 | 1010 | 11 | 1001001 | 111111 |
Color Harmonies of #E6645D
Complementary color
Monochromatic Colors of #E6645D
Black with #E6645D
Text Example
Text Example
White with #E6645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6645D; }
p { color: rgb(230,100,93); }
H1.HeaderClassName
{
color: #E6645D;
}
.AnyTagClassName
{
color: #E6645D;
}
</style>
background-color css
<style>
a { background-color: #E6645D; }
a { background-color: rgb(230,100,93); }
div.DivClassName
{
background-color: #E6645D;
}
.BgClassName
{
background-color: #E6645D;
}
</style>
border-color css
<style>
span { border-color: #E6645D; }
span { border-color: rgb(230,100,93); }
td.TdClassName
{
border-color: #E6645D;
}
.TagClassName
{
border-color: #E6645D;
}
</style>