Shades of Roman #E6605F
Tints of Roman #E6605F
RGB
CMYK
RGB Variations
Color information
#E6605F (or 0xE6605F) is known color: Roman. HEX triplet: E6, 60 and 5F. RGB value is (230,96,95). Sum of RGB (Red+Green+Blue) = 230+96+95=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6605F is #199FA0. Grayscale: #888888. Windows color (decimal): -1679265 or 6250726. OLE color: 6250726.
HSL color Cylindrical-coordinate representation of color #E6605F: hue angle of 0.44º degrees, saturation: 0.73, 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 #E6605F is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 95 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.10 |
| HSL | 0.44º | 0.73% | 0.64% | - |
| HSV(B) | 0.44º | 0.59% | 0.9% | - |
| XYZ | 38.88 | 26.01 | 13.8 | - |
| YUV | 135.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 95 | 0 | 0.58 | 0.59 | 0.10 | 0.44 | 0.73 | 0.64 |
| Hex | E6 | 60 | 5F | 0 | 3A | 3B | A | 0 | 49 | 40 |
| Octal | 346 | 140 | 137 | 0 | 72 | 73 | 12 | 0 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1011111 | 0 | 111010 | 111011 | 1010 | 0 | 1001001 | 1000000 |
Color Harmonies of #E6605F
Complementary color
Monochromatic Colors of #E6605F
Black with #E6605F
Text Example
Text Example
White with #E6605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6605F; }
p { color: rgb(230,96,95); }
H1.HeaderClassName
{
color: #E6605F;
}
.AnyTagClassName
{
color: #E6605F;
}
</style>
background-color css
<style>
a { background-color: #E6605F; }
a { background-color: rgb(230,96,95); }
div.DivClassName
{
background-color: #E6605F;
}
.BgClassName
{
background-color: #E6605F;
}
</style>
border-color css
<style>
span { border-color: #E6605F; }
span { border-color: rgb(230,96,95); }
td.TdClassName
{
border-color: #E6605F;
}
.TagClassName
{
border-color: #E6605F;
}
</style>