Shades of Roman #E6665F
Tints of Roman #E6665F
RGB
CMYK
RGB Variations
Color information
#E6665F (or 0xE6665F) is known color: Roman. HEX triplet: E6, 66 and 5F. RGB value is (230,102,95). Sum of RGB (Red+Green+Blue) = 230+102+95=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6665F is #1999A0. Grayscale: #8B8B8B. Windows color (decimal): -1677729 or 6252262. OLE color: 6252262.
HSL color Cylindrical-coordinate representation of color #E6665F: hue angle of 3.11º 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 #E6665F is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 95 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.10 |
| HSL | 3.11º | 0.73% | 0.64% | - |
| HSV(B) | 3.11º | 0.59% | 0.9% | - |
| XYZ | 39.45 | 27.15 | 13.99 | - |
| YUV | 139.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 95 | 0 | 0.56 | 0.59 | 0.10 | 3.11 | 0.73 | 0.64 |
| Hex | E6 | 66 | 5F | 0 | 38 | 3B | A | 3 | 49 | 40 |
| Octal | 346 | 146 | 137 | 0 | 70 | 73 | 12 | 3 | 111 | 100 |
| Binary | 11100110 | 1100110 | 1011111 | 0 | 111000 | 111011 | 1010 | 11 | 1001001 | 1000000 |
Color Harmonies of #E6665F
Complementary color
Monochromatic Colors of #E6665F
Black with #E6665F
Text Example
Text Example
White with #E6665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6665F; }
p { color: rgb(230,102,95); }
H1.HeaderClassName
{
color: #E6665F;
}
.AnyTagClassName
{
color: #E6665F;
}
</style>
background-color css
<style>
a { background-color: #E6665F; }
a { background-color: rgb(230,102,95); }
div.DivClassName
{
background-color: #E6665F;
}
.BgClassName
{
background-color: #E6665F;
}
</style>
border-color css
<style>
span { border-color: #E6665F; }
span { border-color: rgb(230,102,95); }
td.TdClassName
{
border-color: #E6665F;
}
.TagClassName
{
border-color: #E6665F;
}
</style>