Shades of Geraldine #E3756D
Tints of Geraldine #E3756D
RGB
CMYK
RGB Variations
Color information
#E3756D (or 0xE3756D) is known color: Geraldine. HEX triplet: E3, 75 and 6D. RGB value is (227,117,109). Sum of RGB (Red+Green+Blue) = 227+117+109=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3756D is #1C8A92. Grayscale: #959595. Windows color (decimal): -1870483 or 7173603. OLE color: 7173603.
HSL color Cylindrical-coordinate representation of color #E3756D: hue angle of 4.07º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3756D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 4.07º | 0.68% | 0.66% | - |
| HSV(B) | 4.07º | 0.52% | 0.89% | - |
| XYZ | 40.8 | 30.16 | 18.14 | - |
| YUV | 148.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 109 | 0 | 0.48 | 0.52 | 0.11 | 4.07 | 0.68 | 0.66 |
| Hex | E3 | 75 | 6D | 0 | 30 | 34 | B | 4 | 44 | 42 |
| Octal | 343 | 165 | 155 | 0 | 60 | 64 | 13 | 4 | 104 | 102 |
| Binary | 11100011 | 1110101 | 1101101 | 0 | 110000 | 110100 | 1011 | 100 | 1000100 | 1000010 |
Color Harmonies of #E3756D
Complementary color
Monochromatic Colors of #E3756D
Black with #E3756D
Text Example
Text Example
White with #E3756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3756D; }
p { color: rgb(227,117,109); }
H1.HeaderClassName
{
color: #E3756D;
}
.AnyTagClassName
{
color: #E3756D;
}
</style>
background-color css
<style>
a { background-color: #E3756D; }
a { background-color: rgb(227,117,109); }
div.DivClassName
{
background-color: #E3756D;
}
.BgClassName
{
background-color: #E3756D;
}
</style>
border-color css
<style>
span { border-color: #E3756D; }
span { border-color: rgb(227,117,109); }
td.TdClassName
{
border-color: #E3756D;
}
.TagClassName
{
border-color: #E3756D;
}
</style>