Shades of Geraldine #E1746D
Tints of Geraldine #E1746D
RGB
CMYK
RGB Variations
Color information
#E1746D (or 0xE1746D) is known color: Geraldine. HEX triplet: E1, 74 and 6D. RGB value is (225,116,109). Sum of RGB (Red+Green+Blue) = 225+116+109=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1746D is #1E8B92. Grayscale: #939393. Windows color (decimal): -2001811 or 7173345. OLE color: 7173345.
HSL color Cylindrical-coordinate representation of color #E1746D: hue angle of 3.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1746D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.12 |
| HSL | 3.62º | 0.66% | 0.65% | - |
| HSV(B) | 3.62º | 0.52% | 0.88% | - |
| XYZ | 40.06 | 29.6 | 18.07 | - |
| YUV | 147.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 109 | 0 | 0.48 | 0.52 | 0.12 | 3.62 | 0.66 | 0.65 |
| Hex | E1 | 74 | 6D | 0 | 30 | 34 | C | 4 | 42 | 41 |
| Octal | 341 | 164 | 155 | 0 | 60 | 64 | 14 | 4 | 102 | 101 |
| Binary | 11100001 | 1110100 | 1101101 | 0 | 110000 | 110100 | 1100 | 100 | 1000010 | 1000001 |
Color Harmonies of #E1746D
Complementary color
Monochromatic Colors of #E1746D
Black with #E1746D
Text Example
Text Example
White with #E1746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1746D; }
p { color: rgb(225,116,109); }
H1.HeaderClassName
{
color: #E1746D;
}
.AnyTagClassName
{
color: #E1746D;
}
</style>
background-color css
<style>
a { background-color: #E1746D; }
a { background-color: rgb(225,116,109); }
div.DivClassName
{
background-color: #E1746D;
}
.BgClassName
{
background-color: #E1746D;
}
</style>
border-color css
<style>
span { border-color: #E1746D; }
span { border-color: rgb(225,116,109); }
td.TdClassName
{
border-color: #E1746D;
}
.TagClassName
{
border-color: #E1746D;
}
</style>