Shades of Geraldine #E3756F
Tints of Geraldine #E3756F
RGB
CMYK
RGB Variations
Color information
#E3756F (or 0xE3756F) is known color: Geraldine. HEX triplet: E3, 75 and 6F. RGB value is (227,117,111). Sum of RGB (Red+Green+Blue) = 227+117+111=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3756F is #1C8A90. Grayscale: #959595. Windows color (decimal): -1870481 or 7304675. OLE color: 7304675.
HSL color Cylindrical-coordinate representation of color #E3756F: hue angle of 3.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3756F is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 111 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.11 |
| HSL | 3.1º | 0.67% | 0.66% | - |
| HSV(B) | 3.1º | 0.51% | 0.89% | - |
| XYZ | 40.91 | 30.2 | 18.71 | - |
| YUV | 149.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 111 | 0 | 0.48 | 0.51 | 0.11 | 3.1 | 0.67 | 0.66 |
| Hex | E3 | 75 | 6F | 0 | 30 | 33 | B | 3 | 43 | 42 |
| Octal | 343 | 165 | 157 | 0 | 60 | 63 | 13 | 3 | 103 | 102 |
| Binary | 11100011 | 1110101 | 1101111 | 0 | 110000 | 110011 | 1011 | 11 | 1000011 | 1000010 |
Color Harmonies of #E3756F
Complementary color
Monochromatic Colors of #E3756F
Black with #E3756F
Text Example
Text Example
White with #E3756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3756F; }
p { color: rgb(227,117,111); }
H1.HeaderClassName
{
color: #E3756F;
}
.AnyTagClassName
{
color: #E3756F;
}
</style>
background-color css
<style>
a { background-color: #E3756F; }
a { background-color: rgb(227,117,111); }
div.DivClassName
{
background-color: #E3756F;
}
.BgClassName
{
background-color: #E3756F;
}
</style>
border-color css
<style>
span { border-color: #E3756F; }
span { border-color: rgb(227,117,111); }
td.TdClassName
{
border-color: #E3756F;
}
.TagClassName
{
border-color: #E3756F;
}
</style>