Shades of Roman #EE615F
Tints of Roman #EE615F
RGB
CMYK
RGB Variations
Color information
#EE615F (or 0xEE615F) is known color: Roman. HEX triplet: EE, 61 and 5F. RGB value is (238,97,95). Sum of RGB (Red+Green+Blue) = 238+97+95=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE615F is #119EA0. Grayscale: #8B8B8B. Windows color (decimal): -1154721 or 6250990. OLE color: 6250990.
HSL color Cylindrical-coordinate representation of color #EE615F: hue angle of 0.84º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE615F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 95 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.07 |
| HSL | 0.84º | 0.81% | 0.65% | - |
| HSV(B) | 0.84º | 0.6% | 0.93% | - |
| XYZ | 41.6 | 27.55 | 13.95 | - |
| YUV | 138.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 95 | 0 | 0.59 | 0.60 | 0.07 | 0.84 | 0.81 | 0.65 |
| Hex | EE | 61 | 5F | 0 | 3B | 3C | 7 | 1 | 51 | 41 |
| Octal | 356 | 141 | 137 | 0 | 73 | 74 | 7 | 1 | 121 | 101 |
| Binary | 11101110 | 1100001 | 1011111 | 0 | 111011 | 111100 | 111 | 1 | 1010001 | 1000001 |
Color Harmonies of #EE615F
Complementary color
Monochromatic Colors of #EE615F
Black with #EE615F
Text Example
Text Example
White with #EE615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE615F; }
p { color: rgb(238,97,95); }
H1.HeaderClassName
{
color: #EE615F;
}
.AnyTagClassName
{
color: #EE615F;
}
</style>
background-color css
<style>
a { background-color: #EE615F; }
a { background-color: rgb(238,97,95); }
div.DivClassName
{
background-color: #EE615F;
}
.BgClassName
{
background-color: #EE615F;
}
</style>
border-color css
<style>
span { border-color: #EE615F; }
span { border-color: rgb(238,97,95); }
td.TdClassName
{
border-color: #EE615F;
}
.TagClassName
{
border-color: #EE615F;
}
</style>