Shades of Geraldine #E6766F
Tints of Geraldine #E6766F
RGB
CMYK
RGB Variations
Color information
#E6766F (or 0xE6766F) is known color: Geraldine. HEX triplet: E6, 76 and 6F. RGB value is (230,118,111). Sum of RGB (Red+Green+Blue) = 230+118+111=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766F is #198990. Grayscale: #969696. Windows color (decimal): -1673617 or 7304934. OLE color: 7304934.
HSL color Cylindrical-coordinate representation of color #E6766F: hue angle of 3.53º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6766F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 111 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.10 |
| HSL | 3.53º | 0.7% | 0.67% | - |
| HSV(B) | 3.53º | 0.52% | 0.9% | - |
| XYZ | 41.98 | 30.93 | 18.8 | - |
| YUV | 150.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 111 | 0 | 0.49 | 0.52 | 0.10 | 3.53 | 0.7 | 0.67 |
| Hex | E6 | 76 | 6F | 0 | 31 | 34 | A | 4 | 46 | 43 |
| Octal | 346 | 166 | 157 | 0 | 61 | 64 | 12 | 4 | 106 | 103 |
| Binary | 11100110 | 1110110 | 1101111 | 0 | 110001 | 110100 | 1010 | 100 | 1000110 | 1000011 |
Color Harmonies of #E6766F
Complementary color
Monochromatic Colors of #E6766F
Black with #E6766F
Text Example
Text Example
White with #E6766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6766F; }
p { color: rgb(230,118,111); }
H1.HeaderClassName
{
color: #E6766F;
}
.AnyTagClassName
{
color: #E6766F;
}
</style>
background-color css
<style>
a { background-color: #E6766F; }
a { background-color: rgb(230,118,111); }
div.DivClassName
{
background-color: #E6766F;
}
.BgClassName
{
background-color: #E6766F;
}
</style>
border-color css
<style>
span { border-color: #E6766F; }
span { border-color: rgb(230,118,111); }
td.TdClassName
{
border-color: #E6766F;
}
.TagClassName
{
border-color: #E6766F;
}
</style>