Shades of Geraldine #E1726B
Tints of Geraldine #E1726B
RGB
CMYK
RGB Variations
Color information
#E1726B (or 0xE1726B) is known color: Geraldine. HEX triplet: E1, 72 and 6B. RGB value is (225,114,107). Sum of RGB (Red+Green+Blue) = 225+114+107=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1726B is #1E8D94. Grayscale: #929292. Windows color (decimal): -2002325 or 7041761. OLE color: 7041761.
HSL color Cylindrical-coordinate representation of color #E1726B: hue angle of 3.56º 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 #E1726B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 107 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.12 |
| HSL | 3.56º | 0.66% | 0.65% | - |
| HSV(B) | 3.56º | 0.52% | 0.88% | - |
| XYZ | 39.72 | 29.1 | 17.43 | - |
| YUV | 146.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 107 | 0 | 0.49 | 0.52 | 0.12 | 3.56 | 0.66 | 0.65 |
| Hex | E1 | 72 | 6B | 0 | 31 | 34 | C | 4 | 42 | 41 |
| Octal | 341 | 162 | 153 | 0 | 61 | 64 | 14 | 4 | 102 | 101 |
| Binary | 11100001 | 1110010 | 1101011 | 0 | 110001 | 110100 | 1100 | 100 | 1000010 | 1000001 |
Color Harmonies of #E1726B
Complementary color
Monochromatic Colors of #E1726B
Black with #E1726B
Text Example
Text Example
White with #E1726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1726B; }
p { color: rgb(225,114,107); }
H1.HeaderClassName
{
color: #E1726B;
}
.AnyTagClassName
{
color: #E1726B;
}
</style>
background-color css
<style>
a { background-color: #E1726B; }
a { background-color: rgb(225,114,107); }
div.DivClassName
{
background-color: #E1726B;
}
.BgClassName
{
background-color: #E1726B;
}
</style>
border-color css
<style>
span { border-color: #E1726B; }
span { border-color: rgb(225,114,107); }
td.TdClassName
{
border-color: #E1726B;
}
.TagClassName
{
border-color: #E1726B;
}
</style>