Shades of Geraldine #E67E7A
Tints of Geraldine #E67E7A
RGB
CMYK
RGB Variations
Color information
#E67E7A (or 0xE67E7A) is known color: Geraldine. HEX triplet: E6, 7E and 7A. RGB value is (230,126,122). Sum of RGB (Red+Green+Blue) = 230+126+122=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E7A is #198185. Grayscale: #9C9C9C. Windows color (decimal): -1671558 or 8027878. OLE color: 8027878.
HSL color Cylindrical-coordinate representation of color #E67E7A: hue angle of 2.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67E7A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 122 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.10 |
| HSL | 2.22º | 0.68% | 0.69% | - |
| HSV(B) | 2.22º | 0.47% | 0.9% | - |
| XYZ | 43.61 | 33.15 | 22.51 | - |
| YUV | 156.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 122 | 0 | 0.45 | 0.47 | 0.10 | 2.22 | 0.68 | 0.69 |
| Hex | E6 | 7E | 7A | 0 | 2D | 2F | A | 2 | 44 | 45 |
| Octal | 346 | 176 | 172 | 0 | 55 | 57 | 12 | 2 | 104 | 105 |
| Binary | 11100110 | 1111110 | 1111010 | 0 | 101101 | 101111 | 1010 | 10 | 1000100 | 1000101 |
Color Harmonies of #E67E7A
Complementary color
Monochromatic Colors of #E67E7A
Black with #E67E7A
Text Example
Text Example
White with #E67E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E7A; }
p { color: rgb(230,126,122); }
H1.HeaderClassName
{
color: #E67E7A;
}
.AnyTagClassName
{
color: #E67E7A;
}
</style>
background-color css
<style>
a { background-color: #E67E7A; }
a { background-color: rgb(230,126,122); }
div.DivClassName
{
background-color: #E67E7A;
}
.BgClassName
{
background-color: #E67E7A;
}
</style>
border-color css
<style>
span { border-color: #E67E7A; }
span { border-color: rgb(230,126,122); }
td.TdClassName
{
border-color: #E67E7A;
}
.TagClassName
{
border-color: #E67E7A;
}
</style>