Shades of Geraldine #E67A6B
Tints of Geraldine #E67A6B
RGB
CMYK
RGB Variations
Color information
#E67A6B (or 0xE67A6B) is known color: Geraldine. HEX triplet: E6, 7A and 6B. RGB value is (230,122,107). Sum of RGB (Red+Green+Blue) = 230+122+107=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A6B is #198594. Grayscale: #989898. Windows color (decimal): -1672597 or 7043814. OLE color: 7043814.
HSL color Cylindrical-coordinate representation of color #E67A6B: hue angle of 7.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E67A6B is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 107 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.10 |
| HSL | 7.32º | 0.71% | 0.66% | - |
| HSV(B) | 7.32º | 0.53% | 0.9% | - |
| XYZ | 42.25 | 31.8 | 17.82 | - |
| YUV | 152.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 107 | 0 | 0.47 | 0.53 | 0.10 | 7.32 | 0.71 | 0.66 |
| Hex | E6 | 7A | 6B | 0 | 2F | 35 | A | 7 | 47 | 42 |
| Octal | 346 | 172 | 153 | 0 | 57 | 65 | 12 | 7 | 107 | 102 |
| Binary | 11100110 | 1111010 | 1101011 | 0 | 101111 | 110101 | 1010 | 111 | 1000111 | 1000010 |
Color Harmonies of #E67A6B
Complementary color
Monochromatic Colors of #E67A6B
Black with #E67A6B
Text Example
Text Example
White with #E67A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A6B; }
p { color: rgb(230,122,107); }
H1.HeaderClassName
{
color: #E67A6B;
}
.AnyTagClassName
{
color: #E67A6B;
}
</style>
background-color css
<style>
a { background-color: #E67A6B; }
a { background-color: rgb(230,122,107); }
div.DivClassName
{
background-color: #E67A6B;
}
.BgClassName
{
background-color: #E67A6B;
}
</style>
border-color css
<style>
span { border-color: #E67A6B; }
span { border-color: rgb(230,122,107); }
td.TdClassName
{
border-color: #E67A6B;
}
.TagClassName
{
border-color: #E67A6B;
}
</style>