Shades of Geraldine #E67B76
Tints of Geraldine #E67B76
RGB
CMYK
RGB Variations
Color information
#E67B76 (or 0xE67B76) is known color: Geraldine. HEX triplet: E6, 7B and 76. RGB value is (230,123,118). Sum of RGB (Red+Green+Blue) = 230+123+118=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B76 is #198489. Grayscale: #9A9A9A. Windows color (decimal): -1672330 or 7764966. OLE color: 7764966.
HSL color Cylindrical-coordinate representation of color #E67B76: hue angle of 2.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67B76 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 118 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.10 |
| HSL | 2.68º | 0.69% | 0.68% | - |
| HSV(B) | 2.68º | 0.49% | 0.9% | - |
| XYZ | 42.99 | 32.3 | 21.11 | - |
| YUV | 154.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 118 | 0 | 0.47 | 0.49 | 0.10 | 2.68 | 0.69 | 0.68 |
| Hex | E6 | 7B | 76 | 0 | 2F | 31 | A | 3 | 45 | 44 |
| Octal | 346 | 173 | 166 | 0 | 57 | 61 | 12 | 3 | 105 | 104 |
| Binary | 11100110 | 1111011 | 1110110 | 0 | 101111 | 110001 | 1010 | 11 | 1000101 | 1000100 |
Color Harmonies of #E67B76
Complementary color
Monochromatic Colors of #E67B76
Black with #E67B76
Text Example
Text Example
White with #E67B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B76; }
p { color: rgb(230,123,118); }
H1.HeaderClassName
{
color: #E67B76;
}
.AnyTagClassName
{
color: #E67B76;
}
</style>
background-color css
<style>
a { background-color: #E67B76; }
a { background-color: rgb(230,123,118); }
div.DivClassName
{
background-color: #E67B76;
}
.BgClassName
{
background-color: #E67B76;
}
</style>
border-color css
<style>
span { border-color: #E67B76; }
span { border-color: rgb(230,123,118); }
td.TdClassName
{
border-color: #E67B76;
}
.TagClassName
{
border-color: #E67B76;
}
</style>