Shades of Roman #E0665F
Tints of Roman #E0665F
RGB
CMYK
RGB Variations
Color information
#E0665F (or 0xE0665F) is known color: Roman. HEX triplet: E0, 66 and 5F. RGB value is (224,102,95). Sum of RGB (Red+Green+Blue) = 224+102+95=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0665F is #1F99A0. Grayscale: #898989. Windows color (decimal): -2070945 or 6252256. OLE color: 6252256.
HSL color Cylindrical-coordinate representation of color #E0665F: hue angle of 3.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0665F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 95 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.12 |
| HSL | 3.26º | 0.68% | 0.63% | - |
| HSV(B) | 3.26º | 0.58% | 0.88% | - |
| XYZ | 37.56 | 26.18 | 13.9 | - |
| YUV | 137.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 95 | 0 | 0.54 | 0.58 | 0.12 | 3.26 | 0.68 | 0.63 |
| Hex | E0 | 66 | 5F | 0 | 36 | 3A | C | 3 | 44 | 3F |
| Octal | 340 | 146 | 137 | 0 | 66 | 72 | 14 | 3 | 104 | 77 |
| Binary | 11100000 | 1100110 | 1011111 | 0 | 110110 | 111010 | 1100 | 11 | 1000100 | 111111 |
Color Harmonies of #E0665F
Complementary color
Monochromatic Colors of #E0665F
Black with #E0665F
Text Example
Text Example
White with #E0665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0665F; }
p { color: rgb(224,102,95); }
H1.HeaderClassName
{
color: #E0665F;
}
.AnyTagClassName
{
color: #E0665F;
}
</style>
background-color css
<style>
a { background-color: #E0665F; }
a { background-color: rgb(224,102,95); }
div.DivClassName
{
background-color: #E0665F;
}
.BgClassName
{
background-color: #E0665F;
}
</style>
border-color css
<style>
span { border-color: #E0665F; }
span { border-color: rgb(224,102,95); }
td.TdClassName
{
border-color: #E0665F;
}
.TagClassName
{
border-color: #E0665F;
}
</style>